X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/306c2a0384af923a73bf234f3c8bc186ceff0b58..d2777156522f139a858bd6b5b51e364826bc95a7:/print-aodv.c diff --git a/print-aodv.c b/print-aodv.c index 1f53f827..97421433 100644 --- a/print-aodv.c +++ b/print-aodv.c @@ -485,7 +485,6 @@ aodv_print(netdissect_options *ndo, * The message type is the first byte; make sure we have it * and then fetch it. */ - ND_TCHECK_1(dat); msg_type = GET_U_1(dat); ND_PRINT(" aodv"); @@ -535,8 +534,4 @@ aodv_print(netdissect_options *ndo, default: ND_PRINT(" type %u %u", msg_type, length); } - return; - -trunc: - nd_print_trunc(ndo); }