X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/abc8c2d61c65757011d9d32abb01cd1e51232f3a..10ac80fdecfa9b9b7d259d8f50d0b72ef1b18f12:/print-snmp.c diff --git a/print-snmp.c b/print-snmp.c index 24acaf7f..a38fee2e 100644 --- a/print-snmp.c +++ b/print-snmp.c @@ -473,7 +473,6 @@ asn1_parse(netdissect_options *ndo, len--; hdr++; p++; - ND_TCHECK_1(p); } if (len < 1) { ND_PRINT("[Xtagfield?]"); @@ -1381,7 +1380,6 @@ snmppdu_print(netdissect_options *ndo, np += count; varbind_print(ndo, pduid, np, length); - return; } /* @@ -1472,7 +1470,6 @@ trappdu_print(netdissect_options *ndo, np += count; varbind_print(ndo, TRAP, np, length); - return; } /*