From a25b6975233d899d7e35fca20363732a71ca3741 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 7 Oct 2022 23:51:00 +0200 Subject: Updated protocol dissector serialisation code. 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