Fix for bug 2611:

Add -v option to example "od" command line.

svn path=/trunk/; revision=25458
This commit is contained in:
Jaap Keuter 2008-06-16 05:32:19 +00:00
parent b82eba3f42
commit 3e0312f184
1 changed files with 1 additions and 1 deletions

View File

@ -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