Skip to content

Commit 29faf77

Browse files
committed
pcap-filter(7): put .IP in front of paragraphs. [skip ci]
1 parent a435856 commit 29faf77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pcap-filter.manmisc.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -969,21 +969,21 @@ index operations.
969969
For instance, \fBtcp[\fP0\fB]\fP always means the first
970970
byte of the TCP \fIheader\fP, and never means the first byte of an
971971
intervening fragment.
972-
972+
.IP
973973
Some offsets and field values may be expressed as names rather than
974974
as numeric values.
975975
The following protocol header field offsets are
976976
available: \fBicmptype\fP (ICMP type field), \fBicmp6type\fP (ICMPv6 type field),
977977
\fBicmpcode\fP (ICMP code field), \fBicmp6code\fP (ICMPv6 code field) and
978978
\fBtcpflags\fP (TCP flags field).
979-
979+
.IP
980980
The following ICMP type field values are available: \fBicmp-echoreply\fP,
981981
\fBicmp-unreach\fP, \fBicmp-sourcequench\fP, \fBicmp-redirect\fP,
982982
\fBicmp-echo\fP, \fBicmp-routeradvert\fP, \fBicmp-routersolicit\fP,
983983
\fBicmp-timxceed\fP, \fBicmp-paramprob\fP, \fBicmp-tstamp\fP,
984984
\fBicmp-tstampreply\fP, \fBicmp-ireq\fP, \fBicmp-ireqreply\fP,
985985
\fBicmp-maskreq\fP, \fBicmp-maskreply\fP.
986-
986+
.IP
987987
The following ICMPv6 type fields are available: \fBicmp6-destinationrunreach\fP,
988988
\fBicmp6-packettoobig\fP, \fBicmp6-timeexceeded\fP,
989989
\fBicmp6-parameterproblem\fP, \fBicmp6-echo\fP,
@@ -999,7 +999,7 @@ The following ICMPv6 type fields are available: \fBicmp6-destinationrunreach\fP,
999999
\fBicmp6-certpathsolicit\fP, \fBicmp6-certpathadvert\fP,
10001000
\fBicmp6-multicastrouteradvert\fP, \fBicmp6-multicastroutersolicit\fP,
10011001
\fBicmp6-multicastrouterterm\fP.
1002-
1002+
.IP
10031003
The following TCP flags field values are available: \fBtcp-fin\fP,
10041004
\fBtcp-syn\fP, \fBtcp-rst\fP, \fBtcp-push\fP,
10051005
\fBtcp-ack\fP, \fBtcp-urg\fP, \fBtcp-ece\fP,

0 commit comments

Comments
 (0)