Wireshark-commits: [Wireshark-commits] master a69d0b1: GTK: Add 'in' operator in display filter exp

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 5 Feb 2017 20:25:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a69d0b1fba9a73a8d1869c16091495cb7eee3030
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a69d0b1 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    GTK: 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.
    
    Bug: 12808
    Change-Id: I42b328bcb3328521d193d9cdae56577eb66f8e15
    Reviewed-on: https://code.wireshark.org/review/19913
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  e35c21c   [Automatic update for 2017-02-05]
    adds  a69d0b1   GTK: Add 'in' operator in display filter expression dialog


Summary of changes:
 ui/gtk/dfilter_expr_dlg.c |  256 ++++++++++++++++++++++++++++-----------------
 1 file changed, 162 insertions(+), 94 deletions(-)