aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-16 21:05:10 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-16 21:05:10 +0000
commit4deaae77058f975288c76d8e9ee00b094db4eaa9 (patch)
tree696c512a86027d3ed59f712daf6a26314a65656e /doc
parent704493f4e2ac502de06bcf975d6222c8f4a38808 (diff)
SCTP support in text2pcap, and fix to usage message for "-u", from
Michael Tuexen. Documentation of SCTP support in text2pcap, from me. svn path=/trunk/; revision=4553
Diffstat (limited to 'doc')
-rw-r--r--doc/text2pcap.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod
index 619bd03b7c..a02a741111 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -133,6 +133,15 @@ IP or Ethernet headers. Note that this automatically includes
appropriate Ethernet and IP headers with each packet. Example: I<-u
1000,69> to make the packets look like TFTP/UDP packets.
+=item -s srcport,destport,tag
+
+Include dummy SCTP headers before each packet. Specify the source and
+destination SCTP ports, and verification tag, for the packet in decimal.
+Use this option if your dump is the SCTP payload of a packet but does not
+include any SCTP, IP or Ethernet headers. Note that this automatically
+includes appropriate Ethernet and IP headers with each packet. The SCTP
+checksum will be set to 0, rather than being calculated.
+
=item -t timefmt
Treats the text before the packet as a date/time code; I<timefmt> is a