Lua/Examples/OUILookup

An OUI lookup tool.

This Lua script adds a new GUI Menu to Wireshark that allows the user to lookup OUIs and other MAC address prefixes. It uses the locally installed manuf file for these lookups. If you're looking for the online OUI Lookup Tool, visit: https://www.wireshark.org/tools/oui-lookup.html.

OUIs and MAC address searches should be colon-separated, but searches can include arbitrary text as well as Lua patterns.

Installation - place in plugins directory - see Lua Support in Wireshark

ouilookup.lua

Examples:

For help with Lua patterns, refer to https://www.lua.org/manual/5.2/manual.html#6.4.1

ouilookup