Th README.md doesn't mention if Windows is supported. Since the use or the POSIX headers in the code, one would assume
it won't work under Windows at all.
But creating a small Makefile for Cygwin32, it kinda works. Except I get only a result for the final IP (the -p address):
Th
README.md
doesn't mention if Windows is supported. Since the use or the POSIX headers in the code, one would assume it won't work under Windows at all.But creating a small Makefile for Cygwin32, it kinda works. Except I get only a result for the final IP (the
-p
address):I don't think that's the intention. For reference, my own version of a Watt-32 tracert (using IP2Location), shows:
Seems to be an issue with either
setsockopt(sockfd, IPPROTO_IP,..)
or (mis-)handling ofSOCK_RAW
sockets under Windows.