summaryrefslogtreecommitdiff
path: root/doc/text2pcap.pod
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-03-20 11:45:36 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-03-20 11:45:36 +0000
commit95fc8d3c5904774a0c1dce784eca5cef33f27691 (patch)
tree43d912b5daf387aba246a310eacd9764d6d59c91 /doc/text2pcap.pod
parentf331077a60e033e416dfa6fc83d73a8c8d20d56e (diff)
downloadwireshark-95fc8d3c5904774a0c1dce784eca5cef33f27691.tar.gz
Provide options to work with defaults of text2pcap.
svn path=/trunk/; revision=17682
Diffstat (limited to 'doc/text2pcap.pod')
-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