aboutsummaryrefslogtreecommitdiffstats
path: root/doc/text2pcap.pod
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-05 21:40:12 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-05 21:40:12 +0000
commit2251da0817206753fbe2053ecf4bee7bef118021 (patch)
tree4a9f5e158c83fc5fbbd71fa39137b1c28bfcd39f /doc/text2pcap.pod
parent273ea4b70db953bfb7e4160fb6e895a05774602a (diff)
Document the "-o dec" changes.
svn path=/trunk/; revision=24273
Diffstat (limited to 'doc/text2pcap.pod')
-rw-r--r--doc/text2pcap.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod
index 5f7521ecc6..3e381182ca 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -9,7 +9,7 @@ B<text2pcap>
S<[ B<-h> ]>
S<[ B<-d> ]>
S<[ B<-q> ]>
-S<[ B<-o> hex|oct ]>
+S<[ B<-o> hex|oct|dec ]>
S<[ B<-l> E<lt>typenumE<gt> ]>
S<[ B<-e> E<lt>l3pidE<gt> ]>
S<[ B<-i> E<lt>protoE<gt> ]>
@@ -35,8 +35,8 @@ 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
-that B<text2pcap> can recognize:
+octal or decimal - see B<-o>), of more than two hex digits.
+Here is a sample dump that B<text2pcap> can recognize:
000000 00 e0 1e a7 05 6f 00 10 ........
000008 5a a0 b9 12 08 00 46 00 ........
@@ -97,9 +97,9 @@ multiple times to generate more debugging information.
Be completely quiet during the process.
-=item -o hex|oct
+=item -o hex|oct|dec
-Specify the radix for the offsets (hex or octal). Defaults to
+Specify the radix for the offsets (hex, octal or decimal). Defaults to
hex. This corresponds to the C<-A> option for I<od>.
=item -l