suricata
SCSigOrderFunc_ Struct Reference

Structure holding the signature ordering function used by the signature ordering module. More...

Collaboration diagram for SCSigOrderFunc_:

Data Fields

int(* SWCompare )(SCSigSignatureWrapper *sw1, SCSigSignatureWrapper *sw2)
 
struct SCSigOrderFunc_next
 

Detailed Description

Structure holding the signature ordering function used by the signature ordering module.

Definition at line 101 of file detect-engine-sigorder.c.

Field Documentation

◆ next

struct SCSigOrderFunc_* SCSigOrderFunc_::next

Definition at line 105 of file detect-engine-sigorder.c.

Referenced by SCSigSignatureOrderingModuleCleanup().

◆ SWCompare

int(* SCSigOrderFunc_::SWCompare) (SCSigSignatureWrapper *sw1, SCSigSignatureWrapper *sw2)

Definition at line 103 of file detect-engine-sigorder.c.


The documentation for this struct was generated from the following file: