Obscure more email addresses.
[obnox/wireshark/wip.git] / doc / text2pcap.pod
index 640ec436c000818d71290462fffe7f06ecf27817..ec93bfa77180b1b5fa2ad067eb6145e212b803b5 100644 (file)
@@ -6,6 +6,7 @@ text2pcap - Generate a capture file from an ASCII hexdump of packets
 =head1 SYNOPSYS
 
 B<text2pcap>
+S<[ B<-h> ]>
 S<[ B<-d> ]>
 S<[ B<-q> ]>
 S<[ B<-o> hex|oct ]>
@@ -14,6 +15,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,ppi ]>
 S<[ B<-t> timefmt ]>
 I<infile>
 I<outfile>
@@ -81,6 +83,10 @@ handle these dumps.
 
 =over 4
 
+=item -h
+
+Displays a help message.
+
 =item -d
 
 Displays debugging information during the process. Can be used
@@ -136,12 +142,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.  The SCTP
-checksum will be set to 0, rather than being calculated.
+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
 
@@ -155,7 +172,7 @@ a second.
 
 =head1 SEE ALSO
 
-L<tcpdump(8)>, L<pcap(3)>, L<ethereal(1)>, L<editcap(1)>, L<strptime(3)>.
+I<tcpdump(8)>, I<pcap(3)>, I<ethereal(1)>, I<editcap(1)>, I<strptime(3)>.
 
 =head1 NOTES
 
@@ -164,4 +181,4 @@ of B<Ethereal> can be found at B<http://www.ethereal.com>.
 
 =head1 AUTHORS
 
-  Ashok Narayanan          <ashokn@cisco.com>
+  Ashok Narayanan          <ashokn[AT]cisco.com>