Home
last modified time | relevance | path

Searched refs:AppLayerProtoDetectConfProtoDetectionEnabled (Results 1 – 25 of 33) sorted by relevance

12

/dports/security/suricata/suricata-6.0.4/src/
H A Dapp-layer-http2.c60 if (AppLayerProtoDetectConfProtoDetectionEnabled("tcp", proto_name)) { in RegisterHTTP2Parsers()
H A Dapp-layer-dcerpc-udp.c136 if (AppLayerProtoDetectConfProtoDetectionEnabled("udp", proto_name)) { in RegisterDCERPCUDPParsers()
H A Dapp-layer-detect-proto.h160 int AppLayerProtoDetectConfProtoDetectionEnabled(const char *ipproto,
H A Dapp-layer-tftp.c188 if (AppLayerProtoDetectConfProtoDetectionEnabled("udp", proto_name)) { in RegisterTFTPParsers()
H A Dapp-layer-dcerpc.c164 if (AppLayerProtoDetectConfProtoDetectionEnabled("tcp", proto_name)) { in RegisterDCERPCParsers()
H A Dapp-layer-enip.c477 if (AppLayerProtoDetectConfProtoDetectionEnabled("udp", proto_name)) in RegisterENIPUDPParsers()
567 if (AppLayerProtoDetectConfProtoDetectionEnabled("tcp", proto_name)) in RegisterENIPTCPParsers()
H A Dapp-layer-nfs-udp.c239 if (AppLayerProtoDetectConfProtoDetectionEnabled("udp", proto_name)) { in RegisterNFSUDPParsers()
H A Dapp-layer-nfs-tcp.c269 if (AppLayerProtoDetectConfProtoDetectionEnabled("tcp", proto_name)) { in RegisterNFSTCPParsers()
H A Dapp-layer-template.c490 if (AppLayerProtoDetectConfProtoDetectionEnabled("tcp", proto_name)) { in RegisterTemplateParsers()
H A Dapp-layer-smb.c240 if (AppLayerProtoDetectConfProtoDetectionEnabled("tcp", proto_name)) { in RegisterSMBParsers()
H A Dapp-layer-ssh.c85 if (AppLayerProtoDetectConfProtoDetectionEnabled("tcp", proto_name)) { in RegisterSSHParsers()
/dports/security/suricata/suricata-6.0.4/rust/src/krb/
H A Dkrb5.rs664 if AppLayerProtoDetectConfProtoDetectionEnabled(ip_proto_str.as_ptr(), parser.name) != 0 { in rs_register_krb5_parser()
681 if AppLayerProtoDetectConfProtoDetectionEnabled(ip_proto_str.as_ptr(), parser.name) != 0 { in rs_register_krb5_parser()
/dports/security/suricata/suricata-6.0.4/rust/src/
H A Dapplayer.rs311 …pub fn AppLayerProtoDetectConfProtoDetectionEnabled(ipproto: *const c_char, proto: *const c_char) … in AppLayerProtoDetectConfProtoDetectionEnabled() function
/dports/security/suricata/suricata-6.0.4/rust/src/sip/
H A Dsip.rs400 if AppLayerProtoDetectConfProtoDetectionEnabled(ip_proto_str.as_ptr(), parser.name) != 0 { in rs_sip_register_parser()
/dports/security/suricata/suricata-6.0.4/rust/src/dhcp/
H A Ddhcp.rs445 if AppLayerProtoDetectConfProtoDetectionEnabled(ip_proto_str.as_ptr(), parser.name) != 0 { in rs_dhcp_register_parser()
/dports/security/suricata/suricata-6.0.4/rust/src/ntp/
H A Dntp.rs417 if AppLayerProtoDetectConfProtoDetectionEnabled(ip_proto_str.as_ptr(), parser.name) != 0 { in rs_register_ntp_parser()
/dports/security/suricata/suricata-6.0.4/rust/src/dns/
H A Ddns.rs1123 if AppLayerProtoDetectConfProtoDetectionEnabled(ip_proto_str.as_ptr(), parser.name) != 0 { in rs_dns_udp_register_parser()
1168 if AppLayerProtoDetectConfProtoDetectionEnabled(ip_proto_str.as_ptr(), parser.name) != 0 { in rs_dns_tcp_register_parser()
/dports/security/suricata/suricata-6.0.4/rust/src/applayertemplate/
H A Dtemplate.rs558 if AppLayerProtoDetectConfProtoDetectionEnabled( in rs_template_register_parser()
/dports/security/suricata/suricata-6.0.4/rust/src/rdp/
H A Drdp.rs510 if AppLayerProtoDetectConfProtoDetectionEnabled(ip_proto_str.as_ptr(), parser.name) != 0 { in rs_rdp_register_parser()
/dports/security/suricata/suricata-6.0.4/rust/src/snmp/
H A Dsnmp.rs594 if AppLayerProtoDetectConfProtoDetectionEnabled(ip_proto_str.as_ptr(), parser.name) != 0 { in rs_register_snmp_parser()
/dports/security/suricata/suricata-6.0.4/rust/src/ssh/
H A Dssh.rs574 if AppLayerProtoDetectConfProtoDetectionEnabled(ip_proto_str.as_ptr(), parser.name) != 0 { in rs_ssh_register_parser()
/dports/security/suricata/suricata-6.0.4/rust/src/ikev2/
H A Dikev2.rs705 if AppLayerProtoDetectConfProtoDetectionEnabled(ip_proto_str.as_ptr(), parser.name) != 0 { in rs_register_ikev2_parser()
/dports/security/suricata/suricata-6.0.4/rust/src/rfb/
H A Drfb.rs708 if AppLayerProtoDetectConfProtoDetectionEnabled( in rs_rfb_register_parser()
/dports/security/suricata/suricata-6.0.4/rust/src/mqtt/
H A Dmqtt.rs837 if AppLayerProtoDetectConfProtoDetectionEnabled(ip_proto_str.as_ptr(), parser.name) != 0 { in rs_mqtt_register_parser()
/dports/security/suricata/suricata-6.0.4/rust/src/http2/
H A Dhttp2.rs1252 if AppLayerProtoDetectConfProtoDetectionEnabled(ip_proto_str.as_ptr(), parser.name) != 0 { in rs_http2_register_parser()

12