diff options
author | Luca <deri@ntop.org> | 2022-10-04 22:31:42 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2022-10-04 22:32:45 +0200 |
commit | 37c88b129f6f5a3475dc6364cc4a898df9ff37ab (patch) | |
tree | 23592c10fdfaf504838ac402a19bfbbbff4b9b73 /src/include | |
parent | cca585053e86b70b86c12296531a882847e8dd87 (diff) |
Added new flow risk NDPI_HTTP_OBSOLETE_SERVER. Currently Apache and nginx are supported
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index b0bff8bb1..e6cc194e5 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -120,7 +120,8 @@ typedef enum { NDPI_UNIDIRECTIONAL_TRAFFIC, /* NOTE: as nDPI can detect a protocol with one packet, make sure your app will clear this risk if future packets (not sent to nDPI) are received in the opposite direction */ - + + NDPI_HTTP_OBSOLETE_SERVER, /* Leave this as last member */ NDPI_MAX_RISK /* must be <= 63 due to (**) */ } ndpi_risk_enum; |