diff options
author | lns <matzeton@googlemail.com> | 2022-04-19 13:03:51 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-04-19 18:41:51 +0200 |
commit | b0ae66ae42d54a42d3de3d935dd46922690237cb (patch) | |
tree | cae2fe8446f68d3ac9c4258c5b08940b9597c11a /src/include/ndpi_protocols.h | |
parent | a83ca555fbbe394e06063c6eef0c29efac1411fb (diff) |
Added Toca Boca protocol dissector.add/toca-boca-protocol-dissector
Signed-off-by: lns <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 9338d5a71..e225ba04a 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -221,6 +221,7 @@ void init_z3950_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_in void init_avast_securedns_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_cassandra_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_ethernet_ip_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); +void init_toca_boca_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); |