diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-08-27 23:45:37 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-08-30 11:13:12 +0200 |
commit | d9f754eff1644389a1dd26bb1ad563ea26340dc1 (patch) | |
tree | 62851e29d730e500305a635ad72f1f7c77dd4c5d /src/include/ndpi_typedefs.h | |
parent | a329730d24bc99a77a8e49334ac146fdaf50fb65 (diff) |
Improved MGCP dissector.improved/mgcp
* typ0s fixed
* dissect endpoint hostnames
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-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 94c22a667..4982db318 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1303,7 +1303,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: COLLECTD, DNS, SSDP and NETBIOS name, HTTP and DHCP hostname, + * In details it used for: MGCP, COLLECTD, 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! |