http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26427
User: stig
Date: 2008/10/13 05:55 AM
Log:
From Florian Lohoff (bug 2959):
rudp looks up the ciscosm dissector for every single packet. Make this a one
time in proto_handoff and use the dissector handle.
While at it - decode the checksum when there is one. An indicator is that the
header length has space for the checksum.
Additionally we have seen "stray bytes" after the checksum we can't explain. So
decode them as data when there are some.
Directory: /trunk/plugins/ciscosm/
Changes Path Action
+23 -4 packet-sm.c Modified
Directory: /trunk/plugins/rudp/
Changes Path Action
+22 -9 packet-rudp.c Modified