URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f1ff3208a055f462e69c9ac7479271aecf784d79
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f1ff320 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
Move ip6_to_str_buf() to to_str.c and make it take the buffer length.
Also make it use ws_inet_ntop6() (rather than implementing the string
conversion ourselves).
Remove ip6_to_str_buf_len().
Change-Id: I1eff3a8941e00987c2ff0c4dcfda13476af86191
Reviewed-on: https://code.wireshark.org/review/15692
Reviewed-by: João Valverde <j@xxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 528edba afs: eliminate "malformed packet" false alarms
adds f1ff320 Move ip6_to_str_buf() to to_str.c and make it take the buffer length.
Summary of changes:
epan/addr_resolv.c | 2 +-
epan/address_types.c | 119 +--------------------------------------
epan/dissectors/packet-radius.c | 2 +-
epan/dissectors/packet-wccp.c | 2 +-
epan/ftypes/ftype-ipv6.c | 10 ++--
epan/to_str.c | 11 ++++
epan/to_str.h | 5 +-
wiretap/wtap.h | 2 +-
wsutil/inet_addr.h | 3 +
9 files changed, 26 insertions(+), 130 deletions(-)