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

Date: Mon, 05 Mar 2012 18:57:19 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41357

User: wmeier
Date: 2012/03/05 10:57 AM

Log:
 Various changes:
 - Use proper proto_tree_add_item() 'encoding' arg (instead of TRUE/FALSE);
 - Call col_append_fstr() even when 'tree==NULL';
 - Use value_string_ext to access the larger value_string tables;
 - Handle tvb_reported_length() can return -1;
 - Remove 'set but never used' variable and associated line of code;
 - Remove unneeded #include <prefs.h>;
 - Remove empty proto_reg_handoff();
 - Do minor whitespace cleanup.

Directory: /trunk/epan/dissectors/
  Changes    Path                        Action
  +360 -363  packet-gsm_abis_om2000.c    Modified