diff options
author | Toni <matzeton@googlemail.com> | 2022-09-16 13:32:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 13:32:30 +0200 |
commit | de020b174799da3420df60a763ac48cf9d1e7c50 (patch) | |
tree | 13bd191aba20fae2abbaaf2aa3173725ef1df826 /src/include/ndpi_protocols.h | |
parent | 9ce4d40d1490fb0f89d9d5eb6d249529cbd60513 (diff) |
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>
Diffstat (limited to 'src/include/ndpi_protocols.h')
-rw-r--r-- | src/include/ndpi_protocols.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_protocols.h b/src/include/ndpi_protocols.h index 1bbd9e6b5..0133e1976 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -240,6 +240,7 @@ void init_discord_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_ void init_tivoconnect_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_kismet_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_fastcgi_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); +void init_natpmp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); /* ndpi_main.c */ extern u_int32_t ndpi_ip_port_hash_funct(u_int32_t ip, u_int16_t port); |