aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-03-21 16:14:23 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-03-21 16:14:23 +0000
commit1f5f997b3ca3554495cf2e6c7401434f512276e4 (patch)
treedaab719f8b4e9e716708e72f8a42d3dca111c148 /epan/etypes.h
parente418d916ad36d2664ef5b51d8c7838563fa2df71 (diff)
Add ether type for Link Layer Topology Discovery (LLTD)
svn path=/trunk/; revision=21091
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index 3375a9949a..58fe7ae88c 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -328,6 +328,10 @@
#endif /* Specification (IOS) for cdma2000 Access Network Interfaces (document numbers A.S0011-B */
/* through A.S0017-B v1.0). This document already uses the Ether type 8881 */
+#ifndef ETHERTYPE_LLTD
+#define ETHERTYPE_LLTD 0x88d9 /* Link Layer Topology Discovery (LLTD) */
+#endif
+
#ifndef ETHERTYPE_MRP
#define ETHERTYPE_MRP 0x88e3 /* IEC 61158-6-10 Media Redundancy Protocol (MRP) */
#endif