Clean up the example for the "-m" flag.
[obnox/wireshark/wip.git] / doc / text2pcap.pod
index 0947b20f99a4c0e3bf0b75233a4d8db17532e7bf..1b83aac24d7897bd9e5173c38ceb20aaab5311a7 100644 (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.
 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.