Wireshark-commits: [Wireshark-commits] master 795b5d4: Add 'in' operator in display filter expressi
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Jan 2017 08:20:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=795b5d44e5a091b9f87d7ea8aac4701077807bc3
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

795b5d4 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    Add 'in' operator in display filter expression dialog
    
    Add the 'in' operator to the list of available operators, where 'eq'
    operator would be present also. Setup the curly bracket expression in
    the filter and allow for multiple enums to be selected.
    
    Ping-Bug: 12808
    Change-Id: Ibeef52ba9d41549d0684b0069270ff09f5a93e81
    Reviewed-on: https://code.wireshark.org/review/19767
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  6a99a2c   Cast arguments to socklen_t.
    adds  795b5d4   Add 'in' operator in display filter expression dialog


Summary of changes:
 ui/qt/display_filter_expression_dialog.cpp |   34 +++++++++++++++++++++-------
 ui/qt/display_filter_expression_dialog.ui  |   10 +++-----
 2 files changed, 29 insertions(+), 15 deletions(-)