rfb: set app proto for signature keyword rfb.secresult

pull/5164/head
Philippe Antoine 5 years ago committed by Victor Julien
parent a58fdcd41d
commit abe3f6e6ef

@ -223,6 +223,9 @@ static int DetectRfbSecresultSetup (DetectEngineCtx *de_ctx, Signature *s, const
DetectRfbSecresultData *de = NULL;
SigMatch *sm = NULL;
if (DetectSignatureSetAppProto(s, ALPROTO_RFB) < 0)
return -1;
de = DetectRfbSecresultParse(rawstr);
if (de == NULL)
goto error;

Loading…
Cancel
Save