http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41963
User: guy
Date: 2012/04/05 02:13 PM
Log:
Fix the name of the variable with the handle for the V5.2 dissector, to
make it clearer that the payload isn't being dissected as uninterpreted
data.
Whether the checksum is checked should not depend n the presence of
per-frame protocol data; make it depend on the availability of the
checksum, instead. Then #if 0 out all that code, as, at least in the
V5.2 capture attached to bug 7027, there is no checksum in any of the
packets.
Clean up indentation a bit.
Directory: /trunk/epan/dissectors/
Changes Path Action
+87 -24 packet-v5dl.c Modified