diff --git a/debian/changelog b/debian/changelog
index 3e17890..e501fe5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,6 @@
+nextnet (0.0.2+git20180223.1.c8dc7a6-0kali1) UNRELEASED; urgency=low
+ -- Kali Janitor <janitor@kali.org>  Mon, 05 Apr 2021 22:58:35 -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
 		}