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