diff options
author | Leonn Paiva <leonn.paiva@gmail.com> | 2020-04-26 02:51:42 -0300 |
---|---|---|
committer | Leonn Paiva <leonn.paiva@gmail.com> | 2020-04-26 02:53:12 -0300 |
commit | 780dc8d1e7c57dbb9de474b636d5ad7fb20a111d (patch) | |
tree | ef74553a1f1037125a9e580e019bdea9cd135f68 /src/include/ndpi_protocols.h | |
parent | 4d746dabe99da7b193b1f1f74e15d480b83ff8fe (diff) |
:bulb: implement websocket protocol dissector
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 a5113acf5..34dab2d51 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -217,4 +217,5 @@ void init_targus_getdata_dissector(struct ndpi_detection_module_struct *ndpi_str void init_dnp3_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_104_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_s7comm_dissector(struct ndpi_detection_module_struct *ndpi_struct,u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); +void init_websocket_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); #endif /* __NDPI_PROTOCOLS_H__ */ |