27 Commits

Author SHA1 Message Date
988c439599
correctly resolve dns server hostname when layer 3 protocol specified (close #9) 2016-05-09 13:56:35 +04:30
6715741f66
exit the pythonic way (and make PyInstaller happy) 2016-05-09 13:32:45 +04:30
c5299326a8
fix variable name after recent refactoring 2016-05-09 11:24:22 +04:30
74f88e6601
minor refactoring 2016-05-07 14:47:15 +04:30
5a323807eb
do not use hardcoded DNS server. take it from system. 2016-05-04 13:51:43 +04:30
2af22d5535
add -4 and -6 to enforce network layer protocol (closes #9) 2016-05-04 13:05:02 +04:30
850e522bbd
add possibility of using TCP instead of UDP 2016-05-04 12:49:34 +04:30
2685d792c7
fix a calculation bug with "-c1" (closes #10) 2016-05-04 12:40:05 +04:30
d9bace03fe
refactor 2016-04-30 14:42:29 +04:30
7ae4c613ac
trivial "pythonic" fixes 2016-04-25 11:25:18 +04:30
98e0a8199f
add ability to define arbitrary src port and IP address 2016-04-16 14:11:38 +04:30
8322a83e52 fix signal handling error on windows 2016-04-14 16:51:07 +04:30
d90cc4a8d5
support for arbitrary dns port for dnstraceroute
and some trivial cleanup and beatufications
2016-04-12 13:33:54 +04:30
4ac4abf20b
add option to use arbitrary DNS port number (default 53) 2016-04-12 12:57:26 +04:30
add9b1f782
code cleanup 2016-04-10 19:23:20 +04:30
b91962ab72
accept dns server by name (fixes #5) 2016-04-10 16:43:09 +04:30
508731319a
code cleanup 2016-04-10 16:05:46 +04:30
9e5adde1bb
rename dnsperf -> dnseval to avoid confusion with nominom's dnsperf
- rename dnsperf.py -> dnseval.py
- improve help text
2016-04-09 11:37:42 +04:30
0f25a3fa2d improved error handling 2016-04-07 11:57:48 +04:30
eddbc8a5b1 use internal list of DNS servers as default
and other minor cleanups
2016-02-10 09:23:06 +03:30
b4e86c7520 fix syntax 2016-02-06 10:35:46 +03:30
9d4f07164c PEP8 compliance 2016-02-06 10:15:08 +03:30
dd7e6a745f proper ctrl+c handling 2016-02-06 09:36:01 +03:30
fdc300eb8d minore code cleanup 2016-02-04 12:15:21 +03:30
e155625401 fix arbitrary dns server assignment bug 2016-02-03 23:20:31 +03:30
f3761993a6 improve cli option parsing 2016-02-03 16:08:11 +03:30
7172108353 initial version of dnsping utility 2016-02-03 15:12:27 +03:30