Wireshark-commits: [Wireshark-commits] master-2.0 dccdc70: Export functions str_to_ip() and str_to_

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 12 Nov 2015 03:31:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dccdc7043d44462a97faf9eaf0c5fcd0c734eb89
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

dccdc70 by Jo Rueschel (wireshark@xxxxxxxxxxx):

    Export functions str_to_ip() and str_to_ip6() to plugins
    
    The functions str_to_ip() and str_to_ip6() are not yet exposed to plugins so
    they cannot be used there.
    Now they are added to the plugin API.
    
    Change-Id: I9df267934ad43887a6326c8c9a1a666f263c08a2
    Reviewed-on: https://code.wireshark.org/review/11728
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 09f43c196e2c642e736b77f0a0fec924be096b7d)
    Reviewed-on: https://code.wireshark.org/review/11755
    

Actions performed:

    from  726a84b   Plug file descriptor leak.
    adds  dccdc70   Export functions str_to_ip() and str_to_ip6() to plugins


Summary of changes:
 epan/addr_resolv.h |    3 +++
 1 file changed, 3 insertions(+)