URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=09f43c196e2c642e736b77f0a0fec924be096b7d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
09f43c1 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>
Actions performed:
from 412ab83 Plug file descriptor leak.
adds 09f43c1 Export functions str_to_ip() and str_to_ip6() to plugins
Summary of changes:
epan/addr_resolv.h | 3 +++
1 file changed, 3 insertions(+)