URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=91b5042ece248e4773d207b4144bd866f8150fa4
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
91b5042 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: Ic7dee275ba0a2bd4e19c06702a867417c5624c27
    Reviewed-on: https://code.wireshark.org/review/7080
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  a64fc6c   Don't check for C89 headers.
    adds  91b5042   "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(-)