mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Revert final keywords for PcapSource and reader/writer backends
This commit is contained in:
parent
485d9d5458
commit
06bb478552
10 changed files with 10 additions and 10 deletions
|
@ -13,7 +13,7 @@ extern "C" {
|
|||
namespace iosource {
|
||||
namespace pcap {
|
||||
|
||||
class PcapSource final : public iosource::PktSrc {
|
||||
class PcapSource : public iosource::PktSrc {
|
||||
public:
|
||||
PcapSource(const std::string& path, bool is_live);
|
||||
~PcapSource() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue