mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-06 03:35:00 +00:00
Renamed enum constant
This commit is contained in:
parent
721af38aed
commit
1a3ee31865
1 changed files with 5 additions and 4 deletions
|
|
@ -752,10 +752,11 @@ typedef enum {
|
|||
NDPI_PROTOCOL_CATEGORY_NETWORK_TOOL, /* Network administration and monitor protocols */
|
||||
NDPI_PROTOCOL_CATEGORY_SYSTEM, /* System level applications */
|
||||
|
||||
NdpiProtocolCategoryN /* Unused as value but useful to
|
||||
getting the number of elements
|
||||
in this datastructure
|
||||
*/
|
||||
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_category_t;
|
||||
|
||||
/* ntop extensions */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue