Wireshark-commits: [Wireshark-commits] rev 35593: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Thu, 20 Jan 2011 03:49:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35593

User: morriss
Date: 2011/01/19 07:49 PM

Log:
 Roll some calls to tvb_get_ptr() into proto_tree_add_bytes_format() (instead
 of going through a temporary variable).  This just makes it more obvious which
 add_bytes_format() calls are or are not being given pointers into the TVB.
 
 Use tvb_ip_to_str() and tvb_ip6_to_str() in a couple spots.

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +12 -30    packet-dcm.c         Modified
  +6 -5      packet-dcp-etsi.c    Modified
  +5 -8      packet-ismp.c        Modified
  +1 -3      packet-ntp.c         Modified
  +14 -16    packet-olsr.c        Modified