Add UFTP protocol dissector (#2215)

* Add UFTP protocol dissector

* Update docs

* Merge pcap files
This commit is contained in:
Vladimir Gavrilov 2023-12-18 13:21:07 +03:00 committed by GitHub
parent d8c7a76611
commit 59c8eabc0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 195 additions and 77 deletions

View file

@ -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"