From a52b0de4060ade4becd09b67e609ae27195f61da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Sat, 22 Dec 2012 09:43:17 +0000 Subject: Add support for writing pcap-ng files by specifying -n as an option. Leave pcap the default file format for now. The is should be reconsidered before the next release as it might make sense to use pcapgn as the default as we do for dumpcap. (We can use the -P option to allow switching back to pcap). svn path=/trunk/; revision=46691 --- doc/text2pcap.pod | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/text2pcap.pod') diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod index 7288b6ff0f..fee3f22f43 100644 --- a/doc/text2pcap.pod +++ b/doc/text2pcap.pod @@ -12,6 +12,7 @@ S<[ B<-e> El3pidE ]> S<[ B<-h> ]> S<[ B<-i> EprotoE ]> S<[ B<-l> EtypenumE ]> +S<[ B<-n> ]> S<[ B<-m> Emax-packetE ]> S<[ B<-o> hex|oct|dec ]> S<[ B<-q> ]> @@ -146,6 +147,10 @@ I will convert from plain datastream format to a sequence of Ethernet TCP packets. +=item -n + +Write PCAP-NG file instead of a PCAP. + =item -o hex|oct|dec Specify the radix for the offsets (hex, octal or decimal). Defaults to -- cgit v1.2.1