diff options
Diffstat (limited to 'src/lib/protocols/meebo.c')
-rw-r--r-- | src/lib/protocols/meebo.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/protocols/meebo.c b/src/lib/protocols/meebo.c index 9455374eb..dda7f2c7c 100644 --- a/src/lib/protocols/meebo.c +++ b/src/lib/protocols/meebo.c @@ -30,12 +30,9 @@ static void ndpi_int_meebo_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { - ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_MEEBO); + ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_MEEBO, NDPI_PROTOCOL_UNKNOWN); } - - - void ndpi_search_meebo(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { |