http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43225
User: wmeier
Date: 2012/06/12 07:02 AM
Log:
Copy from trunk:
------------------------------------------------------------------------
r43217 | wmeier | 2012-06-11 16:51:47 -0400 (Mon, 11 Jun 2012) | 15 lines
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-1.8/epan/dissectors/
Changes Path Action
+628 -611 packet-wreth.c Modified