mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
Add support for PIM (Protocol Indipendent Multicast) protocol (#1599)
Close #1598
This commit is contained in:
parent
d1773cc8e3
commit
e2cc08bfe5
7 changed files with 31 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue