Added collectd dissector (again). (#1601)

Signed-off-by: lns <matzeton@googlemail.com>
This commit is contained in:
Toni 2022-06-17 19:56:33 +02:00 committed by GitHub
parent 9c8b2d63da
commit 432de5eb57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 254 additions and 7 deletions

View file

@ -326,6 +326,7 @@ typedef enum {
NDPI_PROTOCOL_1KXUN = 295,
NDPI_PROTOCOL_IP_PGM = 296,
NDPI_PROTOCOL_IP_PIM = 297,
NDPI_PROTOCOL_COLLECTD = 298,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"