mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
update upper layer service list
This commit is contained in:
3
build.rs
3
build.rs
@@ -52,7 +52,7 @@ fn build_services_phf() {
|
||||
services_map.entry(key, &val);
|
||||
num_entries += 1;
|
||||
}
|
||||
assert_eq!(num_entries, 12066);
|
||||
assert_eq!(num_entries, 12078);
|
||||
|
||||
writeln!(
|
||||
&mut output,
|
||||
@@ -189,6 +189,7 @@ fn get_valid_service_query(s: &str) -> ServiceQuery {
|
||||
"dhanalakshmi",
|
||||
"3gpp-w1ap",
|
||||
"pmsm-webrctl",
|
||||
"bif-p2p",
|
||||
] {
|
||||
safe_words.set(word, Type::SAFE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user