suricata
DetectParseRegex Struct Reference

#include <detect-parse.h>

Collaboration diagram for DetectParseRegex:

Data Fields

pcre2_code * regex
 
pcre2_match_context * context
 
struct DetectParseRegexnext
 

Detailed Description

Definition at line 62 of file detect-parse.h.

Field Documentation

◆ context

pcre2_match_context* DetectParseRegex::context

Definition at line 64 of file detect-parse.h.

Referenced by DetectParseFreeRegex(), and DetectSetupParseRegexesOpts().

◆ next

struct DetectParseRegex* DetectParseRegex::next

Definition at line 65 of file detect-parse.h.

Referenced by DetectParseRegexAddToFreeList(), and DetectSetupPCRE2().

◆ regex

pcre2_code* DetectParseRegex::regex

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