diff options
Diffstat (limited to 'src/lib/protocols/stealthnet.c')
-rw-r--r-- | src/lib/protocols/stealthnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/stealthnet.c b/src/lib/protocols/stealthnet.c index e8f1778e6..8a103a10d 100644 --- a/src/lib/protocols/stealthnet.c +++ b/src/lib/protocols/stealthnet.c @@ -31,7 +31,7 @@ static void ndpi_int_stealthnet_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { - ndpi_int_add_connection(ndpi_struct, flow, NDPI_PROTOCOL_STEALTHNET, NDPI_REAL_PROTOCOL); + ndpi_int_add_connection(ndpi_struct, flow, NDPI_PROTOCOL_STEALTHNET/* , NDPI_REAL_PROTOCOL */); } void ndpi_search_stealthnet(struct ndpi_detection_module_struct |