aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-03 08:34:48 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-03 08:34:48 +0000
commitb67268d7a136a4c8b24277a7bb619324326fb414 (patch)
treebf9a054969ce499e3ef8a9906531955a4852ff49 /etypes.h
parenta87efa2179e6ad581cd9e0365bf89acd7d17f4cb (diff)
Add support for what appears to be 3Com's scheme for encapsulating XNS
over Token Ring (and presumably other link layers using 802.2 LLC), and for the XNS IDP and SPP protocols. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13577 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/etypes.h b/etypes.h
index 3cb703dd81..51aadabbe5 100644
--- a/etypes.h
+++ b/etypes.h
@@ -80,6 +80,10 @@
#define ETHERTYPE_3C_NBP_DGRAM 0x3c07
#endif
+#ifndef ETHERTYPE_XNS_IDP
+#define ETHERTYPE_XNS_IDP 0x0600
+#endif
+
#ifndef ETHERTYPE_IP
#define ETHERTYPE_IP 0x0800
#endif