[OPTIMIZE]replace ipport plugin engine(ip_matcher -> ipport_matcher)
This commit is contained in:
@@ -19,6 +19,7 @@ extern "C"
|
||||
#define MAX_KEYWORDS_STR_LEN 1024
|
||||
#define MAX_MAAT_STAT_NUM 64
|
||||
#define MAX_NAME_STR_LEN 64
|
||||
#define MAX_IP_STR_LEN 64
|
||||
#define MAX_INSTANCE_NAME_LEN 15
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -57,6 +57,9 @@ extern "C"
|
||||
#define MAX_SCANNER_HIT_GROUP_NUM 4096
|
||||
#define MAX_SCANNER_HIT_ITEM_NUM 4096
|
||||
|
||||
#define IPV4 4
|
||||
#define IPV6 6
|
||||
|
||||
enum ip_format {
|
||||
IP_FORMAT_SINGLE = 1,
|
||||
IP_FORMAT_RANGE,
|
||||
|
||||
Reference in New Issue
Block a user