X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/d81de65c0c9130f26e9ed4db263af01e9c679d93..01c04c916b3dd9f9c17f397063c67930b32e7ce4:/print-icmp6.c diff --git a/print-icmp6.c b/print-icmp6.c index c535d3b7..ba1f6e61 100644 --- a/print-icmp6.c +++ b/print-icmp6.c @@ -1164,7 +1164,6 @@ icmp6_print(netdissect_options *ndo, break; case ICMP6_ECHO_REQUEST: case ICMP6_ECHO_REPLY: - /* The check below covers both icmp6_id and icmp6_seq. */ ND_PRINT(", id %u, seq %u", GET_BE_U_2(dp->icmp6_id), GET_BE_U_2(dp->icmp6_seq)); break;