Wireshark-commits: [Wireshark-commits] master ad82dfd: Add new long options to GUIs to allow arbitr
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Jul 2015 11:27:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ad82dfd5547e460359eb3597ddb6760a29c40439
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ad82dfd by Jim Young (jyoung@xxxxxxx):

    Add new long options to GUIs to allow arbitrary protocols and heuristics to be disabled via command-line
    
    Future: Allow multiple protocols to be disabled in one option statement
    (perhaps using a comma or colon delmited set of names in <proto_name>)
    instead of having to specify --disable-protocol <proto_name> multiple times.
    
    Change-Id: I9b8f960acf75298ebb098d9b667fca49dca52306
    Reviewed-on: https://code.wireshark.org/review/9631
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  9d24a26   Don't register in a non-existent dissector table.
    adds  ad82dfd   Add new long options to GUIs to allow arbitrary protocols and heuristics to be disabled via command-line


Summary of changes:
 capture_opts.h                                   |   10 ++++-
 docbook/wsug_src/WSUG_app_tools.asciidoc         |    7 ++++
 docbook/wsug_src/WSUG_chapter_customize.asciidoc |    6 +++
 epan/disabled_protos.c                           |   30 +++++++++++++++
 epan/disabled_protos.h                           |   13 +++++++
 tshark.c                                         |   43 ++++++++++++++++++++++
 ui/gtk/main.c                                    |   42 +++++++++++++++++++++
 wireshark-qt.cpp                                 |   43 ++++++++++++++++++++++
 8 files changed, 192 insertions(+), 2 deletions(-)