aboutsummaryrefslogtreecommitdiffstats
path: root/doc/text2pcap.pod
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-27 00:50:06 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-27 00:50:06 +0000
commit3e857b57898b28f13fed8ea68efd3a05ed6c0da7 (patch)
tree6e4e79ccd30c9f0d48ea50fdc62c4ca3979e86f3 /doc/text2pcap.pod
parentbca3332efdabf8a2f08dfe96b2776e2564a35ef6 (diff)
Clean up the example for the "-m" flag.
svn path=/trunk/; revision=7573
Diffstat (limited to 'doc/text2pcap.pod')
-rw-r--r--doc/text2pcap.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod
index 0947b20f99..1b83aac24d 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -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.
Useful for testing various packet boundaries when only an application
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
TCP packets.