From e4d3d619bc9fa2e38521b7ced17f4e7aa633d812 Mon Sep 17 00:00:00 2001 From: Toni Date: Tue, 1 Aug 2023 08:50:46 +0200 Subject: Add Service Location Protocol dissector. (#2036) Signed-off-by: Toni Uhlig --- src/include/ndpi_typedefs.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/ndpi_typedefs.h') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 15415526c..708322a5d 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1608,6 +1608,11 @@ struct ndpi_flow_struct { u_int8_t message_type; char method[64]; } thrift; + + struct { + u_int8_t url_count; + char url[4][48]; + } slp; } protos; /*** ALL protocol specific 64 bit variables here ***/ -- cgit v1.2.3