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

Date: Mon, 11 Jun 2012 20:51:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43217

User: wmeier
Date: 2012/06/11 01:51 PM

Log:
 Fix bugs and other issues:
 - remove 'if (tree)' around code which (eventually) calls col_...() functions;
 - remove unneeded check_col() usage;
 - use extended value-strings where appropriate;
 - use col_set_str() instead of col_add_fstr();
 - fix mismatch between proto_tree_add_item() size arg and the FT type in the
    referenced hf[] entry (in a few cases);
 - FT_STRING fields should have ENC_ASCII|ENC_NA as the 'encoding' arg
    in the corresponding proto_tree_add_item() call;
 - do whitespace cleanup.
 
 Note: 1 issue remains:
 See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7260#c12

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +628 -611  packet-wreth.c    Modified