Skip to content

Releases: GyulyVGC/sniffnet

v1.1.2

18 Mar 18:50
4f724b9

Choose a tag to compare

New features

  • Added new translations of the GUI, bringing the total number of supported languages to 8 🎉
    • German 🇩🇪 (#87)
    • Simplified Chinese 🇨🇳 (#89 - #93)
    • Ukrainian 🇺🇦 (#94)
  • Added keyboard shortcuts to make the whole experience more enjoyable and efficient:
    check out issue #97 to see all the available hotkeys or to suggest new ones!

Fixes

  • Changed GUI font to sarasa-gothic-mono to support the introduction of Simplified Chinese language
  • Minor improvements to Overview page proportions and paddings

Thanks to:

v1.1.1

25 Feb 16:52
9417714

Choose a tag to compare

New features

  • Added new translations of the GUI!
    • French 🇫🇷 (#64 - #67)
    • Spanish 🇪🇦 (#70)
    • Polish 🇵🇱 (#78)
  • The last successfully sniffed network adapter is now remembered on application closure, so that users don't have to manually select it again when restarting Sniffnet (implementing a feature requested in #77)
  • Implemented possibility to quit the application pressing crtl+Q keys, as requested in #68
  • The last opened settings page is now remembered within a given session

Fixes

  • Fixed bug that caused settings configuration not to be permanently saved across different sessions when closing settings from the 'x' button on the top right corner (fixes #77)
  • Textual report is now saved in a fixed directory, instead of using the directory where the execution was started. The output is now saved in the same folder containing configuration files storing Sniffnet settings. The directory is automatically chosen by confy depending on your architecture, and can be seen hovering on the "Open full report" button. (fixes #51)
  • When multiple favorite connections are featured per time interval, now it's possible to receive more than one favorite notification referred to the same timestamp
  • Fixed problem that was causing the Application Protocol picklist placeholder not being translated

Thanks to:

v1.1.0

07 Feb 17:23
f63b35f

Choose a tag to compare

What's new

  • 🌍 Added Geolocation of the remote IP addresses (consult the IP Geolocation section for more information)
  • ⭐ Implemented the possibility of marking a group of connections as favorites and added favorites view to the report
  • 🔉 Added Custom Notifications to inform the user when defined network events occur:
    • data intensity exceeded a defined packets per second rate
    • data intensity exceeded a defined bytes per second rate
    • new data are exchanged from one of the favorite connections

  • ⚙️ Added Settings pages to configure the state of the application (persistently stored in a configuration file):
    • customise notifications
    • choose between 4 different application styles
    • set the application language (this release introduces the Italian language 🇮🇹, and more languages will be supported soon)

If you are running on Windows or Linux, don't forget to install the required dependencies (you can find them here).

If you are interested in the complete list of changes, you can consult the changelog.

v1.0.0

21 Nov 14:12
1f4a30c

Choose a tag to compare

Sniffnet - Graphical User Interface (GUI)

The application is no longer just a command line interface: Sniffnet has now a whole graphical user interface!

  • Charts and traffic statistics are now constantly updated and shown interactively in the GUI
  • Users don't have to worry about command line options anymore: it is now possible to comfortably specify adapters and filters through the GUI
  • Sniffnet is now more accessible, available in real-time, easy to use and aesthetically pleasing thanks to its new interface

In order to reach out as many people as possible, I created installers (see below) for Windows, macOS and Linux, to make it easier to install Sniffnet for those that still doesn't have Rust on their machines.

The installers are generated from pre-built binaries for Windows 10, MacOS x64 and Debian-based Linux distributions (including Debian, Ubuntu, Mint, Kali and other popular linux ditributions).

If you are running on Windows or Linux, don't forget to install the required dependencies (you can find them here).

Open an issue if you are not able to make them work on your machine.

v0.5.0

24 Oct 20:11

Choose a tag to compare

Sniffnet - Command Line Interface (CLI)