Remove deprecated functions/events

This commit removed functions/events that have been deprecated in Bro
2.6. It also removes the detection code that checks if the old
communication framework is used (since all the functions that are
checked were removed).

Addresses parts of GH-243
This commit is contained in:
Johanna Amann 2019-05-02 12:06:39 -07:00
parent 375b151a4b
commit 5d44735209
33 changed files with 82 additions and 1312 deletions

View file

@ -83,8 +83,6 @@ extern iosource::PktDumper* pkt_dumper; // where to save packets
extern char* writefile;
extern int old_comm_usage_count;
// Script file we have already scanned (or are in the process of scanning).
// They are identified by inode number.
struct ScannedFile {