diff options
author | Luca Deri <deri@ntop.org> | 2016-07-20 01:40:16 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2016-07-20 01:40:16 +0200 |
commit | 18b9addc852e00416b48397cc2dda5a45cc0d0eb (patch) | |
tree | d0a7babb3d82780fd3003c83aeec0024ed5c6400 /src/include/ndpi_protocols.h | |
parent | abdccaa8eb45f9473536dd4e055196b03197894a (diff) |
Implemented #228
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 82d5bdb69..12f3a0dbd 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -337,5 +337,6 @@ void init_coap_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int void init_mqtt_dissector (struct ndpi_detection_module_struct *ndpi_struct,u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_rx_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_git_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); +void init_hangout_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_drda_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); #endif /* __NDPI_PROTOCOLS_H__ */ |