aboutsummaryrefslogtreecommitdiffstats
path: root/doc/text2pcap.pod
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-13 18:36:24 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-13 18:36:24 +0000
commitc3b66ffa9c91b61fc8c2593c4552c1f6377bde0e (patch)
tree90b08bf26b370299bc2cb9ff54dae13529d40c91 /doc/text2pcap.pod
parent4fc2cbb88841d6b1a9801365a905b42a8c91b7a3 (diff)
From Michael Tuexen:
The -S option has been changed such that the payload protocol identifier can be specified instead of the verification tag. The error messages for -s -S have been corrected. Update the text2pcap man page to reflect the "-S" change. svn path=/trunk/; revision=5150
Diffstat (limited to 'doc/text2pcap.pod')
-rw-r--r--doc/text2pcap.pod28
1 files changed, 17 insertions, 11 deletions
diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod
index aad903e78e..0c45e20c32 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -137,17 +137,23 @@ appropriate Ethernet and IP headers with each packet. Example: I<-u
=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. A CRC32C
-checksum will be put into the SCTP header.
-
-=item -S srcport,destport,tag
-
-Like B<-s>, but it also includes the DATA chunk header, for input files
-that contain only the SCTP payload.
+Include dummy SCTP headers before each packet. Specify, in decimal, the
+source and destination SCTP ports, and verification tag, for the packet.
+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. A CRC32C checksum will be put into the SCTP header.
+
+=item -S srcport,destport,ppi
+
+Include dummy SCTP headers before each packet. Specify, in decimal, the
+source and destination SCTP ports, and a verification tag of 0, for the
+packet, and prepend a dummy SCTP DATA chunk header with a payload
+protocol identifier if I<ppi>. 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. A CRC32C checksum will be put into the
+SCTP header.
=item -t timefmt