Skip to content

Commit b0deec5

Browse files
authored
Merge branch 'v1.5.0' into translate-ja
2 parents 543d599 + 0918804 commit b0deec5

18 files changed

Lines changed: 84 additions & 66 deletions

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sniffnet"
3-
version = "1.4.2"
3+
version = "1.5.0"
44
authors = ["Giuliano Bellini <gyulyvgc99@gmail.com>"]
55
edition = "2024"
66
description = "Application to comfortably monitor your network traffic"

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,17 +104,19 @@ Not what you're looking for? Check out [alternative installation methods](https:
104104

105105
- 💻 choose a **network adapter** of your PC to inspect
106106
- 🏷️ select a set of **filters** to apply to the observed traffic
107-
- 📖 view overall **statistics** about your Internet traffic
107+
- 📁 **import** and **export** comprehensive capture reports as **PCAP** files
108+
- 📊 view overall **statistics** about your Internet traffic
108109
- 📈 view **real-time charts** about traffic intensity
109-
- 📌 keep an eye on your network even when the application is **minimized**
110-
- 📁 **import** and **export** comprehensive capture reports as **PCAP files**
111-
- 🔎 identify **6000+ upper layer services**, protocols, trojans, and worms
112-
- 🌐 find out **domain name** and **ASN** of the hosts you are exchanging traffic with
113110
- 🏠 identify connections in your **local network**
114111
- 🌍 discover the **geographical location** of remote hosts
115-
- ⭐ save your **favorite** network hosts
116-
- 🕵️‍♂️ search and **inspect** each of your network connections in real time
112+
- 🌐 find out **domain name** and **ASN** of the hosts you are exchanging traffic with
113+
- 📖 identify **6000+ upper layer services**, protocols, trojans, and worms
114+
- 🎮 see which **programs** are generating network traffic
115+
- ⭐ save your **favorite** network hosts, services, and programs
116+
- 📌 keep an eye on your network even when the application is **minimized**
117+
- ️🔎 search and **inspect** each of your network connections in real time
117118
- 🔉 set custom **notifications** to inform you when defined network events occur
119+
- 🚫 import custom **IP blacklists** to highlight potentially dangerous connections
118120
- 🎨 choose the **style** that fits you the most, including custom themes support
119121
- ...and more!
120122

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fn build_services_phf() {
5050
services_map.entry(key, val);
5151
num_entries += 1;
5252
}
53-
assert_eq!(num_entries, 12084);
53+
assert_eq!(num_entries, 12093);
5454

5555
writeln!(
5656
&mut output,

resources/DB/GeoLite2-ASN.mmdb

700 KB
Binary file not shown.

resources/DB/GeoLite2-Country.mmdb

-418 KB
Binary file not shown.
-4.99 KB
Loading
4.06 KB
Loading
7.21 KB
Loading
15.9 KB
Loading

0 commit comments

Comments
 (0)