Skip to content

Commit

Permalink
change location of wireshark manuf oui database
Browse files Browse the repository at this point in the history
The format is not compatible with the new file.

https://github.com/klauspost/oui does also not read the new format.

Will have too look into why this is.
  • Loading branch information
thomasf committed Oct 30, 2023
1 parent 76b761f commit 1bc8808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-oui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -e

exec curl -o assets/manuf https://gitlab.com/wireshark/wireshark/-/raw/master/manuf
exec curl -o assets/manuf https://www.wireshark.org/download/automated/data/manuf

0 comments on commit 1bc8808

Please sign in to comment.