auparse_interpret_field(3) centos man page | unix.com

Man Page: auparse_interpret_field

Operating Environment: centos

Section: 3

AUPARSE_INTERPRET_FIELD(3)					  Linux Audit API					AUPARSE_INTERPRET_FIELD(3)

NAME
auparse_interpret_field - get current field's value interpreted
SYNOPSIS
#include <auparse.h> const char *auparse_interpret_field(auparse_state_t *au);
DESCRIPTION
auparse_interpret_field allows access to the interpreted value in the current field of the current record in the current event. The returned value will be destroyed if you call this function again. If you need to interpret another field and keep this value, you will have to copy it for later use. Examples of things that could be interpreted are: uid, gid, syscall numbers, exit codes, file paths, socket addresses, permissions, modes, and capabilities. There are likely to be more in the future. If a value cannot be interpreted, its original value is returned.
RETURN VALUE
Returns NULL if there is an error otherwise a pointer to the interpreted value.
SEE ALSO
auparse_get_field_str(3).
AUTHOR
Steve Grubb Red Hat Feb 2007 AUPARSE_INTERPRET_FIELD(3)
Related Man Pages
ausearch_add_item(3) - debian
ausearch_add_interpreted_item(3) - debian
auparse_get_timestamp(3) - centos
ausearch_add_item(3) - centos
ausearch_add_item(3) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to increment version inside a file?
Tar Command
CentOS 6 ran out of space, need to reclaim it
Controlling user input