diff options
author | Luca Deri <deri@ntop.org> | 2024-08-25 12:06:21 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-08-25 12:06:58 +0200 |
commit | fbbe40b821b8966e1699d075297ffefeb1d1572c (patch) | |
tree | 16ca0f5ec215ff7ecac6fb8d2c042fe7364dbbca | |
parent | aec2e2fbb83d25382efe0ee65b0d9164c71b2ed7 (diff) |
Added comment
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 7e88aab8d..62324fa0a 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -161,7 +161,7 @@ typedef enum { 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] */ + NDPI_PERIODIC_FLOW, /* 50 */ /* Set in case a flow repeats at a specific pace [used by apps on top of nDPI] */ NDPI_MINOR_ISSUES, /* Generic packet issues (e.g. DNS with 0 TTL) */ NDPI_TCP_ISSUES, /* 50 */ /* TCP issues such as connection failed or scan */ NDPI_FULLY_ENCRYPTED, /* This (unknown) session is fully encrypted */ |