diff options
author | Alfredo Cardigliano <cardigliano@ntop.org> | 2020-12-11 13:47:39 +0000 |
---|---|---|
committer | Alfredo Cardigliano <cardigliano@ntop.org> | 2020-12-11 15:56:57 +0100 |
commit | 499897219e5ddd86bfeb8d3dce324a269f80241a (patch) | |
tree | 0efda4d80e552336f732db3899af765d0a32745e /src | |
parent | 9c5fbb52087e70d4e772e574fda44116cc13ffb0 (diff) |
Add NDPI_PROTOCOL_ANY_CATEGORY to ndpi_protocol_category_t enum
Diffstat (limited to 'src')
-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 f9e1b8c41..5c544aef0 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -960,11 +960,12 @@ typedef enum { in ndpi_main.c */ - NDPI_PROTOCOL_NUM_CATEGORIES /* + NDPI_PROTOCOL_NUM_CATEGORIES, /* NOTE: Keep this as last member Unused as value but useful to getting the number of elements in this datastructure */ + NDPI_PROTOCOL_ANY_CATEGORY /* Used to handle wildcards */ } ndpi_protocol_category_t; typedef enum { |