Skip to content

Annotate MAC addresses with vendor names, similar to Wireshark captures.

License

Notifications You must be signed in to change notification settings

mathiasvr/ouify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ouify

Annotate MAC addresses with vendor names, similar to Wireshark captures, based on OUI/IAB data.

usage

ouify.py reads line separated MAC addresses from stdin:

$ ouify.py < mac-addresses.txt

example

As shown below, MAC addresses in various formats are supported:

$ printf "F8:77:B8:C0:FF:EE\n0C3021fedabe\nFF-FF-FF-FF-FF-FF" | ouify.py

SamsungE_c0:ff:ee
Apple_fe:da:be
Broadcast_ff:ff:ff

optional arguments

-h, --help    show this help message and exit
-f, --full    print whole MAC address instead of suffix
-u, --update  update Wireshark OUI definition file

license

MIT

About

Annotate MAC addresses with vendor names, similar to Wireshark captures.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages