We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8dc7a6 commit 267efd6Copy full SHA for 267efd6
probe_netbios.go
@@ -82,7 +82,7 @@ func (this *ProbeNetbios) ProcessReplies() {
82
83
ip := raddr.(*net.UDPAddr).IP.String()
84
85
- reply := this.ParseReply(buff[0 : rlen-1])
+ reply := this.ParseReply(buff[0 : rlen])
86
if len(reply.Names) == 0 && len(reply.Addresses) == 0 {
87
continue
88
}
0 commit comments