suricata
SCSigOrderFunc_ Struct Reference

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

#include <detect-engine-sigorder.h>

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 59 of file detect-engine-sigorder.h.

Field Documentation

◆ next

struct SCSigOrderFunc_* SCSigOrderFunc_::next

Definition at line 63 of file detect-engine-sigorder.h.

Referenced by SCSigSignatureOrderingModuleCleanup().

◆ SWCompare

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

Definition at line 61 of file detect-engine-sigorder.h.


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