aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-20 11:45:36 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-20 11:45:36 +0000
commit0bc3b31a16c0588b04e28a07b1cf074e3faa5301 (patch)
tree43d912b5daf387aba246a310eacd9764d6d59c91 /doc
parent7cb1aee1c82f28ee76b9ef1b3d8a423709ffc2e1 (diff)
Provide options to work with defaults of text2pcap.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17682 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/text2pcap.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod
index e6cc7ddf86..c5a0720789 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -31,8 +31,8 @@ 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 -t
-x1>. In other words, each byte is individually displayed and
+B<Text2pcap> understands a hexdump of the form generated by I<od -Ax -tx1>.
+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
octal - see B<-o>), of more than two hex digits. Here is a sample dump