URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=75ff25f2858709ba75aa22046e43ec7e6c3cd9aa
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
75ff25f by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):
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@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 6ef2b48 uaudp: fix buffer overrun while reading pref
adds 75ff25f extcap: Add list of extcaps to about dialog
Summary of changes:
doc/README.extcap | 6 ++-
doc/extcap_example.py | 1 +
extcap.c | 100 ++++++++++++++++++++++++++++++++++++++----------
extcap.h | 10 +++++
extcap_parser.c | 60 ++++++++++++++---------------
extcap_parser.h | 7 +++-
ui/qt/about_dialog.cpp | 26 +++++++++++++
7 files changed, 155 insertions(+), 55 deletions(-)