suricata
detect-iprep.h
Go to the documentation of this file.
1
/* Copyright (C) 2012 Open Information Security Foundation
2
*
3
* You can copy, redistribute or modify this Program under the terms of
4
* the GNU General Public License version 2 as published by the Free
5
* Software Foundation.
6
*
7
* This program is distributed in the hope that it will be useful,
8
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
* GNU General Public License for more details.
11
*
12
* You should have received a copy of the GNU General Public License
13
* version 2 along with this program; if not, write to the Free Software
14
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
15
* 02110-1301, USA.
16
*/
17
18
/**
19
* \file
20
*
21
* \author Victor Julien <victor@inliniac.net>
22
*/
23
24
#ifndef __DETECT_IPREP_H__
25
#define __DETECT_IPREP_H__
26
27
#define DETECT_IPREP_CMD_ANY 0
28
#define DETECT_IPREP_CMD_BOTH 1
29
#define DETECT_IPREP_CMD_SRC 2
30
#define DETECT_IPREP_CMD_DST 3
31
32
#define DETECT_IPREP_OP_LT 0
33
#define DETECT_IPREP_OP_GT 1
34
#define DETECT_IPREP_OP_EQ 2
35
36
typedef
struct
DetectIPRepData_
{
37
uint8_t
cmd
;
38
int8_t
cat
;
39
int8_t
op
;
40
uint8_t
val
;
41
}
DetectIPRepData
;
42
43
/* prototypes */
44
void
DetectIPRepRegister
(
void
);
45
46
#endif
/* __DETECT_IPREP_H__ */
DetectIPRepData_
Definition:
detect-iprep.h:36
DetectIPRepData
struct DetectIPRepData_ DetectIPRepData
DetectIPRepRegister
void DetectIPRepRegister(void)
Definition:
detect-iprep.c:64
DetectIPRepData_::op
int8_t op
Definition:
detect-iprep.h:39
DetectIPRepData_::val
uint8_t val
Definition:
detect-iprep.h:40
DetectIPRepData_::cat
int8_t cat
Definition:
detect-iprep.h:38
DetectIPRepData_::cmd
uint8_t cmd
Definition:
detect-iprep.h:37
src
detect-iprep.h
Generated on Fri Jun 24 2022 23:30:34 for suricata by
1.8.18