Wireshark-commits: [Wireshark-commits] rev 35911: /trunk/ /trunk/epan/dissectors/: packet-bootp.c p

Date: Fri, 11 Feb 2011 02:43:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35911

User: morriss
Date: 2011/02/10 06:43 PM

Log:
 Check for places where tvb_bytes_to_str() or tvb_get_bytes_to_str_punct()
 should be used (instead of the non-tvb functions with a call to tvb_get_ptr()).
 
 Use those functions in a bunch of places.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +5 -5      packet-bootp.c     Modified
  +2 -3      packet-dhcpv6.c    Modified
  +1 -3      packet-q931.c      Modified
  +2 -6      packet-q933.c      Modified

Directory: /trunk/tools/
  Changes    Path            Action
  +7 -3      checkAPIs.pl    Modified