@@ -115,11 +115,7 @@ struct icmp6_hdr {
115115
116116#define ICMP6_ROUTER_RENUMBERING 138 /* router renumbering */
117117
118- #define ICMP6_WRUREQUEST 139 /* who are you request */
119- #define ICMP6_WRUREPLY 140 /* who are you reply */
120- #define ICMP6_FQDN_QUERY 139 /* FQDN query */
121- #define ICMP6_FQDN_REPLY 140 /* FQDN reply */
122- #define ICMP6_NI_QUERY 139 /* node information request - RFC 4620 */
118+ #define ICMP6_NI_QUERY 139 /* node information query - RFC 4620 */
123119#define ICMP6_NI_REPLY 140 /* node information reply - RFC 4620 */
124120#define IND_SOLICIT 141 /* inverse neighbor solicitation */
125121#define IND_ADVERT 142 /* inverse neighbor advertisement */
@@ -661,8 +657,6 @@ static const struct tok icmp6_type_values[] = {
661657 { ICMP6_HADISCOV_REPLY , "ha discovery reply" },
662658 { ICMP6_MOBILEPREFIX_SOLICIT , "mobile router solicitation" },
663659 { ICMP6_MOBILEPREFIX_ADVERT , "mobile router advertisement" },
664- { ICMP6_WRUREQUEST , "who-are-you request" },
665- { ICMP6_WRUREPLY , "who-are-you reply" },
666660 { ICMP6_NI_QUERY , "node information query" },
667661 { ICMP6_NI_REPLY , "node information reply" },
668662 { MLD6_MTRACE , "mtrace message" },
@@ -1712,7 +1706,6 @@ icmp6_nodeinfo_print(netdissect_options *ndo, u_int icmp6len, const u_char *bp,
17121706 ND_PRINT (" who-are-you request" );
17131707 break ;
17141708 }
1715- ND_PRINT (" node information query" );
17161709
17171710 ND_TCHECK_LEN (dp , sizeof (* ni6 ));
17181711 ni6 = (const struct icmp6_nodeinfo * )dp ;
@@ -1824,7 +1817,6 @@ icmp6_nodeinfo_print(netdissect_options *ndo, u_int icmp6len, const u_char *bp,
18241817
18251818 ND_TCHECK_LEN (dp , sizeof (* ni6 ));
18261819 ni6 = (const struct icmp6_nodeinfo * )dp ;
1827- ND_PRINT (" node information reply" );
18281820 ND_PRINT (" (" ); /*)*/
18291821 switch (GET_U_1 (ni6 -> ni_code )) {
18301822 case ICMP6_NI_SUCCESS :
0 commit comments