From fb095a339db96151bd69e1b6c221906a856f4d7c Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:25:29 +0300 Subject: Add missing NDPI_LOG_DBG in some dissectors (#2290) * Add missing NDPI_LOG_DBG * Add missing NDPI_LOG_DBG in yojimbo.c --- src/lib/protocols/json-rpc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/protocols/json-rpc.c') diff --git a/src/lib/protocols/json-rpc.c b/src/lib/protocols/json-rpc.c index c989fbea4..694e3ce5e 100644 --- a/src/lib/protocols/json-rpc.c +++ b/src/lib/protocols/json-rpc.c @@ -34,6 +34,8 @@ static void ndpi_search_json_rpc(struct ndpi_detection_module_struct *ndpi_struc { struct ndpi_packet_struct const * const packet = &ndpi_struct->packet; + NDPI_LOG_DBG(ndpi_struct, "search JSON-RPC\n"); + if (flow->detected_protocol_stack[0] == NDPI_PROTOCOL_HTTP || flow->detected_protocol_stack[1] == NDPI_PROTOCOL_HTTP) { -- cgit v1.2.3