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 41279: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 01 Mar 2012 21:04:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41279

User: wmeier
Date: 2012/03/01 01:04 PM

Log:
 Various Changes:
 - Use proper 'encoding' arg (iso TRUE/FALSE) for proto_tree_add_item();
 - Use correct value for tvb_new_subset() 'reported_length' arg;
 - For proto_tree_add_protocol_format(): Use a length no greater than
     that actually available in the tvb. This allows dissection to attempt to
     proceed even if the length as obtained from the packet is too large.
 - Remove 'set not not used' variable;
 - Do minor reformatting and whitespace changes.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +26 -23    packet-ehdlc.c    Modified