mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
340 B
C
17 lines
340 B
C
16 years ago
|
/** Copyright (c) 2009 Open Information Security Foundation
|
||
|
*
|
||
|
* \author Breno Silva <breno.silva@gmail.com>
|
||
|
*/
|
||
|
|
||
|
#ifndef __ALERT_UNIFIED2_ALERT_H__
|
||
|
#define __ALERT_UNIFIED2_ALERT_H__
|
||
|
|
||
|
#define UNIFIED2_PACKET_FLAG 1
|
||
|
#define UNIFIED2_BLOCKED_FLAG 0x20
|
||
|
|
||
|
|
||
|
void TmModuleUnified2AlertRegister (void);
|
||
|
|
||
|
#endif /* __ALERT_UNIFIED2_ALERT_H__ */
|
||
|
|