aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_protocols.h
diff options
context:
space:
mode:
authorMichele Campus <fci1908@gmail.com>2017-07-27 13:10:08 +0200
committerGitHub <noreply@github.com>2017-07-27 13:10:08 +0200
commit6ca6d968214d8c23ee9a31b0b5497a3ea24795e8 (patch)
tree82fc1b058d6b39f722507d23cdd6ba85e5d97ec2 /src/include/ndpi_protocols.h
parent55d13629249fed5b3750a393b053e8a72a9caaa3 (diff)
parente6b594a626e5cfb5cd0410336f8c1e12966a27cd (diff)
Merge branch 'dev' into ssl-certificate-fix
Diffstat (limited to 'src/include/ndpi_protocols.h')
-rw-r--r--src/include/ndpi_protocols.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ndpi_protocols.h b/src/include/ndpi_protocols.h
index 65a2bb116..c585a6551 100644
--- a/src/include/ndpi_protocols.h
+++ b/src/include/ndpi_protocols.h
@@ -343,4 +343,6 @@ void init_bjnp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int
void init_smpp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
void init_tinc_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
void init_fix_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
+void init_nintendo_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
+
#endif /* __NDPI_PROTOCOLS_H__ */