suricata
|
Structure holding the signature ordering function used by the signature ordering module. More...
#include <detect-engine-sigorder.h>
Data Fields | |
int(* | SWCompare )(SCSigSignatureWrapper *sw1, SCSigSignatureWrapper *sw2) |
struct SCSigOrderFunc_ * | next |
Structure holding the signature ordering function used by the signature ordering module.
Definition at line 59 of file detect-engine-sigorder.h.
struct SCSigOrderFunc_* SCSigOrderFunc_::next |
Definition at line 63 of file detect-engine-sigorder.h.
Referenced by SCSigSignatureOrderingModuleCleanup().
int(* SCSigOrderFunc_::SWCompare) (SCSigSignatureWrapper *sw1, SCSigSignatureWrapper *sw2) |
Definition at line 61 of file detect-engine-sigorder.h.