mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Move BroFile to zeek namespace, rename to File
This commit is contained in:
parent
bfab224d7c
commit
910aa77d95
29 changed files with 135 additions and 115 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
#include "Reassem.h"
|
||||
|
||||
class BroFile;
|
||||
namespace zeek { class File; }
|
||||
using BroFile [[deprecated("Remove in v4.1. Use zeek::File.")]] = zeek::File;
|
||||
|
||||
class Connection;
|
||||
|
||||
namespace file_analysis {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue