Wireshark-commits: [Wireshark-commits] master d1cb746: plugin_if: Add function to get	capture file 
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d1cb746822a31dc2d3273984587ce1ad2756ee7c
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d1cb746 by Paul Offord (paul.offord@xxxxxxxxxxxx):
    plugin_if: Add function to get capture file info
    
    This is an enhancement to allow a plugin to obtain capture file
    and other status information via a simple plugin_if call
    
    Added GTK port to this revision
    
    Bug: 11968
    Change-Id: Ibcf4e8b43c6f3b48e971fa4020a07cc273234fb8
    Reviewed-on: https://code.wireshark.org/review/13103
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    
Actions performed:
    from  ca512cf   androiddump: Return extcap version information
    adds  d1cb746   plugin_if: Add function to get capture file info
Summary of changes:
 epan/plugin_if.c      |   34 +++++++++++++++++++++++++++++
 epan/plugin_if.h      |   25 +++++++++++++++++++--
 ui/gtk/main_toolbar.c |   56 +++++++++++++++++++++++++++++++++++++++++++++++
 ui/qt/main_window.cpp |   58 +++++++++++++++++++++++++++++++++++++++++++++++++
 ui/qt/main_window.h   |    1 +
 5 files changed, 172 insertions(+), 2 deletions(-)