mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 12:49:02 +00:00
Document that IP proto scan has special cases for SCTP and IGMP as well
as TCP, UDP, and ICMP.
This commit is contained in:
@@ -1579,8 +1579,8 @@ improvements!</para>
|
|||||||
of iterating through the port number field of a UDP packet, it sends
|
of iterating through the port number field of a UDP packet, it sends
|
||||||
IP packet headers and iterates through the eight-bit IP protocol field.
|
IP packet headers and iterates through the eight-bit IP protocol field.
|
||||||
The headers are usually empty, containing no data and not even the
|
The headers are usually empty, containing no data and not even the
|
||||||
proper header for the claimed protocol. The three exceptions are TCP,
|
proper header for the claimed protocol. The exceptions are TCP,
|
||||||
UDP, and ICMP. A proper protocol header for those is included since
|
UDP, ICMP, SCTP, and IGMP. A proper protocol header for those is included since
|
||||||
some systems won't send them otherwise and because Nmap already has
|
some systems won't send them otherwise and because Nmap already has
|
||||||
functions to create them. Instead of watching for ICMP port
|
functions to create them. Instead of watching for ICMP port
|
||||||
unreachable messages, protocol scan is on the lookout for ICMP
|
unreachable messages, protocol scan is on the lookout for ICMP
|
||||||
|
|||||||
Reference in New Issue
Block a user