diff --git a/debian/changelog b/debian/changelog
index 3e17890..709f7f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,6 @@
+nextnet (0.0.2+git20180223.c8dc7a6-1) UNRELEASED; urgency=low
+ -- Kali Janitor <janitor@kali.org>  Thu, 01 Apr 2021 07:13:49 -0000
+
 nextnet (0.0.2-0kali2) kali-dev; urgency=medium
 
   [ Sophie Brun ]
diff --git a/probe_netbios.go b/probe_netbios.go
index 361776e..bd9dcbe 100644
--- a/probe_netbios.go
+++ b/probe_netbios.go
@@ -82,7 +82,7 @@ func (this *ProbeNetbios) ProcessReplies() {
 
 		ip := raddr.(*net.UDPAddr).IP.String()
 
-		reply := this.ParseReply(buff[0 : rlen])
+		reply := this.ParseReply(buff[0 : rlen-1])
 		if len(reply.Names) == 0 && len(reply.Addresses) == 0 {
 			continue
 		}