aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-06-23 20:08:11 +0000
committerBill Meier <wmeier@newsguy.com>2010-06-23 20:08:11 +0000
commitd7b4bbc98a138194b7c33fd3b932019f160282cb (patch)
tree1d02fbb45e8d283a94367ddc052a3ba6f7deb301 /epan/etypes.h
parent800a4fff2deaf876465310fd1ac7d4c0e4c5d968 (diff)
From Haakon Nessjoen: New dissector for Digiums TDMoE protocol
From me: A few minor changes: - col-clear() not req'd; - Use 'gint32 length' rather than 'guint8 length'; - Use ENC_NA instead of FALSE/TRUE in two cases; - Move global tdmoe_handle to be local to proto_reg_handoff... svn path=/trunk/; revision=33307
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 */