Provide options to work with defaults of text2pcap.

svn path=/trunk/; revision=17682
This commit is contained in:
Jaap Keuter 2006-03-20 11:45:36 +00:00
parent f331077a60
commit 95fc8d3c59
1 changed files with 2 additions and 2 deletions

View File

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