|
suricata
|
#include <detect.h>
Data Fields | ||
| enum SignatureHookType | type | |
| int | sm_list | |
| union { | ||
| struct { | ||
| AppProto alproto | ||
| int app_progress | ||
| } app | ||
| struct { | ||
| enum SignatureHookPkt ph | ||
| } pkt | ||
| } | t | |
| AppProto SignatureHook_::alproto |
Definition at line 576 of file detect.h.
Referenced by DetectEngineAppInspectionEngine2Signature().
| struct { ... } SignatureHook_::app |
Referenced by DetectEngineAppInspectionEngine2Signature().
| int SignatureHook_::app_progress |
progress value of the app-layer hook specified in the rule. Sets the app_proto specific progress value.
Definition at line 579 of file detect.h.
Referenced by DetectEngineAppInspectionEngine2Signature().
| enum SignatureHookPkt SignatureHook_::ph |
Definition at line 582 of file detect.h.
Referenced by SigPrepareStage2().
| struct { ... } SignatureHook_::pkt |
Referenced by SigPrepareStage2().
| int SignatureHook_::sm_list |
list id for the hook's generic list. e.g. for dns:request_complete:generic
Definition at line 573 of file detect.h.
Referenced by DetectEngineAppInspectionEngine2Signature().
| union { ... } SignatureHook_::t |
Referenced by DetectEngineAppInspectionEngine2Signature(), and SigPrepareStage2().
| enum SignatureHookType SignatureHook_::type |
Definition at line 572 of file detect.h.
Referenced by DetectEngineAppInspectionEngine2Signature(), SignatureIsIPOnly(), SignatureSetType(), and SigPrepareStage2().