Add option to suppress duplicate suppression.

svn path=/trunk/; revision=46730
This commit is contained in:
Michael Tüxen 2012-12-25 10:29:22 +00:00
parent 97937db263
commit 2daea0a310
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ Set the maximum packet length, default is 64000.
Useful for testing various packet boundaries when only an application
level datastream is available. Example:
I<od -Ax -tx1 stream | text2pcap -m1460 -T1234,1234 - stream.pcap>
I<od -Ax -tx1 -v stream | text2pcap -m1460 -T1234,1234 - stream.pcap>
will convert from plain datastream format to a sequence of Ethernet
TCP packets.