#include <stdlib.h>
#include "cpeuri.h"
#include "cpedict.h"
#include "cpelang.h"
Go to the source code of this file.
Functions | |
bool | cpe_name_match_dict (cpe_t *cpe, cpe_dict_t *dict) |
bool | cpe_name_match_dict_str (const char *cpe, 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 |