Wireshark-commits: [Wireshark-commits] master 82a4968: plugin_if: add plugin_if_get_frame_data() an

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 22 Aug 2020 05:32:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=82a4968bc31b8fa85a3f45a583d8f7f71bd6737f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

82a4968 by Tomas Kukosa (kukosa@xxxxxxxxx):

    plugin_if: add plugin_if_get_frame_data() and plugin_if_get_capture_file()
    
    Change-Id: I7505d4185f18d13d6836c9c9bb8f400d12f2a524
    Reviewed-on: https://code.wireshark.org/review/38217
    Petri-Dish: Tomáš Kukosa <keksa@xxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  7e46db8   gnutella: add a comment about the character encoding.
     add  82a4968   plugin_if: add plugin_if_get_frame_data() and plugin_if_get_capture_file()


Summary of changes:
 debian/libwireshark0.symbols             |  2 ++
 epan/plugin_if.c                         | 34 +++++++++++++++++++++++
 epan/plugin_if.h                         | 14 ++++++++++
 plugins/epan/pluginifdemo/pluginifdemo.c | 23 ++++++++++++++--
 ui/qt/main_window.cpp                    | 46 ++++++++++++++++++++++++++++++++
 5 files changed, 117 insertions(+), 2 deletions(-)