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