mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Removed ClamAV support.
This commit is contained in:
parent
049bda7078
commit
b0d78eab40
3 changed files with 0 additions and 58 deletions
|
@ -11,10 +11,6 @@
|
|||
#include <magic.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBCLAMAV
|
||||
#include <clamav.h>
|
||||
#endif
|
||||
|
||||
class File_Analyzer : public TCP_ApplicationAnalyzer {
|
||||
public:
|
||||
File_Analyzer(Connection* conn);
|
||||
|
@ -43,11 +39,6 @@ protected:
|
|||
static magic_t magic;
|
||||
static magic_t magic_mime;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBCLAMAV
|
||||
static void InitClamAV();
|
||||
static struct cl_node *clam_root;
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue