aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-18 08:46:31 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-18 08:46:31 +0000
commitd6ba4c112c8b83970a5a1bd950fda41cbf4659d2 (patch)
tree946291e2a8a3045ca83465e14ceca44a81ad58fd /epan/etypes.h
parent0e5e0c4453fc4f719f63c598b615a84ddc690f75 (diff)
from stephen f
new protocol: veritas low latency transport --- Attached is a patch file that adds a new dissector for the LLT protocol (Veritas Low Level Transport, used for server clustering).  They use ethertype 0xCAFE even though it isn't assigned to them :(.  There are other fields and possibly other message types directly between servers it does not yet dissect as no one outside of Veritas knows what they are.  This dissector understands the one people will run across most - multiple servers broadcasting these heartbeats all over the place.  I figured out these fields through many Internet searches. I will add the protocol to the Wiki after it is committed. Thanks,  Steve svn path=/trunk/; revision=18944
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 b2676fc0db..a65f3a5657 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -322,6 +322,10 @@
#define ETHERTYPE_RTCFG 0x9022 /* RTnet: Real-Time Configuration Protocol */
#endif
+#ifndef ETHERTYPE_LLT
+#define ETHERTYPE_LLT 0xCAFE /* Veritas Low Latency Transport (not officially registered) */
+#endif
+
#ifndef ETHERTYPE_FCFT
/* type used to transport FC frames+MDS hdr internal to Cisco's MDS switch */
#define ETHERTYPE_FCFT 0xFCFC