Wireshark-commits: [Wireshark-commits] master-3.0 657512c: Add --discard-all-secrets to remove decr
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 19 Feb 2019 09:58:18 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=657512c6ca67077fa8f0d10f7e93d12f66852175
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

657512c by Guy Harris (guy@xxxxxxxxxxxx):

    Add --discard-all-secrets to remove decryption secrets.
    
    Bug: 15435
    Change-Id: I78503c9c31ab3eda39908b91dca3ef3fb9af34bf
    Reviewed-on: https://code.wireshark.org/review/32100
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 7bd276a26a6b91c291e1b72d6c9c1c3fb9a77f0f)
    Reviewed-on: https://code.wireshark.org/review/32102
    

Actions performed:

    from  d4ec2c7   Use #defines for long-option codes.
     add  657512c   Add --discard-all-secrets to remove decryption secrets.


Summary of changes:
 doc/editcap.pod       |  7 +++++++
 editcap.c             | 28 ++++++++++++++++++++++++++++
 wiretap/file_access.c | 22 ++++++++++++++++++++++
 wiretap/wtap.c        |  7 +++++++
 wiretap/wtap.h        | 12 ++++++++++++
 5 files changed, 76 insertions(+)