From Pascal Quantin via bug 1723:
[obnox/wireshark/wip.git] / doc / text2pcap.pod
index 570cdd9001deb2e982c93b6a3265effc41925252..e4e4afda2f1020435c4115f93a7d36602127e6d8 100644 (file)
@@ -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