From 01622c4c63f2968da101bedff0db0e8578b04a9b Mon Sep 17 00:00:00 2001 From: Toni Date: Sat, 15 Oct 2022 12:58:44 +0200 Subject: Updated protocol dissector serialisation code. (#1767) Signed-off-by: Toni Uhlig Signed-off-by: Toni Uhlig --- src/include/ndpi_typedefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 4652463ab..f39b2b6bd 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1479,7 +1479,7 @@ struct ndpi_flow_struct { } snmp; struct { - char identity_uuid[36]; + char identity_uuid[37]; char machine[48]; char platform[32]; char services[48]; -- cgit v1.2.3