aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-09-07 08:26:36 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-09-07 08:26:36 +0000
commit0beb8db2a3ff651a3f4a4b6a060a6856c1f36281 (patch)
tree4b035fb67cd4eb47dffb939f6e871f9759ee6799 /epan/etypes.h
parentc1e282bf9f22956df16a5340e4d39c4a25fb87f5 (diff)
Add ethertype #8903
svn path=/trunk/; revision=38912
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index 35c6281977..ec6fb81883 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -436,9 +436,9 @@
#ifndef ETHERTYPE_PTP
#define ETHERTYPE_PTP 0x88F7 /* IEEE1588v2 (PTPv2) over Ethernet */
-#endif /* in particular for the information exchange between IED's in a power */
- /* transmission or distribution substation. */
- /* There are three types of application services */
+#endif /* in particular for the information exchange between IED's in a power */
+ /* transmission or distribution substation. */
+ /* There are three types of application services */
#ifndef ETHERTYPE_PRP
#define ETHERTYPE_PRP 0x88FB /* Parallel Redundancy Protocol (IEC62439 Chapter 6) */
@@ -452,6 +452,10 @@
#define ETHERTYPE_CFM 0x8902 /* IEEE 802.1ag Connectivity Fault Management(CFM) protocol */
#endif
+#ifndef ETHERTYPE_DCE
+#define ETHERTYPE_DCE 0x8903 /* Cisco Systems Inc DCE */
+#endif
+
#ifndef ETHERTYPE_FCOE
#define ETHERTYPE_FCOE 0x8906 /* Fibre Channel over Ethernet */
#endif