Wireshark-commits: [Wireshark-commits] master 190e313: DNS: move DNS name resolution pref to Name R
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 25 Jul 2015 17:05:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=190e313e9d949a837a0b3c3fe027647b35c2f8be
Submitter: Hadriel Kaplan (hadrielk@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

190e313 by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    DNS: move DNS name resolution pref to Name Resolution prefs
    
    Move the boolean flag for using captured DNS packet info for name resolution
    to the Name Resolution preferences settings, as it was rather surprising to
    disable Name Resolution preferences and still have names being resolved. Also
    disble them all if the '-n' command line switch is used, and re-enable it for
    a 'd' character in the '-N' option.
    
    Bug: 10337
    Change-Id: Ie4d47bab0100db3360cc447cd3e446b2e39aa917
    Reviewed-on: https://code.wireshark.org/review/9786
    Petri-Dish: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    

Actions performed:

    from  3fc4a83   Fix ptvcursor_add() so it can dissect the last bytes in a TVB again.
    adds  190e313   DNS: move DNS name resolution pref to Name Resolution prefs


Summary of changes:
 debian/libwireshark0.symbols                     |    1 +
 doc/rawshark.pod                                 |    2 ++
 doc/tshark.pod                                   |    2 ++
 doc/wireshark.pod.template                       |    2 ++
 docbook/wsug_src/WSUG_app_tools.asciidoc         |    4 ++--
 docbook/wsug_src/WSUG_chapter_customize.asciidoc |    5 +++--
 epan/addr_resolv.c                               |   25 +++++++++++++++++++++-
 epan/addr_resolv.h                               |   21 ++++++++++++------
 epan/dissectors/packet-dns.c                     |   16 ++++++--------
 epan/prefs.c                                     |   13 +++++------
 rawshark.c                                       |    9 +++-----
 tshark.c                                         |    8 +++----
 ui/gtk/main.c                                    |   19 ++++++++++------
 wireshark-qt.cpp                                 |    9 +++-----
 14 files changed, 84 insertions(+), 52 deletions(-)