scripts: update-oui: Add OUI list update script
commite2dbcb7e5c8ff5bf7ea679a17660f863aac66232
authorTobias Klauser <tklauser@distanz.ch>
Mon, 7 Jan 2013 21:34:12 +0000 (7 22:34 +0100)
committerTobias Klauser <tklauser@distanz.ch>
Mon, 7 Jan 2013 21:38:21 +0000 (7 22:38 +0100)
treeebfb141c3d52369fe3dd872c9499b33bde0a0d8b
parent23edd8331f425eb9da17ec055bcddc85a7ae1553
scripts: update-oui: Add OUI list update script

Instead of having to maually update the oui.conf file used by
netsniff-ng to resolve OUIs to vendor names, provide a script which
fetches the necessary information from any file in the format as
provided by the IEEE at
http://standards.ieee.org/develop/regauth/oui/oui.txt

This is also the default URL the script will fetch the information from.

The script runs with Python 2.x and 3.x and only uses the respective
standard libraries.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
scripts/update-oui.py [new file with mode: 0755]