http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52296
User: mmann
Date: 2013/09/30 03:21 PM
Log:
Convert some proto_tree_add_string_format calls to something more appropriate.
There seem to be several cases of proto_tree_add_string_format where a "string" value/filter doesn't really make sense because it's always empty, and is just being used as a "filterable subtree header (placeholder)". They appear to be more for "presense" than "value" and should probably be FT_NONE, although I'd almost argue for removing the filter in favor of proto_tree_add_text.
Directory: /trunk/epan/dissectors/
Changes Path Action
+9 -27 packet-ajp13.c Modified
+2 -2 packet-ansi_a.c Modified
+98 -98 packet-ber.c Modified
+1 -1 packet-dcerpc-eventlog.c Modified
+4 -4 packet-dmp.c Modified
+21 -25 packet-epl.c Modified
+3 -3 packet-gtpv2.c Modified
+4 -4 packet-hsrp.c Modified
+2 -2 packet-isis-lsp.c Modified
+4 -4 packet-nfs.c Modified
+2 -3 packet-pktc.c Modified
(9 files not shown)