X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/abc8c2d61c65757011d9d32abb01cd1e51232f3a..50dfa7ecebfef0f954f3ac2e6bbbf84ab468f848:/print-smb.c diff --git a/print-smb.c b/print-smb.c index 296f6515..bcd7363d 100644 --- a/print-smb.c +++ b/print-smb.c @@ -1085,7 +1085,6 @@ nbt_udp137_print(netdissect_options *ndo, u_int total, i; ndo->ndo_protocol = "nbt_udp137"; - ND_TCHECK_2(data + 10); name_trn_id = GET_BE_U_2(data); response = (GET_U_1(data + 2) >> 7); opcode = (GET_U_1(data + 2) >> 3) & 0xF;