aboutsummaryrefslogtreecommitdiffstats
path: root/doc/text2pcap.pod
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-20 22:36:03 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-20 22:36:03 +0000
commit287425df9c99c3d2fad493b23ee3a646eb7bff25 (patch)
tree5efad60a17530954184593351ec1f65f8796f6b4 /doc/text2pcap.pod
parentbcb323d4034a4e02c9e8317bd6842e76417eb414 (diff)
From Michael Tuexen:
put a CRC32C checksum into the header of SCTP packets; add a new "-S" option that is similar to "-s" but that also includes the DATA chunk header, for input files that contain only SCTP payloads. svn path=/trunk/; revision=4580
Diffstat (limited to 'doc/text2pcap.pod')
-rw-r--r--doc/text2pcap.pod10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod
index 640ec436c0..b0a5186fdc 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -14,6 +14,7 @@ S<[ B<-e> l3pid ]>
S<[ B<-i> proto ]>
S<[ B<-u> srcport,destport ]>
S<[ B<-s> srcport,destport,tag ]>
+S<[ B<-S> srcport,destport,tag ]>
S<[ B<-t> timefmt ]>
I<infile>
I<outfile>
@@ -140,8 +141,13 @@ 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.
+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.
=item -t timefmt