suse man page for auparse_interpret_field

Query: auparse_interpret_field

OS: suse

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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-expression(5) - centos
ausearch_add_regex(3) - debian
auparse_get_timestamp(3) - centos
ausearch_add_item(3) - centos
ausearch_add_item(3) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Update kernel Linux without reboot?!
A (ksh) Library For and From UNIX.com
Shopt -s histappend
32 bit process addressing more than 4GB