URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=297ef07b9b2f5b681234d0c31269996413262cbc
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
297ef07 by Michael Mann (mmann78@xxxxxxxxxxxx):
    "Hide" hashether_t structure.
    
    One use in a GUI function isn't really enough to justify making the structure public.
    
    Change-Id: I6d70b9bacbc0fa1898150f59c0c69779a6cd5d51
    Reviewed-on: https://code.wireshark.org/review/7074
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  d3d0a0a   Fix SSE 4.2 checks.
    adds  297ef07   "Hide" hashether_t structure.
Summary of changes:
 debian/libwireshark0.symbols |    3 +++
 epan/addr_resolv.c           |   19 ++++++++++++++++---
 epan/addr_resolv.h           |   13 ++++++-------
 ui/gtk/addr_resolution_dlg.c |    6 +++---
 4 files changed, 28 insertions(+), 13 deletions(-)