]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2633 in SNORT/snort3 from ~RDEMPSTE/snort3:export_forwarding_pack...
authorMichael Altizer (mialtize) <mialtize@cisco.com>
Mon, 23 Nov 2020 17:56:47 +0000 (17:56 +0000)
committerMichael Altizer (mialtize) <mialtize@cisco.com>
Mon, 23 Nov 2020 17:56:47 +0000 (17:56 +0000)
Squashed commit of the following:

commit 3bdb73fff9ce36714c447ac5755c969287a75462
Author: Ron Dempster (rdempste) <rdempste@cisco.com>
Date:   Wed Nov 18 14:57:13 2020 -0500

    packet_io: export forwarding_packet function

src/packet_io/sfdaq.h

index d76bd09966518861917139ed76aeb6c0d3225e05..61ba89287b25cc5825cb15da61cc32ac484d4622 100644 (file)
@@ -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