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 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