aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-13 04:49:54 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-13 04:49:54 +0000
commit9fcb97ad30750dbd06bcff3c939242d3433b42b9 (patch)
treec867fa8642bcb1f34228c5702639cd847e608fba /etypes.h
parent70bb7901751279b4837aaae832e1a589f1865e33 (diff)
X.25-over-Ethernet, as I'm inferring it works (i.e., the payload of the
packet is just an X.25 packet). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1460 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/etypes.h b/etypes.h
index 395eacfc5d..8997da87e0 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.10 1999/11/26 04:52:36 gram Exp $
+ * $Id: etypes.h,v 1.11 2000/01/13 04:49:54 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -57,6 +57,10 @@
#define ETHERTYPE_ARP 0x0806
#endif
+#ifndef ETHERTYPE_X25L3
+#define ETHERTYPE_X25L3 0x0805
+#endif
+
#ifndef ETHERTYPE_REVARP
#define ETHERTYPE_REVARP 0x8035
#endif