mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
The ASCII writer can now deal with /dev/* paths.
It will not longer try to add a ".log" extension.
This commit is contained in:
parent
4b7c5905f1
commit
26eab74ecc
5 changed files with 49 additions and 2 deletions
|
@ -23,6 +23,8 @@ protected:
|
|||
virtual void DoFinish();
|
||||
|
||||
private:
|
||||
bool IsSpecial(string path) { return path.find("/dev/") == 0; }
|
||||
|
||||
FILE* file;
|
||||
string fname;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue