From c3b66ffa9c91b61fc8c2593c4552c1f6377bde0e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 13 Apr 2002 18:36:24 +0000 Subject: 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 --- doc/text2pcap.pod | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'doc/text2pcap.pod') 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. 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 -- cgit v1.2.3