/home/pvrabec/tmp/openscap/openscap-0.3.3/src/OVAL/oval_behavior.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_string_map_impl.h"
|
Data Structures |
struct | oval_behavior |
Typedefs |
typedef struct oval_behavior | oval_behavior_t |
Functions |
int | oval_iterator_behavior_has_more (struct oval_iterator_behavior *oc_behavior) |
struct oval_behavior * | oval_iterator_behavior_next (struct oval_iterator_behavior *oc_behavior) |
struct oval_value * | oval_behavior_value (struct oval_behavior *behavior) |
struct oval_iterator_string * | oval_behavior_attribute_keys (struct oval_behavior *behavior) |
char * | oval_behavior_value_for_key (struct oval_behavior *behavior, char *attributeKey) |
struct oval_behavior * | oval_behavior_new () |
void | oval_behavior_free (struct oval_behavior *behavior) |
void | set_oval_behavior_value_for_key (struct oval_behavior *behavior, struct oval_value *value, char *key) |
int | oval_behavior_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, oval_family_enum family, oval_behavior_consumer consumer, void *user) |
void | oval_behavior_to_print (struct oval_behavior *behavior, char *indent, int index) |
Variables |
char * | _oval_behavior_unix_fields [] |
Detailed Description
Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/
Variable Documentation
char* _oval_behavior_unix_fields[] |
Initial value:
{
"max_depth",
"recurse",
"recurse_direction",
"recurse_file ystem",
NULL
}