Skip to content

Commit

Permalink
Set base magic_ct to zero
Browse files Browse the repository at this point in the history
Now magic_ct is set to be generate every module load without params
  • Loading branch information
Antaryo committed Nov 26, 2024
1 parent cad5d9e commit 755ac7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndpi-netfilter/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ static inline int flow_have_info( struct nf_ct_ext_ndpi *c) {

static ndpi_protocol_nf proto_null = {NDPI_PROTOCOL_UNKNOWN , NDPI_PROTOCOL_UNKNOWN};

static unsigned short MAGIC_CT = 0xa55a;
static unsigned short MAGIC_CT = 0x00;

unsigned long int ndpi_flow_limit=10000000; // 4.3Gb
unsigned long int ndpi_enable_flow=0;
Expand Down

0 comments on commit 755ac7a

Please sign in to comment.