From b8c6c9e1a8fae2b2de616110968ae55ec48a0ca3 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 20 Feb 2024 17:15:14 -0800 Subject: [PATCH] 5co-rap: Add a Clang-Tidy suppression --- epan/dissectors/packet-5co-rap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/epan/dissectors/packet-5co-rap.c b/epan/dissectors/packet-5co-rap.c index 3813c7ebe1..782dc45244 100644 --- a/epan/dissectors/packet-5co-rap.c +++ b/epan/dissectors/packet-5co-rap.c @@ -256,6 +256,7 @@ get_data_size(tvbuff_t *tvb, guint32 first_index, guint32 *p_header_len) { /* Recursive function !! */ /*****************************************************************************/ static int +// NOLINTNEXTLINE(misc-no-recursion) dissect_frame(tvbuff_t *tvb, packet_info* pinfo, proto_tree* fiveco_frame_tree, FCOSConvDevices *types_models_p, guint32 frame_index, guint32 frame_size, guint32 *sub_index_p) {