From 9939b5c30775993941a4b9afe01ddc36434afbf1 Mon Sep 17 00:00:00 2001 From: lns Date: Fri, 5 Aug 2022 21:26:54 +0200 Subject: Add TiVoConnect dissector. Fixes #1697. * added static assert if supported, to complain if the flow struct changes Signed-off-by: lns --- example/reader_util.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'example/reader_util.h') diff --git a/example/reader_util.h b/example/reader_util.h index dab9ae57d..26510f700 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -163,6 +163,7 @@ enum info_type { INFO_GENERIC, INFO_KERBEROS, INFO_SOFTETHER, + INFO_TIVOCONNECT, INFO_FTP_IMAP_POP_SMTP, INFO_TLS_QUIC_ALPN_VERSION, INFO_TLS_QUIC_ALPN_ONLY, @@ -234,6 +235,12 @@ typedef struct ndpi_flow_info { char hostname[48]; char fqdn[48]; } softether; + struct { + char identity_uuid[36]; + char machine[48]; + char platform[32]; + char services[48]; + } tivoconnect; }; ndpi_serializer ndpi_flow_serializer; -- cgit v1.2.3