mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-27 01:28:10 -07:00
Filter out asn1_codecs warnings in rayhunter-daemon
...and make a small UI change so that folks won't get concerned about parsing errors. Right now all the "undecoded extensions" noise goes into rayhunter-daemon.log, and users get concerned about it when browsing that through the UI.
This commit is contained in:
committed by
Will Greenberg
parent
5b2cf3cec4
commit
1f171521e4
@@ -16,6 +16,7 @@ crc = "3.0.1"
|
||||
deku = { version = "0.20.0", features = ["logging"] }
|
||||
libc = "0.2.150"
|
||||
log = "0.4.20"
|
||||
env_logger = { version = "0.11", default-features = false }
|
||||
nix = { version = "0.29.0", features = ["feature"] }
|
||||
pcap-file-tokio = "0.1.0"
|
||||
pycrate-rs = { git = "https://github.com/EFForg/pycrate-rs" }
|
||||
|
||||
Reference in New Issue
Block a user