aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_typedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r--src/include/ndpi_typedefs.h5
1 files changed, 5 insertions, 0 deletions
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 ***/