|
suricata
|
#include "decode.h"

Go to the source code of this file.
Functions | |
| void | DefragSetDefaultTimeout (int timeout) |
| void | DefragPolicyLoadFromConfig (void) |
| int | DefragPolicyGetHostTimeout (Packet *p) |
| void | DefragTreeDestroy (void) |
Definition in file defrag-config.h.
| int DefragPolicyGetHostTimeout | ( | Packet * | p | ) |
Definition at line 95 of file defrag-config.c.
| void DefragPolicyLoadFromConfig | ( | void | ) |
Definition at line 138 of file defrag-config.c.
References SCConfNode_::name, next, SCConfGetNode(), SCEnter, SCLogDebug, SCReturn, and TAILQ_FOREACH.
Referenced by DefragInit().


| void DefragSetDefaultTimeout | ( | int | timeout | ) |
Definition at line 132 of file defrag-config.c.
| void DefragTreeDestroy | ( | void | ) |
Definition at line 161 of file defrag-config.c.
References SCRadix4TreeRelease().
