|
|
@ -1,4 +1,4 @@
|
|
|
|
/* Copyright (C) 2007-2010 Open Information Security Foundation
|
|
|
|
/* Copyright (C) 2007-2019 Open Information Security Foundation
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* You can copy, redistribute or modify this Program under the terms of
|
|
|
|
* You can copy, redistribute or modify this Program under the terms of
|
|
|
|
* the GNU General Public License version 2 as published by the Free
|
|
|
|
* the GNU General Public License version 2 as published by the Free
|
|
|
@ -29,6 +29,7 @@
|
|
|
|
#include "host.h"
|
|
|
|
#include "host.h"
|
|
|
|
|
|
|
|
|
|
|
|
#define SREP_MAX_CATS 60
|
|
|
|
#define SREP_MAX_CATS 60
|
|
|
|
|
|
|
|
#define SREP_MAX_VAL 127
|
|
|
|
|
|
|
|
|
|
|
|
typedef struct SRepCIDRTree_ {
|
|
|
|
typedef struct SRepCIDRTree_ {
|
|
|
|
SCRadixTree *srepIPV4_tree[SREP_MAX_CATS];
|
|
|
|
SCRadixTree *srepIPV4_tree[SREP_MAX_CATS];
|
|
|
|