aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-26 04:52:36 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-26 04:52:36 +0000
commit4f9c2b02a7f10526d2198d1b2df8dffd5f84a599 (patch)
tree6c74b8d4adc30fe537f2d6c174ac19556d91765f /etypes.h
parentb852d2fc117b97e33054cb5f76cf0ed3c9d36bfa (diff)
Support for RFC 1089, SNMP over Ethernet. (I just had to
add a call to dissect_snmp() for ethertype 0x814c). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1111 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/etypes.h b/etypes.h
index 817d19f4f3..395eacfc5d 100644
--- a/etypes.h
+++ b/etypes.h
@@ -1,7 +1,7 @@
/* etypes.h
* Defines ethernet packet types, similar to tcpdump's ethertype.h
*
- * $Id: etypes.h,v 1.9 1999/10/20 22:41:11 guy Exp $
+ * $Id: etypes.h,v 1.10 1999/11/26 04:52:36 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -102,6 +102,9 @@
#define ETHERTYPE_VLAN 0x8100 /* 802.1Q Virtual LAN */
#endif
+#ifndef ETHERTYPE_SNMP
+#define ETHERTYPE_SNMP 0x814c /* SNMP over Ethernet, RFC 1089 */
+#endif
#endif /* etypes.h */