mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 17:39:03 +00:00
Making a change to the IPProto ping section in the refguide: adding TCP and UDP to the list of protocols sent with additional headers. I removed these from the refguide by mistake when removing them from being sent by default
This commit is contained in:
@@ -660,11 +660,11 @@ you would expect.</para>
|
||||
IP packets for ICMP (protocol 1), IGMP (protocol 2), and
|
||||
IP-in-IP (protocol 4). The default protocols can be
|
||||
configured at compile-time by changing DEFAULT_PROTO_PROBE_PORTS
|
||||
in <filename>nmap.h</filename>. Note that for the ICMP and IGMP,
|
||||
the packets are sent with the additional headers while other
|
||||
protocols are sent with no additional data beyond the IP
|
||||
header (unless the <option>--data-length</option> option is
|
||||
specified).</para>
|
||||
in <filename>nmap.h</filename>. Note that for the ICMP, IGMP,
|
||||
TCP (protocol 6), and UDP (protocol 17), the packets are sent
|
||||
with the additional headers while other protocols are sent with
|
||||
no additional data beyond the IP header (unless the
|
||||
<option>--data-length</option> option is specified).</para>
|
||||
|
||||
<para>This host discovery method looks for responses in the
|
||||
same protocol as the probes, or ICMP Protocol Unreachable
|
||||
|
||||
Reference in New Issue
Block a user