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

Date: Tue, 13 Mar 2012 17:21:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41539

User: wmeier
Date: 2012/03/13 10:21 AM

Log:
 Use tvb_new_subset_remaining(...) in place of tvb_new_subset(..., -1, -1);
 Use value_string_ext to reference a few value_strings;
 Use val_to_str_const() in place of val_to_str() in a few cases;
 Use BASE_NONE for a few hf[] FT_BOOLEAN entries with 0x0 bitmask.

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +76 -66    packet-nas_eps.c    Modified