Ivan Trubach
|
8eb830d304
|
use enum for option indices
|
2025-04-08 16:56:17 +03:00 |
|
Ivan Trubach
|
9fd61e5d38
|
nfqws: also add stun l7proto to CLI help output
|
2025-04-03 21:28:46 +03:00 |
|
Ivan Trubach
|
056e4c588a
|
nfqws: detect STUN message packets
|
2025-04-03 21:02:42 +03:00 |
|
Ivan Trubach
|
4b288643ac
|
nfqws: detect Discord Voice IP Discovery packets
|
2025-04-03 17:55:02 +03:00 |
|
Ivan Trubach
|
a1d29b0c3a
|
nfqws,tpws: always use line buffering for console IO
Forces stdout and stderr to always use line buffering. Note that glibc
does automatically flush on newline iff connected to a terminal, but
that is not the case when running under systemd. See also
https://www.gnu.org/software/libc/manual/html_node/Buffering-Concepts.html
https://www.gnu.org/software/libc/manual/html_node/Controlling-Buffering.html
|
2025-03-12 12:00:28 +03:00 |
|
Ivan Trubach
|
756603338b
|
nfqws,tpws: add support for systemd readiness notifications
|
2025-03-12 11:39:03 +03:00 |
|