aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/maplestory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/maplestory.c')
-rw-r--r--src/lib/protocols/maplestory.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/protocols/maplestory.c b/src/lib/protocols/maplestory.c
index e3da38ba6..a49c39108 100644
--- a/src/lib/protocols/maplestory.c
+++ b/src/lib/protocols/maplestory.c
@@ -28,10 +28,9 @@
#ifdef NDPI_PROTOCOL_MAPLESTORY
-static void ndpi_int_maplestory_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow/* , */
- /* ndpi_protocol_type_t protocol_type */)
+static void ndpi_int_maplestory_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow)
{
- ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_MAPLESTORY);
+ ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_MAPLESTORY, NDPI_PROTOCOL_UNKNOWN);
}