suricata
|
Structure holding the signature ordering function used by the signature ordering module. More...
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 101 of file detect-engine-sigorder.c.
struct SCSigOrderFunc_* SCSigOrderFunc_::next |
Definition at line 105 of file detect-engine-sigorder.c.
Referenced by SCSigSignatureOrderingModuleCleanup().
int(* SCSigOrderFunc_::SWCompare) (SCSigSignatureWrapper *sw1, SCSigSignatureWrapper *sw2) |
Definition at line 103 of file detect-engine-sigorder.c.