suricata
|
Data Fields | |
SCTime_t | ts |
Port | sp |
Port | dp |
AppProto | alproto |
int | direction |
void * | orig_f |
void * | data |
Definition at line 73 of file app-layer-expectation.c.
AppProto Expectation_::alproto |
Definition at line 77 of file app-layer-expectation.c.
Referenced by AppLayerExpectationCreate().
void* Expectation_::data |
Definition at line 81 of file app-layer-expectation.c.
Referenced by AppLayerExpectationCreate().
int Expectation_::direction |
Definition at line 78 of file app-layer-expectation.c.
Referenced by AppLayerExpectationCreate().
Port Expectation_::dp |
Definition at line 76 of file app-layer-expectation.c.
Referenced by AppLayerExpectationCreate().
void* Expectation_::orig_f |
Definition at line 80 of file app-layer-expectation.c.
Referenced by AppLayerExpectationCreate().
Port Expectation_::sp |
Definition at line 75 of file app-layer-expectation.c.
Referenced by AppLayerExpectationCreate().
SCTime_t Expectation_::ts |
Definition at line 74 of file app-layer-expectation.c.
Referenced by AppLayerExpectationCreate().