aboutsummaryrefslogtreecommitdiffstats
path: root/doc/editcap.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/editcap.pod')
-rw-r--r--doc/editcap.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/editcap.pod b/doc/editcap.pod
index 58a64b2d3d..5c6c7ac8e0 100644
--- a/doc/editcap.pod
+++ b/doc/editcap.pod
@@ -29,6 +29,7 @@ S<[ B<-t> E<lt>time adjustmentE<gt> ]>
S<[ B<-T> E<lt>encapsulation typeE<gt> ]>
S<[ B<-v> ]>
S<[ B<--inject-secrets> E<lt>secrets typeE<gt>,E<lt>fileE<gt> ]>
+S<[ B<--discard-all-secrets> ]>
I<infile>
I<outfile>
S<[ I<packet#>[-I<packet#>] ... ]>
@@ -349,6 +350,12 @@ I<tls> TLS Key Log as described at L<https://developer.mozilla.org/NSS_Key_Log_F
This option may be specified multiple times. The available options for
E<lt>secrets typeE<gt> can be listed with B<--inject-secrets help>.
+=item --discard-all-secrets
+
+Discard all decryption secrets from the input file when writing the
+output file. Does not discard secrets added by B<--inject-secrets> in
+the same command line.
+
=back
=head1 EXAMPLES