aboutsummaryrefslogtreecommitdiffstats
path: root/oui.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-28 00:11:32 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-28 00:11:32 +0000
commitfadeb72b2e21ad9a758dceb6a105eb286d3c5e2d (patch)
tree79b9536d8f8860051a52c59ff81899a15a96a439 /oui.h
parentc3d7c67df3a8785925cb73dee146011cffbe43f0 (diff)
From Giles Scott: Nortel/SynOptics Network Management Protocol support.
svn path=/trunk/; revision=8290
Diffstat (limited to 'oui.h')
-rw-r--r--oui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/oui.h b/oui.h
index 976682cbe8..724f2fa9e4 100644
--- a/oui.h
+++ b/oui.h
@@ -1,7 +1,7 @@
/* oui.h
* Definitions of OUIs
*
- * $Id: oui.h,v 1.12 2002/08/28 21:00:06 jmayer Exp $
+ * $Id: oui.h,v 1.13 2003/08/28 00:11:31 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -28,6 +28,7 @@
#define OUI_ENCAP_ETHER 0x000000 /* encapsulated Ethernet */
#define OUI_CISCO 0x00000C /* Cisco (future use) */
+#define OUI_NORTEL 0x000081 /* Nortel SONMP */
#define OUI_CISCO_90 0x0000F8 /* Cisco (IOS 9.0 and above?) */
#define OUI_BRIDGED 0x0080C2 /* Bridged Frame-Relay, RFC 2427 */
/* and Bridged ATM, RFC 2684 */