http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18944
User: sahlberg
Date: 2006/08/18 08:46 AM
Log:
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). ?\194?\160They use
ethertype 0xCAFE even though it isn't assigned to them :(. ?\194?\160There 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. ?\194?\160This dissector understands the one people will run across most -
multiple servers broadcasting these heartbeats all over the place. ?\194?\160I
figured out these fields through many Internet searches.
I will add the protocol to the Wiki after it is committed.
Thanks,
?\194?\160Steve
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+1 -0 packet-ethertype.c Modified
+165 -0 packet-llt.c Added
Directory: /trunk/epan/
Changes Path Action
+4 -0 etypes.h Modified
Directory: /trunk/
Changes Path Action
+1 -0 AUTHORS Modified