]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1988 in SNORT/snort3 from ~POAWASTH/snort3:cli to master
authorGeorge Koikara (gkoikara) <gkoikara@cisco.com>
Tue, 25 Feb 2020 10:01:51 +0000 (10:01 +0000)
committerGeorge Koikara (gkoikara) <gkoikara@cisco.com>
Tue, 25 Feb 2020 10:01:51 +0000 (10:01 +0000)
Squashed commit of the following:

commit 7ec3359e5db730e2f7e7529e22269b55fc9b3dd3
Author: Pooja Awasthi <poawasth@cisco.com>
Date:   Tue Feb 4 03:49:36 2020 -0500

    CLI:Dump stats termination label for show snort3 counters CLI

src/main/analyzer_command.cc

index d9596ec6b2e7750aba3d209b7c7d909fe96389c8..57f3c6b9470b096791a78cccb0a33c3b67942398 100644 (file)
@@ -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)