From 2251da0817206753fbe2053ecf4bee7bef118021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Tue, 5 Feb 2008 21:40:12 +0000 Subject: Document the "-o dec" changes. svn path=/trunk/; revision=24273 --- doc/text2pcap.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/text2pcap.pod') 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 S<[ B<-h> ]> S<[ B<-d> ]> S<[ B<-q> ]> -S<[ B<-o> hex|oct ]> +S<[ B<-o> hex|oct|dec ]> S<[ B<-l> EtypenumE ]> S<[ B<-e> El3pidE ]> S<[ B<-i> EprotoE ]> @@ -35,8 +35,8 @@ B understands a hexdump of the form generated by I. 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 can recognize: +octal or decimal - see B<-o>), of more than two hex digits. +Here is a sample dump that B 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. =item -l -- cgit v1.2.3