summaryrefslogtreecommitdiff
path: root/doc/mergecap.pod
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-03-03 22:14:10 +0000
committerJörg Mayer <jmayer@loplof.de>2004-03-03 22:14:10 +0000
commit76ff7e4a66cc2e45a25a3ac815e5520195ea3ae4 (patch)
tree74d3769106d3b5d2ddb8671d27ecd9c6d87033e4 /doc/mergecap.pod
parent84b5bd1e1d7ab4a4ebf1bfedeaf523d672ead6b6 (diff)
downloadwireshark-76ff7e4a66cc2e45a25a3ac815e5520195ea3ae4.tar.gz
Bill Guyton: mergecap can write to stdout by using the special filename -
svn path=/trunk/; revision=10289
Diffstat (limited to 'doc/mergecap.pod')
-rw-r--r--doc/mergecap.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/mergecap.pod b/doc/mergecap.pod
index da77ea0fa0..032b78e997 100644
--- a/doc/mergecap.pod
+++ b/doc/mergecap.pod
@@ -10,7 +10,7 @@ S<[ B<-hva> ]>
S<[ B<-s> I<snaplen> ]>
S<[ B<-F> I<file format> ]>
S<[ B<-T> I<encapsulation type> ]>
-S<B<-w> I<outfile>>
+S<B<-w> I<outfile>|->
I<infile>
I<...>
@@ -96,7 +96,7 @@ fddi>' is specified).
=item -w
-Sets the output filename.
+Sets the output filename. If the name is 'B<->', stdout will be used.
=item -F
@@ -148,3 +148,4 @@ of B<Ethereal> can be found at B<http://www.ethereal.com>.
Contributors
------------
+ Bill Guyton <guyton[AT]bguyton.com>