Wireshark-commits: [Wireshark-commits] master 2e85975: Just #include wsutil/inet_aton.h

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 13 Feb 2016 23:52:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2e85975feee4304ebc3e47c3b03653094b839b6c
Submitter: Jo?o Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2e85975 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    Just #include wsutil/inet_aton.h
    
    No need for platform-specific system header boilerplate.
    
    Change-Id: I5387a0005ddb0d7aab3c5b9f28d6282053c1b0fd
    Reviewed-on: https://code.wireshark.org/review/13865
    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  d55f176   Don't define EXTCAP_DIR as "${datadir}/wireshark/extcap".
    adds  2e85975   Just #include wsutil/inet_aton.h


Summary of changes:
 configure.ac                   |    2 +-
 epan/addr_resolv.c             |    5 +----
 epan/dissectors/packet-aeron.c |   11 ++---------
 epan/dissectors/packet-dcom.c  |   18 ++++--------------
 epan/dissectors/packet-lbm.h   |    2 ++
 epan/dissectors/packet-lbmr.c  |   11 ++---------
 epan/dissectors/packet-lbtrm.c |   11 ++---------
 text2pcap.c                    |    4 ----
 tools/pre-commit-check.conf    |    1 +
 wsutil/inet_aton.c             |   14 ++------------
 wsutil/inet_aton.h             |   18 ++++++++++++++++++
 11 files changed, 35 insertions(+), 62 deletions(-)