aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-02-13 17:34:05 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-02-13 17:34:05 +0000
commitbd83d8a8648477b324d7d05ade512c16d65e790e (patch)
tree2cdb716593c25b37e29f6c19e127d0d3c2e40bb6 /epan/etypes.h
parent41a491e8e1f8b9c16a16806e5fa6836c1b19f79d (diff)
Add SERCOS ethertype for upcoming dissector.
svn path=/trunk/; revision=24320
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 2a55e011f6..956dd15f57 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -343,6 +343,10 @@
#define ETHERTYPE_LLDP 0x88cc /* IEEE 802.1AB Link Layer Discovery Protocol (LLDP) */
#endif
+#ifndef ETHERTYPE_SERCOS
+#define ETHERTYPE_SERCOS 0x88cd /* SERCOS interface real-time protocol for motion control */
+#endif
+
#ifndef ETHERTYPE_3GPP2
#define ETHERTYPE_3GPP2 0x88d2 /* This will be used in a revision of the Interoperabi */
#endif /* Specification (IOS) for cdma2000 Access Network Interfaces (document numbers A.S0011-B */