plugin.cpp (tcpflow-1.5.0) | : | plugin.cpp (tcpflow-1.6.1) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
#ifdef HAVE_ERR_H | #ifdef HAVE_ERR_H | |||
#include <err.h> | #include <err.h> | |||
#endif | #endif | |||
#ifdef HAVE_DLFCN_H | #ifdef HAVE_DLFCN_H | |||
#include <dlfcn.h> | #include <dlfcn.h> | |||
#endif | #endif | |||
#include "bulk_extractor_i.h" | #include "bulk_extractor_i.h" | |||
#include "aftimer.h" | #include "aftimer.h" | |||
#include "../dfxml/src/hash_t.h" | #include "dfxml/src/hash_t.h" | |||
uint32_t scanner_def::max_depth = 7; // max recursion depth | uint32_t scanner_def::max_depth = 7; // max recursion depth | |||
uint32_t scanner_def::max_ngram = 10; // max recursion depth | uint32_t scanner_def::max_ngram = 10; // max recursion depth | |||
static int debug; // local debug variable | static int debug; // local debug variable | |||
static uint32_t max_depth_seen=0; | static uint32_t max_depth_seen=0; | |||
static cppmutex max_depth_seenM; | static cppmutex max_depth_seenM; | |||
bool be13::plugin::dup_data_alerts = false; // by default, is disabled | bool be13::plugin::dup_data_alerts = false; // by default, is disabled | |||
uint64_t be13::plugin::dup_data_encountered = 0; // amount that was not processe d | uint64_t be13::plugin::dup_data_encountered = 0; // amount that was not processe d | |||
class scanner_command { | class scanner_command { | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |