Codebase list nextnet / 463ce39
New upstream snapshot. Kali Janitor 1 year, 4 months ago
3 changed file(s) with 7 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
+0
-14
.gitignore less more
0 # Binaries for programs and plugins
1 *.exe
2 *.dll
3 *.so
4 *.dylib
5
6 # Test binary, build with `go test -c`
7 *.test
8
9 # Output of the go coverage tool, specifically when used with LiteIDE
10 *.out
11
12 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
13 .glide/
0 nextnet (0.0.2+git20180223.1.c8dc7a6-0kali1) UNRELEASED; urgency=low
1
2 * New upstream snapshot.
3
4 -- Kali Janitor <[email protected]> Wed, 14 Dec 2022 14:13:01 -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 }