diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-04-13 18:36:24 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-04-13 18:36:24 +0000 |
commit | c3b66ffa9c91b61fc8c2593c4552c1f6377bde0e (patch) | |
tree | 90b08bf26b370299bc2cb9ff54dae13529d40c91 /doc/text2pcap.pod | |
parent | 4fc2cbb88841d6b1a9801365a905b42a8c91b7a3 (diff) | |
download | wireshark-c3b66ffa9c91b61fc8c2593c4552c1f6377bde0e.tar.gz wireshark-c3b66ffa9c91b61fc8c2593c4552c1f6377bde0e.tar.bz2 wireshark-c3b66ffa9c91b61fc8c2593c4552c1f6377bde0e.zip |
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.pod | 28 |
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 |