mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
Added ability to defien custom protocols
This commit is contained in:
parent
d53563ab46
commit
42c8d3ac27
5 changed files with 28 additions and 9 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/*
|
||||
* ndpi_protocol_ids.h
|
||||
*
|
||||
|
|
@ -283,8 +282,12 @@ typedef enum {
|
|||
NDPI_PROTOCOL_BLOOMBERG = 246,
|
||||
NDPI_PROTOCOL_CAPWAP = 247,
|
||||
NDPI_PROTOCOL_ZABBIX = 248,
|
||||
|
||||
/*
|
||||
|
||||
#ifdef CUSTOM_NDPI_PROTOCOLS
|
||||
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
IMPORTANT
|
||||
before allocating a new identifier please fill up
|
||||
one of those named NDPI_PROTOCOL_FREE_XXX and not used
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue