From 351befac24215f5e4970628047e121dd8e3459f4 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Wed, 11 Jan 2006 20:57:29 +0000 Subject: add <> to the option parameters svn path=/trunk/; revision=17004 --- doc/text2pcap.pod | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'doc/text2pcap.pod') diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod index c2666bfadc..e6cc7ddf86 100644 --- a/doc/text2pcap.pod +++ b/doc/text2pcap.pod @@ -10,22 +10,22 @@ S<[ B<-h> ]> S<[ B<-d> ]> S<[ B<-q> ]> S<[ B<-o> hex|oct ]> -S<[ B<-l> typenum ]> -S<[ B<-e> l3pid ]> -S<[ B<-i> proto ]> -S<[ B<-m> max-packet ]> -S<[ B<-u> srcport,destport ]> -S<[ B<-T> srcport,destport ]> -S<[ B<-s> srcport,destport,tag ]> -S<[ B<-S> srcport,destport,ppi ]> -S<[ B<-t> timefmt ]> -I -I +S<[ B<-l> EtypenumE ]> +S<[ B<-e> El3pidE ]> +S<[ B<-i> EprotoE ]> +S<[ B<-m> Emax-packetE ]> +S<[ B<-u> EsrcportE,EdestportE ]> +S<[ B<-T> EsrcportE,EdestportE ]> +S<[ B<-s> EsrcportE,EdestportE,EtagE ]> +S<[ B<-S> EsrcportE,EdestportE,EppiE ]> +S<[ B<-t> EtimefmtE ]> +EIE|- +EIE|- =head1 DESCRIPTION B is a program that reads in an ASCII hex dump and writes the -data described into a B-style capture file. B can +data described into a B capture file. B can read hexdumps with multiple packets in them, and build a capture file of multiple packets. B is also capable of generating dummy Ethernet, IP and UDP, TCP, or SCTP headers, in order to build fully @@ -110,7 +110,7 @@ encapsulations. Note that this option should be used if your dump is a complete hex dump of an encapsulated packet and you wish to specify the exact type of encapsulation. Example: I<-l 7> for ARCNet packets. -=item -e l3pid +=item -e El3pidE Include a dummy Ethernet header before each packet. Specify the L3PID for the Ethernet header in hex. Use this option if your dump has Layer @@ -123,7 +123,7 @@ I<-l 12> does not work for any non-IP Layer 3 packet (e.g. ARP), whereas generating a dummy Ethernet header with I<-e> works for any sort of L3 packet. -=item -i proto +=item -i EprotoE Include dummy IP headers before each packet. Specify the IP protocol for the packet in decimal. Use this option if your dump is the payload @@ -132,7 +132,7 @@ an IP header. Note that this automatically includes an appropriate Ethernet header as well. Example: I<-i 46> to specify an RSVP packet (IP protocol 46). -=item -m max-packet +=item -m Emax-packetE Set the maximum packet length, default is 64000. Useful for testing various packet boundaries when only an application @@ -143,7 +143,7 @@ I will convert from plain datastream format to a sequence of Ethernet TCP packets. -=item -u srcport,destport +=item -u EsrcportE,EdestportE Include dummy UDP headers before each packet. Specify the source and destination UDP ports for the packet in decimal. Use this option if @@ -152,7 +152,7 @@ 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 -T srcport,destport +=item -T EsrcportE,EdestportE Include dummy TCP headers before each packet. Specify the source and destination TCP ports for the packet in decimal. Use this option if @@ -161,7 +161,7 @@ IP or Ethernet headers. Note that this automatically includes appropriate Ethernet and IP headers with each packet. Sequence numbers will start a 0. -=item -s srcport,destport,tag +=item -s EsrcportE,EdestportE,EtagE Include dummy SCTP headers before each packet. Specify, in decimal, the source and destination SCTP ports, and verification tag, for the packet. @@ -170,7 +170,7 @@ 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 +=item -S EsrcportE,EdestportE,EppiE Include dummy SCTP headers before each packet. Specify, in decimal, the source and destination SCTP ports, and a verification tag of 0, for the @@ -181,7 +181,7 @@ 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 +=item -t EtimefmtE Treats the text before the packet as a date/time code; I is a format string of the sort supported by B. @@ -195,7 +195,7 @@ a second. =head1 SEE ALSO -I, I, I, I, I. +I, I, I, I, I, I. =head1 NOTES -- cgit v1.2.1