Add Service Location Protocol dissector. (#2036)

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2023-08-01 08:50:46 +02:00 committed by GitHub
parent 083275f617
commit e4d3d619bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
157 changed files with 3116 additions and 2074 deletions

View file

@ -375,6 +375,7 @@ typedef enum {
NDPI_PROTOCOL_PROTONVPN = 344,
NDPI_PROTOCOL_APACHE_THRIFT = 345,
NDPI_PROTOCOL_ROBLOX = 346,
NDPI_PROTOCOL_SERVICE_LOCATION = 347,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"