Move BroFile to zeek namespace, rename to File

This commit is contained in:
Tim Wojtulewicz 2020-07-20 12:10:58 -07:00
parent bfab224d7c
commit 910aa77d95
29 changed files with 135 additions and 115 deletions

View file

@ -16,7 +16,7 @@
#define DEFAULT_SIZE 128
#define SLOP 10
ODesc::ODesc(desc_type t, BroFile* arg_f)
ODesc::ODesc(desc_type t, zeek::File* arg_f)
{
type = t;
style = STANDARD_STYLE;