From 60b97dbed08f632eab88d6c4bdb1a11502546c49 Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 24 Mar 2025 11:14:38 +0300 Subject: [PATCH] nfqws: remove debug printfs --- nfq/desync.c | 2 ++ nfq/protocol.c | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/nfq/desync.c b/nfq/desync.c index 7babc6b..5ce9c4c 100644 --- a/nfq/desync.c +++ b/nfq/desync.c @@ -1963,6 +1963,8 @@ static uint8_t dpi_desync_udp_packet_play(bool replay, size_t reasm_offset, uint { if (bFull) { + DLOG("QUIC initial contains CRYPTO with full fragment coverage\n"); + bool bIsHello = IsQUICCryptoHello(defrag, defrag_len, &hello_offset, &hello_len); bool bReqFull = bIsHello ? IsTLSHandshakeFull(defrag+hello_offset,hello_len) : false; diff --git a/nfq/protocol.c b/nfq/protocol.c index 43266f5..ec8f165 100644 --- a/nfq/protocol.c +++ b/nfq/protocol.c @@ -916,8 +916,8 @@ bool QUICDefragCrypto(const uint8_t *clean,size_t clean_len, uint8_t *defrag,siz qsort(ranges, range, sizeof(*ranges), cmp_range64); - for(i=0 ; i