Files | |
file | cpematch.h |
Interface to Common Product Enumeration (CPE) matching facilities. | |
Functions | |
bool | cpe_name_match_dict (cpe_t *cpe, cpe_dict_t *dict) |
Verify wether given CPE is known according to specified dictionary. | |
bool | cpe_name_match_dict_str (const char *cpe, cpe_dict_t *dict) |
Verify if CPE given by string is known according to specified dictionary. |
bool cpe_name_match_dict | ( | cpe_t * | cpe, | |
cpe_dict_t * | dict | |||
) |
Verify wether given CPE is known according to specified dictionary.
cpe | CPE to verify | |
dict | used CPE dictionary |
bool cpe_name_match_dict_str | ( | const char * | cpe, | |
cpe_dict_t * | dict | |||
) |
Verify if CPE given by string is known according to specified dictionary.
cpe | CPE to verify | |
dict | used CPE dictionary |