diff options
author | lns <matzeton@googlemail.com> | 2022-06-06 18:50:35 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-06-07 11:00:47 +0200 |
commit | 4fe44aa5ae2e9869b6dd1cca13667809047b5517 (patch) | |
tree | dc4417c018666fc01c9964aaf3b5c96bd1d08854 /src/include | |
parent | 938e89ca333db0d39f19c0f759f13a938f4b3014 (diff) |
Dissect host line if SSDP contains such.improved/ssdp-hostname-dissect
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 78e879a0d..2ffb35621 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1191,7 +1191,7 @@ struct ndpi_flow_struct { char flow_extra_info[16]; /* General purpose field used to save mainly hostname/SNI information. - * In details it used for: DNS and NETBIOS name, HTTP and DHCP hostname, + * In details it used for: DNS, SSDP and NETBIOS name, HTTP and DHCP hostname, * WHOIS request, TLS/QUIC server name, XIAOMI domain and STUN realm. * * Please, think *very* hard before increasing its size! |