Add NATPMP dissector. (#1738)

Signed-off-by: lns <matzeton@googlemail.com>
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>

Signed-off-by: lns <matzeton@googlemail.com>
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2022-09-16 13:32:30 +02:00 committed by GitHub
parent 9ce4d40d14
commit de020b1747
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 553 additions and 391 deletions

View file

@ -340,6 +340,7 @@ typedef enum {
NDPI_PROTOCOL_KISMET = 309,
NDPI_PROTOCOL_FASTCGI = 310,
NDPI_PROTOCOL_FTPS = 311,
NDPI_PROTOCOL_NATPMP = 312,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"