Clean up the example for the "-m" flag.

svn path=/trunk/; revision=7573
This commit is contained in:
Guy Harris 2003-04-27 00:50:06 +00:00
parent bca3332efd
commit 3e857b5789
1 changed files with 3 additions and 1 deletions

View File

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