From f73d9a9f56db0cefb8eda15a22307266af8c67bb Mon Sep 17 00:00:00 2001 From: tuexen Date: Mon, 27 Apr 2009 08:11:10 +0000 Subject: Add -n option to dumpcap. It will save the capture files in pcapng format instead of pcap. The default is to use pcap. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28170 f5534014-38df-0310-8fa8-9805f1628bb7 --- doc/dumpcap.pod | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/dumpcap.pod') diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod index 6b9723950a..597fe43a79 100644 --- a/doc/dumpcap.pod +++ b/doc/dumpcap.pod @@ -15,6 +15,7 @@ S<[ B<-f> Ecapture filterE ]> S<[ B<-h> ]> S<[ B<-i> Ecapture interfaceE|- ]> S<[ B<-L> ]> +S<[ B<-n> ]> S<[ B<-M> ]> S<[ B<-p> ]> S<[ B<-s> Ecapture snaplenE ]> @@ -28,6 +29,8 @@ B is a network traffic dump tool. It lets you capture packet data from a live network and write the packets to a file. B's native capture file format is B format, which is also the format used by B, B and various other tools. +When the B<-n> option is specified, the output file is written in the +new B format. Without any options set it will use the pcap library to capture traffic from the first available network @@ -165,6 +168,10 @@ link types can be used for the B<-y> option. When used with B<-D> and B<-L>, print verbose, machine-readable output. +=item -n + +Write the output file in the pcapng format instead of the default pcap format. + =item -p I put the interface into promiscuous mode. Note that the -- cgit v1.2.3