aboutsummaryrefslogtreecommitdiffstats
path: root/doc/text2pcap.pod
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-12-25 22:37:40 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-12-25 22:37:40 +0000
commit22df071cef956db166c1dce5f01ee93cf4cc95e3 (patch)
tree67137f4ea5c555177d902af0f066aa589b8dad4a /doc/text2pcap.pod
parentc8f3c1d9a3c0ba9fabb44d14ea8a55a234449e0b (diff)
Add support for -D option. The preamble will start with
an I or O indicating the direction of the packet. This will be stored in the generated file if the pcap-ng format is used. Thanks to Jaap for suggesting to integrate this into the preamble! svn path=/trunk/; revision=46744
Diffstat (limited to 'doc/text2pcap.pod')
-rw-r--r--doc/text2pcap.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod
index be826d82f6..f62b8a62fa 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -8,6 +8,7 @@ text2pcap - Generate a capture file from an ASCII hexdump of packets
B<text2pcap>
S<[ B<-a> ]>
S<[ B<-d> ]>
+S<[ B<-D> ]>
S<[ B<-e> E<lt>l3pidE<gt> ]>
S<[ B<-h> ]>
S<[ B<-i> E<lt>protoE<gt> ]>
@@ -101,6 +102,12 @@ B<NOTE:> Do not enable it if the input file does not contain the ASCII text dump
Displays debugging information during the process. Can be used
multiple times to generate more debugging information.
+=item -D
+
+The text before the packet starts either with an I or O indicating that
+the packet is inbound or outbound.
+This is only stored if the output format is PCAP-NG.
+
=item -e E<lt>l3pidE<gt>
Include a dummy Ethernet header before each packet. Specify the L3PID