diff options
author | Luca Deri <deri@ntop.org> | 2025-05-28 22:10:10 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2025-05-28 22:13:11 +0200 |
commit | 2e679ba8647aff7b0114de2940a03e4186ccc3dc (patch) | |
tree | 0aa314ed93842c06d9a9a3e178aa6a6d64be36d6 /src/include/ndpi_typedefs.h | |
parent | 651daeb01a15c0880c34e7b482710e35b92d98e2 (diff) |
Added ndpi_load_protocols_dir() API call for loading IP-based protocol detection
Added --protocols-list-dir <dir> to ndpiReader for loading IP_based protocol
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 70a305938..d4616da6c 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1158,6 +1158,10 @@ typedef enum { NDPI_PROTOCOL_CATEGORY_DATING, NDPI_PROTOCOL_CATEGORY_TRAVEL, NDPI_PROTOCOL_CATEGORY_FOOD, + + NDPI_PROTOCOL_CATEGORY_BOTS, /* Crawlers, bots */ + NDPI_PROTOCOL_CATEGORY_SCANNERS, /* e.g. shodan.io, censys.io */ + /* IMPORTANT |