diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-10-07 23:51:00 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-10-08 19:45:44 +0200 |
commit | a25b6975233d899d7e35fca20363732a71ca3741 (patch) | |
tree | 2cdd4d915ddeaad472f9cfdaa1e2ae61a3c6bca2 /src/include | |
parent | 1796a1d814494fa85f75d395703edbc86ead3520 (diff) |
Updated protocol dissector serialisation code.update/proto-serialization
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]; |