summaryrefslogtreecommitdiff
path: root/doc/text2pcap.pod
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-06-16 05:32:19 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-06-16 05:32:19 +0000
commit3e0312f184a344eab0b341f1a1ff26e7314e7e81 (patch)
tree3594bc0e900ff7a59437b6f48786defbbbb79c6d /doc/text2pcap.pod
parentb82eba3f42424d22ae46a5a99c349b6f266c0bb1 (diff)
downloadwireshark-3e0312f184a344eab0b341f1a1ff26e7314e7e81.tar.gz
Fix for bug 2611:
Add -v option to example "od" command line. svn path=/trunk/; revision=25458
Diffstat (limited to 'doc/text2pcap.pod')
-rw-r--r--doc/text2pcap.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod
index 3e381182ca..01d5636037 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -31,7 +31,7 @@ multiple packets. B<text2pcap> is also capable of generating dummy
Ethernet, IP and UDP, TCP, or SCTP headers, in order to build fully
processable packet dumps from hexdumps of application-level data only.
-B<Text2pcap> understands a hexdump of the form generated by I<od -Ax -tx1>.
+B<Text2pcap> understands a hexdump of the form generated by I<od -Ax -tx1 -v>.
In other words, each byte is individually displayed and
surrounded with a space. Each line begins with an offset describing
the position in the file. The offset is a hex number (can also be