mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
Add HiSLIP protocol dissector (#2214)
* Add HiSLIP protocol dissector * Fix error
This commit is contained in:
parent
0f3e6d832b
commit
d8c7a76611
101 changed files with 218 additions and 99 deletions
|
|
@ -400,6 +400,7 @@ typedef enum {
|
|||
NDPI_PROTOCOL_MONERO = 369,
|
||||
NDPI_PROTOCOL_DCERPC = 370,
|
||||
NDPI_PROTOCOL_PROFINET_IO = 371,
|
||||
NDPI_PROTOCOL_HISLIP = 372,
|
||||
|
||||
#ifdef CUSTOM_NDPI_PROTOCOLS
|
||||
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue