diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-10-20 18:07:12 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-10-20 22:02:11 +0200 |
commit | 8cb5df6c26250a5f1795055b5a223fa382755c49 (patch) | |
tree | 8b225ec82a8a08bba2238d2239bce30591156ce1 /src/include/ndpi_typedefs.h | |
parent | c1b6aa948308dc3e003d540ceba536f891ef7df4 (diff) |
Add Munin protocol dissector.add/munin
* all credits goes to @verzulli
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 01338191b..5b8a9c52b 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1330,7 +1330,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: MGCP, COLLECTD, DNS, SSDP and NETBIOS name, HTTP and DHCP hostname, + * In details it used for: MGCP, COLLECTD, DNS, SSDP and NETBIOS name, HTTP, MUNIN and DHCP hostname, * WHOIS request, TLS/QUIC server name, XIAOMI domain and STUN realm. * * Please, think *very* hard before increasing its size! |