From: George Koikara (gkoikara) Date: Tue, 25 Feb 2020 10:01:51 +0000 (+0000) Subject: Merge pull request #1988 in SNORT/snort3 from ~POAWASTH/snort3:cli to master X-Git-Tag: 3.0.0-269~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b2838ee74b138a5b62823ec4e1da7a6746485a8;p=thirdparty%2Fsnort3.git Merge pull request #1988 in SNORT/snort3 from ~POAWASTH/snort3:cli to master Squashed commit of the following: commit 7ec3359e5db730e2f7e7529e22269b55fc9b3dd3 Author: Pooja Awasthi Date: Tue Feb 4 03:49:36 2020 -0500 CLI:Dump stats termination label for show snort3 counters CLI --- diff --git a/src/main/analyzer_command.cc b/src/main/analyzer_command.cc index d9596ec6b..57f3c6b94 100644 --- a/src/main/analyzer_command.cc +++ b/src/main/analyzer_command.cc @@ -91,6 +91,7 @@ ACGetStats::~ACGetStats() // FIXIT-L This should track the owner so it can dump stats to the // shell instead of the logs when initiated by a shell command DropStats(); + LogMessage("==================================================\n"); // Marking End of stats } ACSwap::ACSwap(Swapper* ps, Request* req, bool from_shell) : ps(ps), request(req), from_shell(from_shell)