aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iana-oui.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-24From Kovarththanan Rajaratnam:stig1-4/+5
Cleanup hf_register_info declaration passed to llc_add_oui(). While there, change the declaration to an array in order to be consistent with the rest of packet-*.c files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28830 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-05Add support for the IANA's OUI, and recognize NHRP-over-SNAP.guy1-0/+61
An NHRP extension offset of 0 is not an error - it means there are no extensions. Start using the address family number to determine the type of link-layer addresses in NHRP. Don't fetch IPv4 addresses and add them to the tree - just use proto_tree_add_item(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28286 f5534014-38df-0310-8fa8-9805f1628bb7