Wireshark-commits: [Wireshark-commits] rev 35547: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sun, 16 Jan 2011 03:46:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35547

User: morriss
Date: 2011/01/15 07:46 PM

Log:
 Use tvb_memeql().
 
 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
  +2 -2      packet-afp.c          Modified
  +5 -7      packet-atalk.c        Modified
  +2 -5      packet-fmp.c          Modified
  +3 -3      packet-hpsw.c         Modified
  +2 -2      packet-icmpv6.c       Modified
  +13 -31    packet-ieee80211.c    Modified
  +2 -2      packet-isis-clv.c     Modified