This commit is contained in:
Vadim Vetrov
2024-08-08 15:29:04 +03:00
parent 22573b7d12
commit fb47d80543
5 changed files with 50 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ typedef __u32 uint32_t;
#endif
struct verdict {
int gvideo_hello; /* google video hello packet */
int target_sni; /* google video hello packet */
int sni_offset; /* offset from start of tcp _payload_ */
int sni_len;
};