Home
last modified time | relevance | path

Searched refs:alproto_otherdir (Results 1 – 1 of 1) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dapp-layer.c305 AppProto *alproto_otherdir; in TCPProtoDetect() local
310 alproto_otherdir = &f->alproto_tc; in TCPProtoDetect()
313 alproto_otherdir = &f->alproto_ts; in TCPProtoDetect()
337 if (*alproto_otherdir != ALPROTO_UNKNOWN && *alproto_otherdir != *alproto) { in TCPProtoDetect()
343 f->alproto = *alproto_otherdir; in TCPProtoDetect()
350 f->alproto = *alproto_otherdir; in TCPProtoDetect()
377 if (*alproto_otherdir != ALPROTO_UNKNOWN) { in TCPProtoDetect()
493 if (*alproto_otherdir != ALPROTO_UNKNOWN) { in TCPProtoDetect()
529 if (*alproto_otherdir != ALPROTO_FAILED) { in TCPProtoDetect()
544 *alproto = *alproto_otherdir; in TCPProtoDetect()
[all …]