Skip to content

Releases: nirit100/WinTraceroute

1.3.16

17 Dec 23:37
Compare
Choose a tag to compare

Just one thing: Updated PyInstaller.

1.3.15

14 Jun 01:10
Compare
Choose a tag to compare

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

19 May 16:46
Compare
Choose a tag to compare

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

11 May 22:14
Compare
Choose a tag to compare

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 at 0x00 and wrapping around)
    and loremipsum (ascii-formatted lorem-ipsum).

1.3.0

09 May 23:00
Compare
Choose a tag to compare

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

29 Apr 13:12
Compare
Choose a tag to compare

NOTE: Don't use with Python 3.9!

  • quick fix for windows regarding ctrl+c event handling

1.1.0

29 Apr 12:44
Compare
Choose a tag to compare

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