doc: fix whitespace

pull/4203/head
Travis Green 7 years ago committed by Victor Julien
parent 08423282aa
commit 798d874662

@ -17,7 +17,7 @@ For example::
ttl:10; ttl:10;
At the end of the ttl keyword you can enter the value on which you At the end of the ttl keyword you can enter the value on which you
want to match. The Time-to-live value determines the maximal amount want to match. The Time-to-live value determines the maximal amount
of time a packet can be in the Internet-system. If this field is set of time a packet can be in the Internet-system. If this field is set
to 0, then the packet has to be destroyed. The time-to-live is based to 0, then the packet has to be destroyed. The time-to-live is based
on hop count. Each hop/router the packet passes subtracts one of the on hop count. Each hop/router the packet passes subtracts one of the
@ -71,7 +71,7 @@ sameip
^^^^^^ ^^^^^^
Every packet has a source IP-address and a destination IP-address. It Every packet has a source IP-address and a destination IP-address. It
can be that the source IP is the same as the destination IP. With the can be that the source IP is the same as the destination IP. With the
sameip keyword you can check if the IP address of the source is the sameip keyword you can check if the IP address of the source is the
same as the IP address of the destination. The format of the sameip same as the IP address of the destination. The format of the sameip
keyword is:: keyword is::
@ -114,7 +114,7 @@ The named variant of that example would be::
id id
^^ ^^
With the id keyword, you can match on a specific IP ID value. The ID With the id keyword, you can match on a specific IP ID value. The ID
identifies each packet sent by a host and increments usually with one identifies each packet sent by a host and increments usually with one
with each packet that is being send. The IP ID is used as a fragment with each packet that is being send. The IP ID is used as a fragment
identification number. Each packet has an IP ID, and when the packet identification number. Each packet has an IP ID, and when the packet
@ -438,43 +438,43 @@ Example of the itype keyword in a signature:
The following lists all ICMP types known at the time of writing. A recent table can be found `at the website of IANA <https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml>`_ The following lists all ICMP types known at the time of writing. A recent table can be found `at the website of IANA <https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml>`_
========== ========================================================== ========= ==========================================================
ICMP Type Name ICMP Type Name
========== ========================================================== ========= ==========================================================
0 Echo Reply 0 Echo Reply
3 Destination Unreachable 3 Destination Unreachable
4 Source Quench 4 Source Quench
5 Redirect 5 Redirect
6 Alternate Host Address 6 Alternate Host Address
8 Echo 8 Echo
9 Router Advertisement 9 Router Advertisement
10 Router Solicitation 10 Router Solicitation
11 Time Exceeded 11 Time Exceeded
12 Parameter Problem 12 Parameter Problem
13 Timestamp 13 Timestamp
14 Timestamp Reply 14 Timestamp Reply
15 Information Request 15 Information Request
16 Information Reply 16 Information Reply
17 Address Mask Request 17 Address Mask Request
18 Address Mask Reply 18 Address Mask Reply
30 Traceroute 30 Traceroute
31 Datagram Conversion Error 31 Datagram Conversion Error
32 Mobile Host Redirect 32 Mobile Host Redirect
33 IPv6 Where-Are-You 33 IPv6 Where-Are-You
34 IPv6 I-Am-Here 34 IPv6 I-Am-Here
35 Mobile Registration Request 35 Mobile Registration Request
36 Mobile Registration Reply 36 Mobile Registration Reply
37 Domain Name Request 37 Domain Name Request
38 Domain Name Reply 38 Domain Name Reply
39 SKIP 39 SKIP
40 Photuris 40 Photuris
41 Experimental mobility protocols such as Seamoby 41 Experimental mobility protocols such as Seamoby
========== ========================================================== ========= ==========================================================
icode icode
^^^^^ ^^^^^
With the icode keyword you can match on a specific ICMP code. The With the icode keyword you can match on a specific ICMP code. The
code of a ICMP message clarifies the message. Together with the code of a ICMP message clarifies the message. Together with the
ICMP-type it indicates with what kind of problem you are dealing with. ICMP-type it indicates with what kind of problem you are dealing with.
A code has a different purpose with every ICMP-type. A code has a different purpose with every ICMP-type.

Loading…
Cancel
Save