From: Tom Peters (thopeter) Date: Tue, 18 May 2021 17:03:57 +0000 (+0000) Subject: Merge pull request #2887 in SNORT/snort3 from ~MDAGON/snort3:update_print to master X-Git-Tag: 3.1.5.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=296a1d3c901797c7b1412bcc1c4ab5c6663704e9;p=thirdparty%2Fsnort3.git Merge pull request #2887 in SNORT/snort3 from ~MDAGON/snort3:update_print to master Squashed commit of the following: commit d58a66cbe0559ed5394f49cfef620cb65b237833 Author: Maya Dagon Date: Mon May 17 15:41:18 2021 -0400 http2_inspect: update discard print --- diff --git a/src/service_inspectors/http2_inspect/http2_stream_splitter.cc b/src/service_inspectors/http2_inspect/http2_stream_splitter.cc index e3bd13929..5473ddbcf 100644 --- a/src/service_inspectors/http2_inspect/http2_stream_splitter.cc +++ b/src/service_inspectors/http2_inspect/http2_stream_splitter.cc @@ -159,7 +159,7 @@ const StreamBuffer Http2StreamSplitter::reassemble(Flow* flow, unsigned total, u #ifdef REG_TEST if (HttpTestManager::use_test_output(HttpTestManager::IN_HTTP2)) { - fprintf(HttpTestManager::get_output_file(), "Discarded %u octets\n\n", len); + fprintf(HttpTestManager::get_output_file(), "HTTP/2 discarded %u octets\n\n", len); fflush(HttpTestManager::get_output_file()); } #endif