Add Roughtime protocol dissector. (#2248)

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2024-01-09 07:56:27 +01:00 committed by GitHub
parent 6c3d162cd6
commit c5b0b05b80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
154 changed files with 1983 additions and 1793 deletions

View file

@ -411,6 +411,7 @@ typedef enum {
NDPI_PROTOCOL_HL7 = 380,
NDPI_PROTOCOL_CEPH = 381,
NDPI_PROTOCOL_GOOGLE_CHAT = 382,
NDPI_PROTOCOL_ROUGHTIME = 383,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"