aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2022-12-30 19:20:07 +0100
committerLuca Deri <deri@ntop.org>2022-12-30 19:20:07 +0100
commit1735931f675eb9a70e3f2ea9dda9db8b6636f2bd (patch)
tree0f0fc7286278ce457b967a0ecd4ed55f23f47dd0 /src/include
parent8f91b8ba72e61eb15a3fdfcddd6339b2fae341be (diff)
Added NDPI_PERIODIC_FLOW flow risk to be used by apps based on nDPI
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_typedefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 16612ce87..fde132e56 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -120,8 +120,9 @@ 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,
+ NDPI_PERIODIC_FLOW, /* Set in case a flow repeats at a specific pace [used by apps on top of nDPI] */
+
/* Leave this as last member */
NDPI_MAX_RISK /* must be <= 63 due to (**) */
} ndpi_risk_enum;