mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
Add UFTP protocol dissector (#2215)
* Add UFTP protocol dissector * Update docs * Merge pcap files
This commit is contained in:
parent
d8c7a76611
commit
59c8eabc0e
79 changed files with 195 additions and 77 deletions
|
|
@ -401,6 +401,7 @@ typedef enum {
|
|||
NDPI_PROTOCOL_DCERPC = 370,
|
||||
NDPI_PROTOCOL_PROFINET_IO = 371,
|
||||
NDPI_PROTOCOL_HISLIP = 372,
|
||||
NDPI_PROTOCOL_UFTP = 373,
|
||||
|
||||
#ifdef CUSTOM_NDPI_PROTOCOLS
|
||||
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue