diff options
author | Toni <matzeton@googlemail.com> | 2023-08-01 08:50:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-01 08:50:46 +0200 |
commit | e4d3d619bc9fa2e38521b7ced17f4e7aa633d812 (patch) | |
tree | 10a64f1a9973ad1f4f25502c3c9e88a9749c87fd /src/include/ndpi_typedefs.h | |
parent | 083275f6176965a70d75911830f17ff019055131 (diff) |
Add Service Location Protocol dissector. (#2036)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 5 |
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 ***/ |