aboutsummaryrefslogtreecommitdiffstats
path: root/doc/text2pcap.pod
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-12-22 09:43:17 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-12-22 09:43:17 +0000
commita52b0de4060ade4becd09b67e609ae27195f61da (patch)
tree1ccd4dd4d0faf2c1166e01baa85a7ed4d3435a0c /doc/text2pcap.pod
parent0adca98fb71ae932ab0dc725690c54b2c629daa5 (diff)
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
Diffstat (limited to 'doc/text2pcap.pod')
-rw-r--r--doc/text2pcap.pod5
1 files changed, 5 insertions, 0 deletions
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> E<lt>l3pidE<gt> ]>
S<[ B<-h> ]>
S<[ B<-i> E<lt>protoE<gt> ]>
S<[ B<-l> E<lt>typenumE<gt> ]>
+S<[ B<-n> ]>
S<[ B<-m> E<lt>max-packetE<gt> ]>
S<[ B<-o> hex|oct|dec ]>
S<[ B<-q> ]>
@@ -146,6 +147,10 @@ I<od -Ax -tx1 stream | text2pcap -m1460 -T1234,1234 - stream.pcap>
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