]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Lose a leftover comment [skip ci]
authorDenis Ovsienko <[email protected]>
Sun, 27 Dec 2020 22:23:23 +0000 (22:23 +0000)
committerDenis Ovsienko <[email protected]>
Mon, 28 Dec 2020 04:22:47 +0000 (04:22 +0000)
print-icmp6.c

index c535d3b753b2d9980cf5fd55327b5e0ec5c07e1e..ba1f6e615ee9f5421c94eb4245121a08b25eeea2 100644 (file)
@@ -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;