]> The Tcpdump Group git mirrors - tcpdump/commit
IGMP: Remove all remaining ND_TCHECK*() cases.
authorDenis Ovsienko <[email protected]>
Wed, 30 Sep 2020 02:46:47 +0000 (03:46 +0100)
committerDenis Ovsienko <[email protected]>
Wed, 30 Sep 2020 13:52:46 +0000 (14:52 +0100)
commit0a8c146f78c1cc40f5284ae2dcc52415c5938d49
tree24039466d464ad6c01b3b0720c523901af515360
parentaa3f2087c8bac2347ab41137f7abea57a830106b
IGMP: Remove all remaining ND_TCHECK*() cases.

In print_mtrace() the check was just before a GET that fetches the last
field of the structure. The other three checks tested exactly the space
from that GET_IPADDR_STRING() would fetch anyway.
print-igmp.c