1AUPARSE_GET_FIELD_TYPE(3) Linux Audit API AUPARSE_GET_FIELD_TYPE(3)
2
3
4
6 auparse_get_field_type - get current field's data type
7
9 #include <auparse.h>
10
11 int auparse_get_field_type(auparse_state_t *au);
12
13
15 auparse_get_field_type returns a value from the auparse_type_t enum
16 that describes the kind of data in the current field of the current
17 record in the current event.
18
19
21 Returns AUPARSE_TYPE_UNCLASSIFIED if the field's data type has no known
22 description or is an integer. Otherwise it returns another enum. Fields
23 with the type AUPARSE_TYPE_ESCAPED must be interpretted to access their
24 value since those field's raw value is encoded.
25
26
28 auparse_get_field_name(3).
29
30
32 Steve Grubb
33
34
35
36Red Hat Sept 2008 AUPARSE_GET_FIELD_TYPE(3)