|
|
|
@ -129,6 +129,14 @@ void DetectFilenameRegister(void)
|
|
|
|
ALPROTO_SMB, SIG_FLAG_TOCLIENT, 0,
|
|
|
|
ALPROTO_SMB, SIG_FLAG_TOCLIENT, 0,
|
|
|
|
DetectFileInspectGeneric);
|
|
|
|
DetectFileInspectGeneric);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//this is used by filestore
|
|
|
|
|
|
|
|
DetectAppLayerInspectEngineRegister("files",
|
|
|
|
|
|
|
|
ALPROTO_HTTP2, SIG_FLAG_TOSERVER, HTTP2StateDataClient,
|
|
|
|
|
|
|
|
DetectFileInspectGeneric);
|
|
|
|
|
|
|
|
DetectAppLayerInspectEngineRegister("files",
|
|
|
|
|
|
|
|
ALPROTO_HTTP2, SIG_FLAG_TOCLIENT, HTTP2StateDataServer,
|
|
|
|
|
|
|
|
DetectFileInspectGeneric);
|
|
|
|
|
|
|
|
|
|
|
|
g_file_match_list_id = DetectBufferTypeGetByName("files");
|
|
|
|
g_file_match_list_id = DetectBufferTypeGetByName("files");
|
|
|
|
|
|
|
|
|
|
|
|
AppProto protos_ts[] = {
|
|
|
|
AppProto protos_ts[] = {
|
|
|
|
|