Wireshark-commits: [Wireshark-commits] master-2.0 24542ba: Qt: Don't check capture filter for user

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

Commits:

24542ba 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>
    (cherry picked from commit dfbea5d47c449670d6b4e989fec49b1cc680c497)
    Reviewed-on: https://code.wireshark.org/review/13048
    

Actions performed:

    from  fdbc129   cli: packets / bytes conversation statistics are swapped
    adds  24542ba   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(-)