-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle IANA's "IPv4 Address Space Registry" and the "IPv6 Global Unicast Address Assignments". With a '[IANA] enable = 1' in the 'wsock-trace' config file, print informtion on the network block in all Winsock functions handling IPv4 or IPv6 addresses. Like this in 'recvfrom()' : * 0.189 sec: src/lib/ares_process.c(132) (processfds+1945): recvfrom (688, 0x00EFE4B4, 4097, 0, 1.1.1.1:53) --> 59 bytes. 0000: 4F 85 81 80 00 01 00 02 00 00 00 00 03 77 77 77 OàüÇ.........www 0010: 02 76 67 02 6E 6F 00 00 01 00 01 C0 0C 00 01 00 .vg.no.....+.... 0020: 01 00 00 00 3D 00 04 C3 58 37 10 C0 0C 00 01 00 ....=..+X7.+.... 0030: 01 00 00 00 3D 00 04 C3 58 36 10 ....=..+X6. geo-IP: US - United States, Los Angeles/California IANA: 001/8, APNIC, 2010-01, whois.apnic.net, https://rdap.apnic.net/, ALLOCATED Or for IPv6 in 'getnameinfo()': * 0.422 sec: test.c(337) (test_getnameinfo+845): getnameinfo ([2a00:1450:4010:c07::63]:80, ..., NI_DGRAM) --> No error. name: lf-in-x63.1e100.net, serv: NULL geo-IP: FI - Finland, Lappeenranta/Etela-Karjala IANA: 2a00::/12, RIPE NCC, 2006-10-03, whois.ripe.net, https://rdap.db.ripe.net/, ALLOCATED
- Loading branch information
Showing
15 changed files
with
467 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.