diff options
author | Luca Deri <deri@ntop.org> | 2024-08-26 10:53:33 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-08-26 10:53:33 +0200 |
commit | e4e91e9380618229b66da7210f920f7099d6e214 (patch) | |
tree | 5ea470cb49bcf16e55903adf5ff33febd7894bd6 /src | |
parent | 64a5dc3cb3b3360d31da6014b377561cd899ad45 (diff) |
Typo
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_typedefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 62324fa0a..aeda1ab61 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -161,9 +161,9 @@ 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, /* 50 */ /* Set in case a flow repeats at a specific pace [used by apps on top of nDPI] */ + NDPI_PERIODIC_FLOW, /* 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_TCP_ISSUES, /* 50 */ /* TCP issues such as connection failed or scan */ NDPI_FULLY_ENCRYPTED, /* This (unknown) session is fully encrypted */ NDPI_TLS_ALPN_SNI_MISMATCH, /* Invalid ALPN/SNI combination */ NDPI_MALWARE_HOST_CONTACTED, /* Flow client contacted a malware host */ |