summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2020-12-27 22:23:23 +0000
committerDenis Ovsienko <denis@ovsienko.info>2020-12-28 04:22:47 +0000
commit01c04c916b3dd9f9c17f397063c67930b32e7ce4 (patch)
tree61f943cd04379e9610afd586fc75a207edd14da3
parentd81de65c0c9130f26e9ed4db263af01e9c679d93 (diff)
downloadtcpdump-01c04c916b3dd9f9c17f397063c67930b32e7ce4.tar.gz
Lose a leftover comment [skip ci]
-rw-r--r--print-icmp6.c1
1 files changed, 0 insertions, 1 deletions
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;