aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.