diff options
author | Toni <matzeton@googlemail.com> | 2022-10-15 12:58:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 12:58:44 +0200 |
commit | 01622c4c63f2968da101bedff0db0e8578b04a9b (patch) | |
tree | 852c5f5c62875e6f259e1e4f95aac85af3b6c3c4 /src/include | |
parent | 2d153fba45325e4fe716ff92a44eb67fe0fcea72 (diff) |
Updated protocol dissector serialisation code. (#1767)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Signed-off-by: Toni Uhlig <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 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]; |