From: George Koikara (gkoikara) Date: Tue, 25 Feb 2020 10:02:42 +0000 (+0000) Subject: Merge pull request #1996 in SNORT/snort3 from ~KDEWANGA/snort3:iab to master X-Git-Tag: 3.0.0-269~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd761f82d29b0361390f2cea2e1860e9d5d3c6b5;p=thirdparty%2Fsnort3.git Merge pull request #1996 in SNORT/snort3 from ~KDEWANGA/snort3:iab to master Squashed commit of the following: commit 92605d70bc76df74cf3aeedec85fc44508f472a9 Author: Keshaw Dewangan Date: Tue Feb 11 05:55:01 2020 -0500 IAB:Made get_stats public to get Daq Stats for IAB. --- diff --git a/src/packet_io/sfdaq.h b/src/packet_io/sfdaq.h index a1aeaa202..20f86e472 100644 --- a/src/packet_io/sfdaq.h +++ b/src/packet_io/sfdaq.h @@ -49,7 +49,7 @@ public: static const char* get_input_spec(const SFDAQConfig*, unsigned instance_id); static const char* default_type(); - static const DAQ_Stats_t* get_stats(); + SO_PUBLIC static const DAQ_Stats_t* get_stats(); static bool can_inject(); static bool can_inject_raw();