Commit Graph

10 Commits

Author SHA1 Message Date
Vadim Vetrov
dfedde9aa8
Deglobalize struct config.
New config structure allows to implement refcounting in the kernel module to
escape borderline cases on module exit or config hot swap.
2025-01-11 03:42:50 +03:00
Vadim Vetrov
9b58869864
Add --no-dport-filter flag
This flag allows to reduce amount of network packet to analyze.
2025-01-09 00:53:56 +03:00
Vadim Vetrov
37c8a798fd
Disallow to use --no-ipv6 in kernel space 2025-01-09 00:21:12 +03:00
Vadim Vetrov
cadec5a05c
Allow to disable conntrack in userspace 2025-01-09 00:20:20 +03:00
Vadim Vetrov
a3bd918484
Update trace logging 2025-01-07 23:28:01 +03:00
Vadim Vetrov
40e1101d68
Do not hide sni domains with tls disabled 2025-01-04 19:27:12 +03:00
Vadim Vetrov
fff2309863
Rename parsed to parse in --udp-filter-quic 2025-01-04 01:25:02 +03:00
Vadim Vetrov
0280fe383f
Add --udp-filter-quic=parse
This will enable QUIC decryption and parsing.
2025-01-03 15:52:53 +03:00
Vadim Vetrov
ded8c49e4b
Add copyright notices
youtubeUnblock becames bigger and copyright notices in each file will
make it easier for anyone to do something over it.
2025-01-02 22:28:29 +03:00
Vadim Vetrov
5c84f2e9b5
Add crypto files 2025-01-02 01:28:25 +03:00