Add HiSLIP protocol dissector (#2214)

* Add HiSLIP protocol dissector

* Fix error
This commit is contained in:
Vladimir Gavrilov 2023-12-17 13:52:55 +03:00 committed by GitHub
parent 0f3e6d832b
commit d8c7a76611
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
101 changed files with 218 additions and 99 deletions

View file

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