mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
Defined type ndpi_protocol_id_t for protocol identifiers
This commit is contained in:
parent
667e77c609
commit
591158bb92
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ typedef enum {
|
|||
|
||||
/* IMPORTANT:NDPI_LAST_IMPLEMENTED_PROTOCOL MUST BE THE LAST ELEMENT */
|
||||
NDPI_LAST_IMPLEMENTED_PROTOCOL
|
||||
} ndpi_protocol_ids;
|
||||
} ndpi_protocol_id_t;
|
||||
|
||||
#define NDPI_PROTOCOL_NO_MASTER_PROTO NDPI_PROTOCOL_UNKNOWN
|
||||
#define NDPI_MAX_SUPPORTED_PROTOCOLS NDPI_LAST_IMPLEMENTED_PROTOCOL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue