suricata
|
#include "flow-storage.h"
Go to the source code of this file.
Functions | |
void | AppLayerExpectationSetup (void) |
int | AppLayerExpectationCreate (Flow *f, int direction, Port src, Port dst, AppProto alproto, void *data) |
AppProto | AppLayerExpectationHandle (Flow *f, uint8_t flags) |
FlowStorageId | AppLayerExpectationGetFlowId (void) |
void | AppLayerExpectationClean (Flow *f) |
uint64_t | ExpectationGetCounter (void) |
Definition in file app-layer-expectation.h.