Add support for PIM (Protocol Indipendent Multicast) protocol (#1599)

Close #1598
This commit is contained in:
Ivan Nardi 2022-06-15 12:25:26 +02:00 committed by GitHub
parent d1773cc8e3
commit e2cc08bfe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 31 additions and 2 deletions

View file

@ -325,6 +325,7 @@ typedef enum {
NDPI_PROTOCOL_RSH = 294,
NDPI_PROTOCOL_1KXUN = 295,
NDPI_PROTOCOL_IP_PGM = 296,
NDPI_PROTOCOL_IP_PIM = 297,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"