aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-08-01 21:21:35 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-08-01 21:21:35 +0000
commit11643ecc83922741af6a334a2a35e7e3ef45f24f (patch)
tree7f30bc9e4ce97e62658b545107fb74cdb115519b /doc
parent7cbe100f22aeaad401e84363fecb74439085ccee (diff)
add --capture-comment to tshark's manpage
fix a typo in the dumpcap manpage svn path=/trunk/; revision=51096
Diffstat (limited to 'doc')
-rw-r--r--doc/dumpcap.pod2
-rw-r--r--doc/tshark.pod8
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod
index 7b70819826..de969ceaa1 100644
--- a/doc/dumpcap.pod
+++ b/doc/dumpcap.pod
@@ -337,7 +337,7 @@ the interface specified by the last B<-i> option occurring before
this option. If the capture link type is not set specifically,
the default capture link type is used if provided.
-=item --capture-comment E<lt>commentE<gt>
+=item --capture-comment E<lt>commentE<gt>
Add a capture comment to the output file.
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 111a1d774b..7b728d0807 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -49,6 +49,7 @@ S<[ B<-x> ]>
S<[ B<-X> E<lt>eXtension optionE<gt>]>
S<[ B<-y> E<lt>capture link typeE<gt> ]>
S<[ B<-z> E<lt>statisticsE<gt> ]>
+S<[ B<--capture-comment> E<lt>commentE<gt> ]>
S<[ E<lt>capture filterE<gt> ]>
B<tshark>
@@ -1399,6 +1400,13 @@ on those calls that match that filter.
Example: B<-z "smb,srt,ip.addr==1.2.3.4"> will only collect stats for
SMB packets exchanged by the host at IP address 1.2.3.4 .
+=item --capture-comment E<lt>commentE<gt>
+
+Add a capture comment to the output file.
+
+This option is only available if a new output file in pcapng format is
+created. Only one capture comment may be set per output file.
+
=back
=back