URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8bee8bad813446bbf75428a8cdd756fe6063ca6f
Submitter: Jo?o Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8bee8ba by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
Add inet_pton/inet_ntop interface to libwsutil
Change-Id: Ifc344ed33f2f7ca09a6912a5adb49dc35f07c81f
Reviewed-on: https://code.wireshark.org/review/13881
Petri-Dish: João Valverde <j@xxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: João Valverde <j@xxxxxx>
Actions performed:
from 5fec8fa BER/PER: Add dissector assertions to squelch scan-build bugs
adds 8bee8ba Add inet_pton/inet_ntop interface to libwsutil
Summary of changes:
ConfigureChecks.cmake | 1 +
capchild/capture_ifinfo.c | 22 +-----
cmakeconfig.h.in | 7 +-
config.h.win32 | 2 -
configure.ac | 6 +-
dumpcap.c | 11 ++-
epan/addr_resolv.c | 82 +++++++----------------
epan/address_types.c | 16 +----
epan/dissectors/packet-uaudp.c | 17 ++---
text2pcap.c | 58 +++++-----------
tools/pre-commit-check.conf | 2 +
wsutil/CMakeLists.txt | 1 +
wsutil/Makefile.am | 2 +-
wsutil/Makefile.common | 2 +
wsutil/{inet_v6defs.h => inet_addr-int.h} | 47 ++++++-------
ui/qt/export_pdu_dialog.h => wsutil/inet_addr.c | 62 ++++++++---------
wsutil/{adler32.h => inet_addr.h} | 31 ++++-----
wsutil/inet_aton.c | 2 +
wsutil/inet_ntop.c | 59 ++++------------
wsutil/inet_pton.c | 52 ++++----------
20 files changed, 163 insertions(+), 319 deletions(-)
rename wsutil/{inet_v6defs.h => inet_addr-int.h} (61%)
copy ui/qt/export_pdu_dialog.h => wsutil/inet_addr.c (54%)
copy wsutil/{adler32.h => inet_addr.h} (66%)