Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 61ea02b: PluginIF: Fix GTK PluginIF interface

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 9 Sep 2015 04:12:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=61ea02b1452085b3e0b7cb4b4bf988e9a681299b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

61ea02b by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    PluginIF: Fix GTK PluginIF interface
    
     - Move the apply-filter code to main_menubar,
       because there already the code of the preference
       pop-ups is handled
    
     - Fix the apply-filter callback, which was not working
       at all
    
    Change-Id: I25d5a161d8b78695c15b3100653be36786129408
    Reviewed-on: https://code.wireshark.org/review/10444
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b0aec6d   packet-optommp.c add dest_ID support.
    adds  61ea02b   PluginIF: Fix GTK PluginIF interface


Summary of changes:
 ui/gtk/main_filter_toolbar.c |   21 ++++++++++++++-------
 ui/gtk/main_menubar.c        |   25 +++++++++++++++++++++++++
 ui/gtk/packet_list.c         |   22 ----------------------
 3 files changed, 39 insertions(+), 29 deletions(-)