aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oui.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-05 22:35:19 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-05 22:35:19 +0000
commit9c8c789f553e5e7bd6d067cb57a1651113599241 (patch)
tree624286e669463f313ad8ee0d1462a6595c5465e5 /epan/oui.h
parent053982156484dc93a4f60f9196408f1d26e3258c (diff)
Add support for the IANA's OUI, and recognize NHRP-over-SNAP.
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
Diffstat (limited to 'epan/oui.h')
-rw-r--r--epan/oui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/oui.h b/epan/oui.h
index 0ebc199023..90e860b47f 100644
--- a/epan/oui.h
+++ b/epan/oui.h
@@ -38,6 +38,7 @@
#define OUI_ENCAP_ETHER 0x000000 /* encapsulated Ethernet */
#define OUI_XEROX 0x000006 /* Xerox */
#define OUI_CISCO 0x00000C /* Cisco (future use) */
+#define OUI_IANA 0x00005E /* the IANA */
#define OUI_NORTEL 0x000081 /* Nortel SONMP */
#define OUI_CISCO_90 0x0000F8 /* Cisco (IOS 9.0 and above?) */
#define OUI_FORCE10 0x0001E8 /* Force10 */