Add Automatic Tank Gauge protocol (#2527)

See also #2523

---------

Co-authored-by: Nardi Ivan <nardi.ivan@gmail.com>
This commit is contained in:
wssxsxxsx 2024-08-24 04:35:08 +08:00 committed by GitHub
parent f03938a725
commit 8894ebc76f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
116 changed files with 224 additions and 109 deletions

View file

@ -451,6 +451,7 @@ typedef enum {
NDPI_PROTOCOL_NANO = 420,
NDPI_PROTOCOL_OPENWIRE = 421,
NDPI_PROTOCOL_CNP_IP = 422,
NDPI_PROTOCOL_ATG = 423,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"