@@ -115,11 +115,7 @@ struct icmp6_hdr {
115
115
116
116
#define ICMP6_ROUTER_RENUMBERING 138 /* router renumbering */
117
117
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 */
123
119
#define ICMP6_NI_REPLY 140 /* node information reply - RFC 4620 */
124
120
#define IND_SOLICIT 141 /* inverse neighbor solicitation */
125
121
#define IND_ADVERT 142 /* inverse neighbor advertisement */
@@ -661,8 +657,6 @@ static const struct tok icmp6_type_values[] = {
661
657
{ ICMP6_HADISCOV_REPLY , "ha discovery reply" },
662
658
{ ICMP6_MOBILEPREFIX_SOLICIT , "mobile router solicitation" },
663
659
{ ICMP6_MOBILEPREFIX_ADVERT , "mobile router advertisement" },
664
- { ICMP6_WRUREQUEST , "who-are-you request" },
665
- { ICMP6_WRUREPLY , "who-are-you reply" },
666
660
{ ICMP6_NI_QUERY , "node information query" },
667
661
{ ICMP6_NI_REPLY , "node information reply" },
668
662
{ MLD6_MTRACE , "mtrace message" },
@@ -1712,7 +1706,6 @@ icmp6_nodeinfo_print(netdissect_options *ndo, u_int icmp6len, const u_char *bp,
1712
1706
ND_PRINT (" who-are-you request" );
1713
1707
break ;
1714
1708
}
1715
- ND_PRINT (" node information query" );
1716
1709
1717
1710
ND_TCHECK_LEN (dp , sizeof (* ni6 ));
1718
1711
ni6 = (const struct icmp6_nodeinfo * )dp ;
@@ -1824,7 +1817,6 @@ icmp6_nodeinfo_print(netdissect_options *ndo, u_int icmp6len, const u_char *bp,
1824
1817
1825
1818
ND_TCHECK_LEN (dp , sizeof (* ni6 ));
1826
1819
ni6 = (const struct icmp6_nodeinfo * )dp ;
1827
- ND_PRINT (" node information reply" );
1828
1820
ND_PRINT (" (" ); /*)*/
1829
1821
switch (GET_U_1 (ni6 -> ni_code )) {
1830
1822
case ICMP6_NI_SUCCESS :
0 commit comments