/home/pvrabec/openscap/openscap-0.5.6/src/CPE/public/cpelang.h File Reference

Interface to Common Platform Enumeration (CPE) Language. More...

#include <stdlib.h>
#include "cpeuri.h"
#include "oscap.h"

Go to the source code of this file.

Enumerations

enum  cpe_lang_oper_t {
  CPE_LANG_OPER_HALT = 0x00, CPE_LANG_OPER_AND = 0x01, CPE_LANG_OPER_OR = 0x02, CPE_LANG_OPER_MATCH = 0x04,
  CPE_LANG_OPER_MASK = 0xFF, CPE_LANG_OPER_NOT = 0x100, CPE_LANG_OPER_NAND = CPE_LANG_OPER_AND | CPE_LANG_OPER_NOT, CPE_LANG_OPER_NOR = CPE_LANG_OPER_OR | CPE_LANG_OPER_NOT
}
 

CPE language operators.

More...

Functions

Get functions

Functions for getting attributes from CVE model structures.

Return value is pointer to structure's member. Do not free unless you null the pointer in the structure. Use remove function otherwise.



struct cpe_platformcpe_lang_model_get_item (const struct cpe_lang_model *item, const char *key)

Detailed Description

Interface to Common Platform Enumeration (CPE) Language.

See more details at http://nvd.nist.gov/cpe.cfm


Generated on 4 Jan 2010 for Open SCAP Library by  doxygen 1.6.1