aboutsummaryrefslogtreecommitdiffstats
path: root/doc/text2pcap.pod
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-09-05 20:03:03 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-09-05 20:03:03 +0000
commitc8a187390dd968a546923f48897aef66fbe8e076 (patch)
treeec089feaf212660e07ed1db7a489aefe19134c9f /doc/text2pcap.pod
parentbd82608737ecb855f3bf64ab6837e778c9c7509f (diff)
From Pascal Quantin via bug 1723:
Make ASCII text dump identification optional. svn path=/trunk/; revision=38886
Diffstat (limited to 'doc/text2pcap.pod')
-rw-r--r--doc/text2pcap.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod
index 570cdd9001..e4e4afda2f 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -19,6 +19,7 @@ S<[ B<-T> E<lt>srcportE<gt>,E<lt>destportE<gt> ]>
S<[ B<-s> E<lt>srcportE<gt>,E<lt>destportE<gt>,E<lt>tagE<gt> ]>
S<[ B<-S> E<lt>srcportE<gt>,E<lt>destportE<gt>,E<lt>ppiE<gt> ]>
S<[ B<-t> E<lt>timefmtE<gt> ]>
+S<[ B<-a> ]>
E<lt>I<infile>E<gt>|-
E<lt>I<outfile>E<gt>|-
@@ -197,6 +198,13 @@ a second.
B<NOTE:> Date/time fields from the current date/time are
used as the default for unspecified fields.
+=item -a
+
+Enables ASCII text dump identification. It allows to identify the start of
+the ASCII text dump and not include it in the packet even if it looks like HEX.
+
+B<NOTE:> Do not enable it if the input file does not contain the ASCII text dump.
+
=back
=head1 SEE ALSO