Wireshark-commits: [Wireshark-commits] master 6452caa: Fix retrieval of data link type supported by
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Jul 2015 07:10:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6452caa3b3ffe0f72d2a6396d96f0470ceb77671
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6452caa by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Fix retrieval of data link type supported by remote interfaces with authentication
    
    Make use of -A parameter when querying data link types supported by a given interface with dumpcap.
    Ensure to pass the authentication parameters configured for a remote interface when calling capture_get_if_capabilities()
    
    Bug: 11366
    Change-Id: I4efea615084a82108e4a12a64e8c46817f30a5c6
    Reviewed-on: https://code.wireshark.org/review/9690
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  32d9a1d   Ensure to copy the (un)resolved (source|destination) address columns before freeing epan memory
    adds  6452caa   Fix retrieval of data link type supported by remote interfaces with authentication


Summary of changes:
 capchild/capture_ifinfo.c          |    3 ++-
 capchild/capture_sync.c            |    6 +++++-
 capchild/capture_sync.h            |    2 +-
 caputils/capture_ifinfo.h          |    3 ++-
 dumpcap.c                          |   33 ++++++++++++++++++++-------------
 echld/dispatcher.c                 |    4 ++--
 tshark.c                           |    9 ++++++++-
 ui/gtk/capture_dlg.c               |   20 ++++++++++++++++++--
 ui/gtk/main.c                      |   12 ++++++++++--
 ui/gtk/prefs_capture.c             |   14 +++++++-------
 ui/iface_lists.c                   |    2 +-
 ui/qt/manage_interfaces_dialog.cpp |   12 ++++++++++--
 wireshark-qt.cpp                   |    4 ++--
 13 files changed, 88 insertions(+), 36 deletions(-)