http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35546
User: morriss
Date: 2011/01/15 07:35 PM
Log:
Use tvb_memeql() and tvb_memcpy().
Use tvb_ip_to_str() and tvb_ip6_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
+5 -7 packet-btobex.c Modified
+10 -10 packet-cms.c Modified
+4 -4 packet-cops.c Modified
+0 -2 packet-dcc.c Modified
+2 -2 packet-dcm.c Modified
+4 -9 packet-dsi.c Modified
+2 -3 packet-dtpt.c Modified
+9 -10 packet-echo.c Modified
+30 -30 packet-fcip.c Modified
+2 -5 packet-gsm_a_gm.c Modified
+58 -58 packet-gsm_map.c Modified
(3 files not shown)