nfqws: --ip-id

This commit is contained in:
bol-van
2025-10-12 20:08:08 +03:00
parent 3f2ef1feee
commit 643c254fab
4 changed files with 122 additions and 45 deletions

View File

@@ -97,6 +97,7 @@ struct tcp_mod
};
typedef enum {SS_NONE=0,SS_SYN,SS_SYNACK,SS_ACKSYN} t_synack_split;
typedef enum {IPID_SEQ=0,IPID_SEQ_GROUP,IPID_RND,IPID_ZERO} t_ip_id_mode;
struct desync_profile
{
@@ -109,6 +110,8 @@ struct desync_profile
t_synack_split synack_split;
t_ip_id_mode ip_id_mode;
bool hostcase, hostnospace, domcase, methodeol;
char hostspell[4];
enum dpi_desync_mode desync_mode0,desync_mode,desync_mode2;