1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Add ICMPv6 Parameter Problem defines.

This commit is contained in:
david
2011-06-14 19:46:49 +00:00
parent a67eca0555
commit 5f8b19c700

View File

@@ -44,6 +44,10 @@ struct icmpv6_hdr {
#define ICMPV6_TIMEXCEED 3 /* time exceeded, code: */
#define ICMPV6_TIMEXCEED_INTRANS 0 /* hop limit exceeded in transit */
#define ICMPV6_TIMEXCEED_REASS 1 /* fragmetn reassembly time exceeded */
#define ICMPV6_PARAMPROBLEM 4 /* parameter problem, code: */
#define ICMPV6_PARAMPROBLEM_FIELD 0 /* erroneous header field encountered */
#define ICMPV6_PARAMPROBLEM_NEXTHEADER 1 /* unrecognized Next Header type encountered */
#define ICMPV6_PARAMPROBLEM_OPTION 2 /* unrecognized IPv6 option encountered */
#define ICMPV6_ECHO 128 /* echo request */
#define ICMPV6_ECHOREPLY 129 /* echo reply */
/*