Releases: nirit100/WinTraceroute
Releases · nirit100/WinTraceroute
1.3.16
1.3.15
Current changes:
- fixed some bugs
Older changes:
- removed legacy python notice - was deemed unnecessary after further testing
- binding to SIGTERM now only when running the module directly
1.3.4
Only one thing:
- changed break condition, so that now not only one sender has to be DEST, but all of them. This check is also not performed using addresses any more, but using ICMP response types instead.
1.3.2
Primary changes:
- Added 'Identification' IPv4 field variation and an option to disable it.
- Added an option to select from a variety of kinds of junk to be sent inside the dummy UDP packets:
42
(default),
zeros
(actual 0x00 bytes),
00
(meaning'0'
ascii chars),
asc
(ascending bytes, starting at0x00
and wrapping around)
andloremipsum
(ascii-formatted lorem-ipsum).
1.3.0
Added proper Python 3.9 support.
Besides that, some other changes and fixes:
- Showing a message now when the program requires higher privileges
- Fixed some minor Windows compatibility issues
- Runs on Python 3.8, although not officially supported
1.1.2
NOTE: Don't use with Python 3.9!
- quick fix for windows regarding ctrl+c event handling
1.1.0
NOTE: Don't use with Python 3.9!
First real public release.
- Ctrl+C now works on Linux
- deployment now tuned in
- small bug fixes