diff options
author | Luca Deri <deri@ntop.org> | 2019-07-15 00:19:45 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-07-15 00:19:45 +0200 |
commit | 5a018e0bc065764c3ea7976cb0fa1a2ad711c098 (patch) | |
tree | 7a2ee6409eae025ffb34ca970e0a691dd91b3b5d /src/include/ndpi_protocols.h | |
parent | f8fb1f838c07994ec2530d5b10b35336b4ffcebd (diff) |
Added Line protocol dissection
Add fix for discarding STUN over TCP flows
Diffstat (limited to 'src/include/ndpi_protocols.h')
-rw-r--r-- | src/include/ndpi_protocols.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ndpi_protocols.h b/src/include/ndpi_protocols.h index f29ffa72a..96f6a898e 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -364,4 +364,6 @@ void init_memcached_dissector(struct ndpi_detection_module_struct *ndpi_struct, void init_nest_log_sink_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_ookla_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_modbus_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); +void init_line_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); + #endif /* __NDPI_PROTOCOLS_H__ */ |