From 75ff25f2858709ba75aa22046e43ec7e6c3cd9aa Mon Sep 17 00:00:00 2001 From: Roland Knall Date: Tue, 12 Jan 2016 13:45:20 +0100 Subject: extcap: Add list of extcaps to about dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the list of available extcaps to the plugin list in the About dialog of Wireshark (Qt only). To do this, and additional sentence is provided in the extcap arguments list, which allows for additional information to be passed (as of right now, just version and display is used) Additionally, cleans up the code when using g_free. Bug: 11683 Change-Id: I04a958e2b73c9a707ab1cb4f2fc8345833a854a9 Reviewed-on: https://code.wireshark.org/review/13224 Petri-Dish: Roland Knall Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke Reviewed-by: Roland Knall --- doc/README.extcap | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/README.extcap') diff --git a/doc/README.extcap b/doc/README.extcap index cb32683eed..50dc1a82f3 100644 --- a/doc/README.extcap +++ b/doc/README.extcap @@ -44,13 +44,17 @@ in the doc/extcap.4 generated man page (in the build dir). Example: $ extcapbin --extcap-interfaces +extcap {version=1.0} interface {value=example1}{display=Example interface 1 for extcap} interface {value=example2}{display=Example interface 2 for extcap} +The version for the extcap sentence (which may exist as often as wanted, but only the +last one will be used) will be used for displaying the version information of the extcap +interface in the about dialog of Wireshark (Qt only). + The value for each interface will be used in subsequent calls as the interface name IFACE. - STEP2: the extcap is queried for valid DLTs (Data Link Types) for all the interfaces returned by the step 1. -- cgit v1.2.1