Sniffnet 1.4.0

Sniffnet is a network monitoring tool to help you easily keep track of your Internet traffic. Whether you want to gather statistics, or you need to inspect more in depth what's going on in your network, this app will get you covered. What makes Sniffnet unique? Sniffnet is a technical tool, but at the same time it strongly focuses on the overall user experience: most of the network analyzers out there are cumbersome to use, while one of Sniffnet's cornerstones is to be usable with ease by everyone. Furthermore, Sniffnet is completely free and open-source, dual-licensed under MIT or Apache-2.0: if you are interested you can find the full source code on GitHub. Last but not least, this application is totally developed in Rust: a modern programming language to build efficient and reliable software, emphasizing performance and safety.

Tags network monitoring traffic packets pcap analysis sniffer security rust
License Apache
State stable

Recent Releases

1.4.013 Jul 2025 03:15 major bugfix: Import PCAP files . Donut chart reporting overall traffic statistics . Notifications: more details and other improvements . Added support for ARP protocol . Identify and tag unassigned/reserved "bogon" IP addresses . Show data agglomerates in _Inspect_ page table . Added Traditional Chinese (Taiwan) translation . Added Indonesian translation . A Docker image of Sniffnet is now available. Updated some of the existing translations to v1.3: - Portuguese. - Ukrainian. - Spanish. Do not apply new notification thresholds while user is typing them . Show more information when domain name is short . Added new themes _A11y (Night)_ and _A11y (Day)_ based on palettes optimized for Accessibility . Avoid directory traversal when selecting file name for PCAP exports . Add icon to window title bar . Update footer buttons and links . Handle errors to reduce the number of possible crash occurrences. Use asynchronous channels to update app state from backend. _crates.io_ package for Windows . crash when inserting characters longer than one byte in the text input for byte threshold notification setting . Remove pre-uninstall script on Linux (. typo in Russian translation (. Minor to service determination algorithm in case of multicast and broadcast traffic.
1.3.205 Feb 2025 13:25 minor bugfix: - Dropdown menus for network host filters ( #659 (https://github.com/GyulyVGC/sniffnet/pull/659) fixes #354 (https://github.com/GyulyVGC/sniffnet/issues/354)) - Added CLI argument `--adapter ` to allow immediately starting the capture from a given network interface ( #643 (https://github.com/GyulyVGC/sniffnet/pull/643) fixes #636 (https://github.com/GyulyVGC/sniffnet/issues/636)) - Added Vietnamese translation ( #577 (https://github.com/GyulyVGC/sniffnet/pull/577)) - Ask for quit confirmation before stopping an ongoing analysis ( #652 (https://github.com/GyulyVGC/sniffnet/pull/652) fixes #570 (https://github.com/GyulyVGC/sniffnet/issues/570)) - Redirect `stderr` and `stdout` to file on Windows release builds ( #645 (https://github.com/GyulyVGC/sniffnet/pull/645) fixes #578 (https://github.com/GyulyVGC/sniffnet/issues/578)) - Added Wiki page describing command line arguments (https://github.com/GyulyVGC/sniffnet/wiki/Command-line-arguments) (fixes #642 (https://github.com/GyulyVGC/sniffnet/issues/642)) - Updated some of the existing translations to v1.3: - Chinese ( #575 (https://github.com/GyulyVGC/sniffnet/pull/575)) - Korean ( #604 (https://github.com/GyulyVGC/sniffnet/pull/604)) - Turkish ( #608 (https://github.com/GyulyVGC/sniffnet/pull/608)) - Improve time values on the horizontal axis of the chart ( #641 (https://github.com/GyulyVGC/sniffnet/pull/641) fixes #619 (https://github.com/GyulyVGC/sniffnet/issues/619)) - Migrate to Iced 0.13 ( #618 (https://github.com/GyulyVGC/sniffnet/pull/618)) - Added support for Linux `loongarch64` (fixes #592 (https://github.com/GyulyVGC/sniffnet/issues/592)) - Fix uninstall script on Linux (fixes #644 (https://github.com/GyulyVGC/sniffnet/issues/644)) - Fix typos in German translation ( #660 (https://github.com/GyulyVGC/sniffnet/pull/660))