Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

nfqws2: 'known' protocol and payload filter

This commit is contained in:
bol-van
2025-11-23 12:37:51 +03:00
parent 9a6353cb14
commit 0ab1e19ce2
3 changed files with 6 additions and 6 deletions

View File

@@ -8,6 +8,7 @@
typedef enum {
L7_ALL=0,
L7_UNKNOWN,
L7_KNOWN,
L7_HTTP,
L7_TLS,
L7_QUIC,
@@ -28,6 +29,7 @@ typedef enum {
L7P_ALL=0,
L7P_UNKNOWN,
L7P_EMPTY,
L7P_KNOWN,
L7P_HTTP_REQ,
L7P_HTTP_REPLY,
L7P_TLS_CLIENT_HELLO,