mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
Add FLUTE protocol dissector (#2351)
* Add FLUTE protocol dissector * Add flute.c to MSVC project
This commit is contained in:
parent
15f61e7abe
commit
e6474d835f
85 changed files with 202 additions and 78 deletions
|
|
@ -434,6 +434,7 @@ typedef enum {
|
|||
NDPI_PROTOCOL_PATHOFEXILE = 403,
|
||||
NDPI_PROTOCOL_GOOGLE_CALL = 404, /* Voip/audio/video calls from Google Chat/Meet/... */
|
||||
NDPI_PROTOCOL_PFCP = 405,
|
||||
NDPI_PROTOCOL_FLUTE = 406,
|
||||
|
||||
#ifdef CUSTOM_NDPI_PROTOCOLS
|
||||
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue