From: guy Date: Sun, 27 Apr 2003 00:50:06 +0000 (+0000) Subject: Clean up the example for the "-m" flag. X-Git-Url: http://git.samba.org/samba.git/?p=obnox%2Fwireshark%2Fwip.git;a=commitdiff_plain;h=8064cd320978682430b3e7dc40712f7ca84bc97b Clean up the example for the "-m" flag. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7573 f5534014-38df-0310-8fa8-9805f1628bb7 --- 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 + will convert from plain datastream format to a sequence of Ethernet TCP packets.