ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 41963: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 05 Apr 2012 21:13:38 GMT
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