aboutsummaryrefslogtreecommitdiffstats
path: root/doc/text2pcap.pod
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-05 21:40:12 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-05 21:40:12 +0000
commit29c8dabad5a1b5b20ff49502e450d4c9677822c6 (patch)
tree4a9f5e158c83fc5fbbd71fa39137b1c28bfcd39f /doc/text2pcap.pod
parent0ca3c6f4b0d3f228ad1693ef2ea022e77c44aa8c (diff)
Document the "-o dec" changes.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24273 f5534014-38df-0310-8fa8-9805f1628bb7
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