Wireshark-commits: [Wireshark-commits] master-1.12 976a017: Fix retrieval of data link type support
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Jul 2015 09:59:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=976a017411fb6b9ec26dab2100abf7a5bd2202c7
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

976a017 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/9715
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  1c1733e   WaveAgent - Use tvb_get_guint8 instead of tvb_get_ptr to walk a packet and protect against a really big tag value
    adds  976a017   Fix retrieval of data link type supported by remote interfaces with authentication


Summary of changes:
 capture_ifinfo.c       |    3 ++-
 capture_ifinfo.h       |    1 +
 capture_sync.c         |    6 +++++-
 capture_sync.h         |    2 +-
 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 +-
 11 files changed, 75 insertions(+), 31 deletions(-)