mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Interface tweaks for PktSrc, plus docs for PktSrc and PktDumper.
This commit is contained in:
parent
5f817513d0
commit
3e669daa05
15 changed files with 464 additions and 101 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
// sources (and therefore returning a Size() of zero).
|
||||
void Terminate() { RemoveAll(); }
|
||||
|
||||
PktSrc* OpenPktSrc(const std::string& path, const std::string& filter, bool is_live);
|
||||
PktSrc* OpenPktSrc(const std::string& path, bool is_live);
|
||||
PktDumper* OpenPktDumper(const std::string& path, bool append);
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue