diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-01-16 21:05:10 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-01-16 21:05:10 +0000 |
commit | 4deaae77058f975288c76d8e9ee00b094db4eaa9 (patch) | |
tree | 696c512a86027d3ed59f712daf6a26314a65656e /doc/text2pcap.pod | |
parent | 704493f4e2ac502de06bcf975d6222c8f4a38808 (diff) | |
download | wireshark-4deaae77058f975288c76d8e9ee00b094db4eaa9.tar.gz wireshark-4deaae77058f975288c76d8e9ee00b094db4eaa9.tar.bz2 wireshark-4deaae77058f975288c76d8e9ee00b094db4eaa9.zip |
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/text2pcap.pod')
-rw-r--r-- | doc/text2pcap.pod | 9 |
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 |