diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_typedefs.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 8d799a6c1..91140bb06 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -750,7 +750,12 @@ typedef enum { NDPI_PROTOCOL_CATEGORY_COLLABORATIVE, /* Software for collaborative development */ NDPI_PROTOCOL_CATEGORY_RPC, /* High level network communication protocols */ NDPI_PROTOCOL_CATEGORY_NETWORK_TOOL, /* Network administration and monitor protocols */ - NDPI_PROTOCOL_CATEGORY_SYSTEM /* System level applications */ + NDPI_PROTOCOL_CATEGORY_SYSTEM, /* System level applications */ + + NdpiProtocolCategoryN /* Unused as value but useful to + getting the number of elements + in this datastructure + */ } ndpi_protocol_category_t; /* ntop extensions */ |