From: Michael Altizer (mialtize) Date: Mon, 23 Nov 2020 17:56:47 +0000 (+0000) Subject: Merge pull request #2633 in SNORT/snort3 from ~RDEMPSTE/snort3:export_forwarding_pack... X-Git-Tag: 3.0.3-6~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=583d1ff811532a31ffa6b311d7149c554e0ee67e;p=thirdparty%2Fsnort3.git Merge pull request #2633 in SNORT/snort3 from ~RDEMPSTE/snort3:export_forwarding_packet to master Squashed commit of the following: commit 3bdb73fff9ce36714c447ac5755c969287a75462 Author: Ron Dempster (rdempste) Date: Wed Nov 18 14:57:13 2020 -0500 packet_io: export forwarding_packet function --- diff --git a/src/packet_io/sfdaq.h b/src/packet_io/sfdaq.h index d76bd0996..61ba89287 100644 --- a/src/packet_io/sfdaq.h +++ b/src/packet_io/sfdaq.h @@ -65,7 +65,7 @@ public: SO_PUBLIC static int get_base_protocol(); static int inject(DAQ_Msg_h, int rev, const uint8_t* buf, uint32_t len); - static bool forwarding_packet(const DAQ_PktHdr_t*); + SO_PUBLIC static bool forwarding_packet(const DAQ_PktHdr_t*); }; } #endif