Wireshark-commits: [Wireshark-commits] master 5aacafb: Handle -K, -n, -N, and -u in the common diss
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 31 Oct 2016 05:06:16 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5aacafba8e53b3c17f00181e91418927d1c94efe
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5aacafb by Guy Harris (guy@xxxxxxxxxxxx):

    Handle -K, -n, -N, and -u in the common dissection option code.
    
    Also update tfshark to use that code.
    
    Change-Id: Ic03fb8ff48c8bfc460298d180b436e53f0076cbe
    Reviewed-on: https://code.wireshark.org/review/18588
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  706c106   Have the routine that handles dissection options not exit.
    adds  5aacafb   Handle -K, -n, -N, and -u in the common dissection option code.


Summary of changes:
 epan/dissectors/Makefile.am                        |    1 +
 .../asn1/kerberos/packet-kerberos-template.c       |    2 +
 .../asn1/kerberos/packet-kerberos-template.h       |    6 --
 epan/dissectors/packet-dcerpc-netlogon.c           |    2 +
 epan/dissectors/packet-kerberos.c                  |   14 ++--
 epan/dissectors/packet-kerberos.h                  |    8 +--
 epan/dissectors/packet-ntlmssp.c                   |    2 +
 epan/dissectors/packet-smb2.c                      |    2 +
 .../{packet-a21.h => read_keytab_file.h}           |   17 +++--
 tfshark.c                                          |   70 +++-----------------
 tshark.c                                           |   47 ++-----------
 ui/commandline.c                                   |   41 ++----------
 ui/dissect_opts.c                                  |   45 +++++++++++++
 ui/dissect_opts.h                                  |    2 +-
 14 files changed, 93 insertions(+), 166 deletions(-)
 copy epan/dissectors/{packet-a21.h => read_keytab_file.h} (75%)