add socks_decoder, stratum_decoder and session_flags

This commit is contained in:
root
2024-09-03 07:01:58 +00:00
parent a8206cffc0
commit 6f1ac6b36b
160 changed files with 11861 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
struct fet_detail {
bool is_tls;
};
int is_data_fet(unsigned char* data, int data_len, struct fet_detail* detail);