Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Tue, 13 Mar 2012 18:35:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41540

User: wmeier
Date: 2012/03/13 11:35 AM

Log:
 Use tvb_new_subset_remaining(...) instead of tvb_new_subset(..., -1, -1);
 Use value_string_ext to reference a value_string;
 Use global tfs_set_notset instead of a local version displaying the values incorrectly;
 Slightly enhance display of the LWAPP Control Message.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +124 -123  packet-lwapp.c    Modified