Skip to content

v1.2.0

Compare
Choose a tag to compare
@GyulyVGC GyulyVGC released this 18 May 12:09
· 1110 commits to main since this release

New features

  • Introduced host-based analysis: instead of just showing IP addresses, now host names and network providers are available for a quicker and more meaningful traffic interpretation
    • Added rDNS (reverse DNS) lookups to find out network host names
    • Added ASN (Autonomous System name and number) lookups to find out the entity managing a given IP address (fixes #62)

  • A new page has been introduced to report the full list of individual connections identified by IP addresses, which can now be filtered and sorted according to various parameters
  • Each connection can be now further inspected with a single click
    • Added data link layer MAC addresses
    • Included fully qualified domain name obtained from rDNS lookups
  • Identification of addresses in the local network
  • Full support for broadcast traffic recognition (added directed broadcast identification)
  • Added dropped packets number (fixes #135)
  • Changed favorites management: instead of referring to single IP addresses, favorites are now related to network hosts
  • Added Persian translation ๐Ÿ‡ฎ๐Ÿ‡ท (#158)
  • Added Greek translation ๐Ÿ‡ฌ๐Ÿ‡ท (#160)

Improvements

  • Do not open terminal window when starting the application on Windows (fixes #85)
  • Do not open terminal window when starting the application on macOS
  • Changed macOS application icon to be consistent with standard icons dimension (fixes #177)
  • Made available RPM package for Linux and automated packaging process for Windows, macOS, and Linux (#180 - fixes #20)
  • Keep the active addresses of the selected network adapter up to date during analysis
  • Changed shortcut to interrupt analysis from backspace to ctrl+backspace
  • Images have been replaced with SVGs
  • Added unit tests for chart and started unit tests for gui modules (#132)

Fixes

  • Fixed problem that let users switch page pressing the tab key even if no packets were received

Thanks to: