Skip to content

Commit

Permalink
Win fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Oct 8, 2024
1 parent 2f149de commit 6390b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/src/ndpi_define.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
#define ndpi_min(a,b) ((a < b) ? a : b)
#define ndpi_max(a,b) ((a > b) ? a : b)

#define NDPI_NUM_DEFAULT_ROOT_NODES 512

#define NDPI_IPSEC_PROTOCOL_ESP 50
#define NDPI_IPSEC_PROTOCOL_AH 51
Expand Down

0 comments on commit 6390b84

Please sign in to comment.