|
suricata
|
#include "suricata-common.h"

Go to the source code of this file.
Functions | |
| int | ActionInitConfig (void) |
| Load the action order from config. If none is provided, it will be default to ACTION_PASS, ACTION_DROP, ACTION_REJECT, ACTION_ALERT (pass has the highest prio) More... | |
| uint8_t | ActionOrderVal (uint8_t) |
| Return the priority associated to an action (to order sigs as specified at config) action_order_sigs has this priority by index val so action_order_sigs[0] has to be inspected first. This function is called from detect-engine-sigorder. More... | |
| void | UtilActionRegisterTests (void) |
Definition in file util-action.h.
| int ActionInitConfig | ( | void | ) |
Load the action order from config. If none is provided, it will be default to ACTION_PASS, ACTION_DROP, ACTION_REJECT, ACTION_ALERT (pass has the highest prio)
| 0 | on success; -1 on fatal error; |
Definition at line 105 of file util-action.c.
References next, SCConfGetNode(), SCLogDebug, TAILQ_FOREACH, and SCConfNode_::val.

| uint8_t ActionOrderVal | ( | uint8_t | action | ) |
Return the priority associated to an action (to order sigs as specified at config) action_order_sigs has this priority by index val so action_order_sigs[0] has to be inspected first. This function is called from detect-engine-sigorder.
| action | can be one of ACTION_PASS, ACTION_DROP, ACTION_REJECT or ACTION_ALERT |
| uint8_t | the priority (order of this actions) |
Definition at line 53 of file util-action.c.
References ACTION_ALERT, ACTION_DROP, action_order_sigs, ACTION_PASS, ACTION_REJECT, and ACTION_REJECT_ANY.
| void UtilActionRegisterTests | ( | void | ) |
Definition at line 443 of file util-action.c.
References UtRegisterTest().
