Codebase list nextnet / 2131528
New upstream snapshot. Kali Janitor 1 year, 11 months ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 nextnet (0.0.2+git20180223.1.c8dc7a6-0kali1) UNRELEASED; urgency=low
1
2 * New upstream snapshot.
3
4 -- Kali Janitor <[email protected]> Sun, 15 May 2022 18:20:23 -0000
5
06 nextnet (0.0.2-0kali2) kali-dev; urgency=medium
17
28 [ Sophie Brun ]
8181
8282 ip := raddr.(*net.UDPAddr).IP.String()
8383
84 reply := this.ParseReply(buff[0 : rlen])
84 reply := this.ParseReply(buff[0 : rlen-1])
8585 if len(reply.Names) == 0 && len(reply.Addresses) == 0 {
8686 continue
8787 }