Added ability to defien custom protocols

This commit is contained in:
Luca Deri 2019-10-29 10:29:12 +01:00
parent d53563ab46
commit 42c8d3ac27
5 changed files with 28 additions and 9 deletions

View file

@ -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