#include "cpematch.h"
Functions | |
bool | cpe_name_match_dict (cpe_t *cpe, cpe_dict_t *dict) |
bool | cpe_name_match_dict_str (const char *cpestr, cpe_dict_t *dict) |
See more details at http://nvd.nist.gov/cpe.cfm
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 |