|
|
@ -1033,7 +1033,8 @@ static int DetectLuaSetup (DetectEngineCtx *de_ctx, Signature *s, char *str)
|
|
|
|
SigMatchAppendSMToList(s, sm, list);
|
|
|
|
SigMatchAppendSMToList(s, sm, list);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else if (lua->alproto == ALPROTO_TLS) {
|
|
|
|
} else if (lua->alproto == ALPROTO_TLS) {
|
|
|
|
SigMatchAppendSMToList(s, sm, DETECT_SM_LIST_AMATCH);
|
|
|
|
int list = DetectBufferTypeGetByName("tls_generic");
|
|
|
|
|
|
|
|
SigMatchAppendSMToList(s, sm, list);
|
|
|
|
} else if (lua->alproto == ALPROTO_SSH) {
|
|
|
|
} else if (lua->alproto == ALPROTO_SSH) {
|
|
|
|
SigMatchAppendSMToList(s, sm, DETECT_SM_LIST_AMATCH);
|
|
|
|
SigMatchAppendSMToList(s, sm, DETECT_SM_LIST_AMATCH);
|
|
|
|
} else if (lua->alproto == ALPROTO_SMTP) {
|
|
|
|
} else if (lua->alproto == ALPROTO_SMTP) {
|
|
|
|