]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-smb.c
Makefile.in: don't remove configure and config.h.in in make distclean.
[tcpdump] / print-smb.c
index 296f65153bed8739812e7b57bd50f9b81e96d851..bcd7363dec955c22a7cb42db4ee8bdd2d26f7fb0 100644 (file)
@@ -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;