aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
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 5fb5590f92..d67be21c60 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -451,6 +451,10 @@
#ifndef ETHERTYPE_LLT
#define ETHERTYPE_LLT 0xCAFE /* Veritas Low Latency Transport (not officially registered) */
#endif
+
+#ifndef ETHERTYPE_TDMOE
+#define ETHERTYPE_TDMOE 0xD00D /* Digium TDMoE packets (not officially registered) */
+#endif
#ifndef ETHERTYPE_FCFT
#define ETHERTYPE_FCFT 0xFCFC /* used to transport FC frames+MDS hdr internal to Cisco's MDS switch */