Add OpenFlow protocol dissector (#2222)

This commit is contained in:
Vladimir Gavrilov 2023-12-20 12:48:45 +03:00 committed by GitHub
parent 8aa09f9c99
commit 33f11cb10f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
101 changed files with 215 additions and 99 deletions

View file

@ -402,6 +402,7 @@ typedef enum {
NDPI_PROTOCOL_PROFINET_IO = 371,
NDPI_PROTOCOL_HISLIP = 372,
NDPI_PROTOCOL_UFTP = 373,
NDPI_PROTOCOL_OPENFLOW = 374,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"