Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 37000: /trunk/epan/ /trunk/epan/: addr_resolv.c address_

Date: Thu, 05 May 2011 20:48:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37000

User: darkjames
Date: 2011/05/05 01:48 PM

Log:
 Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsutil/inet_ntop.c)
 and use it instead of inet_ntop(AF_INET6, ...)
 
 - Add MAX_IP6_STR_LEN define.
 - use MAX_IP6_STR_LEN as a buffer size when ip6_to_str_buf() is used.

Directory: /trunk/epan/
  Changes    Path                Action
  +1 -1      addr_resolv.c       Modified
  +92 -9     address_to_str.c    Modified
  +16 -0     to_str.c            Modified
  +1 -0      to_str.h            Modified