aboutsummaryrefslogtreecommitdiffstats
path: root/doc/extcap_example.py
diff options
context:
space:
mode:
authorRoland Knall <roland.knall@br-automation.com>2016-01-12 13:45:20 +0100
committerRoland Knall <rknall@gmail.com>2016-01-15 11:30:39 +0000
commit75ff25f2858709ba75aa22046e43ec7e6c3cd9aa (patch)
treea47d5b737c55cc7625efc2fde89f838dd7363485 /doc/extcap_example.py
parent6ef2b48dbe280bdc2c2e8559556a426a9ae44b0d (diff)
extcap: Add list of extcaps to about dialog
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 <rknall@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'doc/extcap_example.py')
-rwxr-xr-xdoc/extcap_example.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/extcap_example.py b/doc/extcap_example.py
index 13c079d0ec..39bb571075 100755
--- a/doc/extcap_example.py
+++ b/doc/extcap_example.py
@@ -90,6 +90,7 @@ def extcap_config(interface):
def extcap_interfaces():
+ print ("extcap {version=1.0}")
print ("interface {value=example1}{display=Example interface usage for extcap}")
def extcap_dlts(interface):