summaryrefslogtreecommitdiff
path: root/doc/dumpcap.pod
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-07-27 16:39:10 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-07-27 16:39:10 +0000
commit834b464844b74b788577de4c8093b97461e17ee7 (patch)
tree3db200879cebf9da47ed417f9b4a9c7cd943b7e9 /doc/dumpcap.pod
parent8905991b677be077d25c0efd265d667c9f9055f5 (diff)
downloadwireshark-834b464844b74b788577de4c8093b97461e17ee7.tar.gz
add --capture-comment to dumpcap's manpage
svn path=/trunk/; revision=50947
Diffstat (limited to 'doc/dumpcap.pod')
-rw-r--r--doc/dumpcap.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod
index e46569bf26..76c2cac8d6 100644
--- a/doc/dumpcap.pod
+++ b/doc/dumpcap.pod
@@ -31,6 +31,7 @@ S<[ B<-t> ]>
S<[ B<-v> ]>
S<[ B<-w> E<lt>outfileE<gt> ]>
S<[ B<-y> E<lt>capture link typeE<gt> ]>
+S<[ B<--capture-comment> E<lt>commentE<gt> ]>
=head1 DESCRIPTION
@@ -336,6 +337,14 @@ 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>
+
+Add a capture comment to the output file.
+
+This option is only available if we output the captured packets to a
+single file in pcap-ng format. Only one capture comment may be set per
+output file.
+
=back
=head1 CAPTURE FILTER SYNTAX