Wireshark-commits: [Wireshark-commits] master ee1a410: extcap: Add tool-specified helppage

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 7 Sep 2016 09:09:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ee1a4109cfc8fb314d151f59859a348765ba9dbf
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ee1a410 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    extcap: Add tool-specified helppage
    
    Allow the tool to provide a link to a helppage, displayed
    by clicking on help in the configuration dialog.
    
    The URL will be opened using an URL based service, therefore local
    as well as remote URLs are possible.
    
    Change-Id: I58b30244e97919d5cf6892faf96536ddc30fb5a7
    Reviewed-on: https://code.wireshark.org/review/17549
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  859cf86   M2AP: fix dissection of procedure codes
    adds  ee1a410   extcap: Add tool-specified helppage


Summary of changes:
 doc/README.extcap               |    4 +++-
 doc/extcap_example.py           |    2 +-
 extcap.c                        |   30 +++++++++++++++++++-----------
 extcap.h                        |    4 ++++
 extcap_parser.c                 |   13 ++++++++-----
 extcap_parser.h                 |   16 +++++++---------
 ui/qt/extcap_options_dialog.cpp |   19 +++++++++++++++++--
 7 files changed, 59 insertions(+), 29 deletions(-)