diff options
Diffstat (limited to 'src/lib/protocols/veohtv.c')
-rw-r--r-- | src/lib/protocols/veohtv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/veohtv.c b/src/lib/protocols/veohtv.c index e2c9c008b..f6b29607f 100644 --- a/src/lib/protocols/veohtv.c +++ b/src/lib/protocols/veohtv.c @@ -31,7 +31,7 @@ static void ndpi_int_veohtv_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow/* , ndpi_protocol_type_t protocol_type */) { - ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_HTTP_APPLICATION_VEOHTV); + ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_HTTP_APPLICATION_VEOHTV, NDPI_PROTOCOL_UNKNOWN); } void ndpi_search_veohtv_tcp(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) |