Wireshark-commits: [Wireshark-commits] master 1f75d7b: wslua: Add ability to query current temporar
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Jun 2020 08:02:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1f75d7b3b9fa5d489d0d4816fe7dd491d5a617d7
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

1f75d7b by rbroker (rstbroker@xxxxxxxxx):

    wslua: Add ability to query current temporary color filter text
    
    The LUA API provides the "set_color_filter_slot" function, but without
    a corresponding "get_" function, it's very hard for two LUA dissectors
    to co-exist without one overwriting any color filters set by the other.
    
    It also looks like the documentation comment for
    "set_color_filter_slot" had an off-by-one error, which I've corrected
    as I was adding almost identical documentation for the new API.
    
    Change-Id: Ic54d23be555ec12e1830bbe6f84a1b04d04fd4f0
    Reviewed-on: https://code.wireshark.org/review/37511
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c7f74a9   USB HID: skip re-saving report descriptors
     add  1f75d7b   wslua: Add ability to query current temporary color filter text


Summary of changes:
 debian/libwireshark0.symbols |  1 +
 epan/color_filters.c         | 23 ++++++++++++++++
 epan/color_filters.h         |  8 ++++++
 epan/funnel.h                |  3 ++-
 epan/wslua/wslua_gui.c       | 64 ++++++++++++++++++++++++++++++++++++--------
 ui/cli/tap-funnel.c          |  1 +
 ui/qt/funnel_statistics.cpp  |  6 +++++
 7 files changed, 94 insertions(+), 12 deletions(-)