Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/service_plugins/
H A Dservice_rpc.c335 if (size < sizeof(ServiceRPCCall)) return SERVICE_NOT_COMPATIBLE; in validate_packet()
337 if (ntohl(call->header.type) != RPC_TYPE_CALL) return SERVICE_NOT_COMPATIBLE; in validate_packet()
338 if (ntohl(call->version) != 2) return SERVICE_NOT_COMPATIBLE; in validate_packet()
342 if (sizeof(ServiceRPCCall)+tmp > size) return SERVICE_NOT_COMPATIBLE; in validate_packet()
346 if (tmp+sizeof(ServiceRPCAuth) > (unsigned)(end-data)) return SERVICE_NOT_COMPATIBLE; in validate_packet()
348 if (rd->program >= 0x60000000) return SERVICE_NOT_COMPATIBLE; in validate_packet()
531 case SERVICE_NOT_COMPATIBLE: in rpc_validate()
539 return SERVICE_NOT_COMPATIBLE; in rpc_validate()
894 case SERVICE_NOT_COMPATIBLE: in rpc_tcp_validate()
902 return SERVICE_NOT_COMPATIBLE; in rpc_tcp_validate()
[all …]
H A Dservice_radius.c218 return SERVICE_NOT_COMPATIBLE; in radius_validate()
320 return SERVICE_NOT_COMPATIBLE; in radius_validate_accounting()
H A Dservice_lpr.c237 return SERVICE_NOT_COMPATIBLE; in lpr_validate()
H A Dservice_api.h45 SERVICE_NOT_COMPATIBLE = 12, enumerator
H A Dservice_bootp.c319 return SERVICE_NOT_COMPATIBLE; in bootp_validate()
H A Dservice_tftp.c355 return SERVICE_NOT_COMPATIBLE; in tftp_validate()
H A Dservice_rshell.c348 return SERVICE_NOT_COMPATIBLE; in rshell_validate()
H A Dservice_rexec.c339 return SERVICE_NOT_COMPATIBLE; in rexec_validate()
H A Dservice_ssh.c592 return SERVICE_NOT_COMPATIBLE; in ssh_validate()
H A Dservice_snmp.c561 return SERVICE_NOT_COMPATIBLE; in snmp_validate()
H A Dservice_netbios.c591 return SERVICE_NOT_COMPATIBLE; in nbns_validate()
H A Dservice_base.c2443 if (ret == SERVICE_NOT_COMPATIBLE) in AppIdDiscoverService()
2495 if (result == SERVICE_NOT_COMPATIBLE) in AppIdDiscoverService()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/detector_plugins/
H A Ddetector_dns.c539 return SERVICE_NOT_COMPATIBLE; in dns_udp_validate()
645 return SERVICE_NOT_COMPATIBLE; in dns_tcp_validate()
H A Ddetector_smtp.c1133 return SERVICE_NOT_COMPATIBLE; in smtp_svc_validate()