http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35545
User: morriss
Date: 2011/01/15 07:29 PM
Log:
Use tvb_ip_to_str().
There's no need to pass the result of tvb_get_ptr() as the 'value' in
proto_tree_add_*(): just use proto_tree_add_item().
Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure the
return string is NULL terminated.
Directory: /trunk/epan/dissectors/
Changes Path Action
+11 -11 packet-aruba-adp.c Modified
+8 -17 packet-dcerpc-rs_pgo.c Modified
+2 -4 packet-dcom.c Modified
+8 -11 packet-dec-dnart.c Modified
+2 -2 packet-fc.c Modified
+45 -52 packet-fcsp.c Modified
+2 -2 packet-fddi.c Modified
+19 -33 packet-icq.c Modified
+1 -1 packet-ismp.c Modified