aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/guildwars.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/guildwars.c')
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/guildwars.c b/src/lib/protocols/guildwars.c
index 8089295ef..34159d4be 100644
--- a/src/lib/protocols/guildwars.c
+++ b/src/lib/protocols/guildwars.c
@@ -31,7 +31,7 @@
static void ndpi_int_guildwars_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow)
{
- ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_GUILDWARS);
+ ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_GUILDWARS, NDPI_PROTOCOL_UNKNOWN);
}
void ndpi_search_guildwars_tcp(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow)