Wireshark-commits: [Wireshark-commits] rev 54270: /trunk/ /trunk/epan/dissectors/: packet-data.c pa
Date: Thu, 19 Dec 2013 20:53:44 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54270

User: eapache
Date: 2013/12/19 08:53 PM

Log:
 Add bytestring_to_str() which takes a wmem scope and is otherwise identical to
 bytestring_to_ep_str (now deprecated). Use the new one in a few obvious places.
 
 Also just print directly to the buffer when loading ethernet addresses for
 resolution. The straight-to-buffer bytes_to_hexstr seems useful, maybe it
 shouldn't be in a private header...

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +1 -1      packet-data.c     Modified
  +1 -1      packet-frame.c    Modified
  +1 -1      packet-snmp.c     Modified

Directory: /trunk/epan/
  Changes    Path             Action
  +2 -1      addr_resolv.c    Modified
  +28 -0     to_str.c         Modified
  +3 -0      to_str.h         Modified

Directory: /trunk/asn1/snmp/
  Changes    Path          Action
  +1 -1      snmp.cnf      Modified

Directory: /trunk/plugins/wimaxasncp/
  Changes    Path                   Action
  +4 -4      packet-wimaxasncp.c    Modified