Wireshark-commits: [Wireshark-commits] master dfbea5d: Qt: Don't check capture filter for user DLTs

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 5 Jan 2016 09:14:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dfbea5d47c449670d6b4e989fec49b1cc680c497
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dfbea5d by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Don't check capture filter for user DLTs
    
    This makes it possible to use a capture filter on an interface
    with user DLTs (147-162).
    
    Bug: 11656
    Ping-Bug: 11668
    Change-Id: Ie9931b27e8dc8ea239e7e04e26d0ae1cacba50c9
    Reviewed-on: https://code.wireshark.org/review/12996
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  85fd9df   GFP: Add support for Generic Framing Procedure (ITU-T G.7041/Y.1303)
    adds  dfbea5d   Qt: Don't check capture filter for user DLTs


Summary of changes:
 ui/qt/capture_filter_edit.cpp          |   16 ++++++++--------
 ui/qt/capture_filter_edit.h            |    2 +-
 ui/qt/capture_filter_syntax_worker.cpp |   21 ++++++++++++++-------
 ui/qt/capture_filter_syntax_worker.h   |    2 +-
 4 files changed, 24 insertions(+), 17 deletions(-)