Add DLEP protocol dissector (#2326)

This commit is contained in:
Vladimir Gavrilov 2024-02-20 18:05:41 +03:00 committed by GitHub
parent 4f2e642fbe
commit 66b6e2b3f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
162 changed files with 289 additions and 155 deletions

View file

@ -428,6 +428,7 @@ typedef enum {
NDPI_PROTOCOL_C1222 = 397,
NDPI_PROTOCOL_HUAWEI = 398,
NDPI_PROTOCOL_HUAWEI_CLOUD = 399,
NDPI_PROTOCOL_DLEP = 400,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"