/home/pvrabec/openscap/openscap-0.5.3/src/OVAL/oval_affected.c File Reference

Open Vulnerability and Assessment Language. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "oval_definitions_impl.h"
#include "oval_collection_impl.h"
#include "oval_parser_impl.h"
#include "oval_string_map_impl.h"

Data Structures

struct  oval_affected
 OVAL affected description. More...

Typedefs

typedef struct oval_affected oval_affected_t

Functions

int oval_affected_iterator_has_more (struct oval_affected_iterator *oc_affected)
struct oval_affectedoval_affected_iterator_next (struct oval_affected_iterator *oc_affected)
void oval_affected_iterator_free (struct oval_affected_iterator *oc_affected)
oval_affected_family_t oval_affected_get_family (struct oval_affected *affected)
struct oval_string_iterator * oval_affected_get_platform (struct oval_affected *affected)
struct oval_string_iterator * oval_affected_get_product (struct oval_affected *affected)
struct oval_affectedoval_affected_new ()
void oval_affected_free (struct oval_affected *affected)
void oval_affected_set_family (struct oval_affected *affected, oval_affected_family_t family)
void oval_affected_add_platform (struct oval_affected *affected, char *platform)
void oval_affected_add_product (struct oval_affected *affected, char *product)
oval_affected_family_t _odafamily (char *family)
const char * oval_affected_family_get_text (oval_affected_family_t family)
int _oval_affected_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, void *user)
int oval_affected_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, oval_affected_consumer consumer, void *user)
void oval_affected_to_print (struct oval_affected *affected, char *indent, int idx)

Variables

struct oscap_string_map OVAL_ODAFAMILY_MAP []

Detailed Description

Open Vulnerability and Assessment Language.

See more details at http://oval.mitre.org/


Variable Documentation

struct oscap_string_map OVAL_ODAFAMILY_MAP[]
Initial value:
 {
        { OVAL_AFCFML_CATOS,     "catos"     },
        { OVAL_AFCFML_IOS,       "ios"       },
        { OVAL_AFCFML_MACOS,     "macos"     },
        { OVAL_AFCFML_PIXOS,     "pixos"     },
        { OVAL_AFCFML_UNDEFINED, "undefined" },
        { OVAL_AFCFML_UNIX,      "unix"      },
        { OVAL_AFCFML_WINDOWS,   "windows"   },
        { OVAL_CLASS_UNKNOWN, NULL }
}

Generated on 29 Sep 2009 for Open SCAP Library by  doxygen 1.6.1