debian man page for auparse_interpret_field

Query: auparse_interpret_field

OS: debian

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_add_interpreted_item(3) - debian
ausearch_add_regex(3) - debian
auparse_get_timestamp(3) - centos
ausearch_add_regex(3) - suse
ausearch-expression(5) - suse
Similar Topics in the Unix Linux Community
Introduction
Detecting unused variables...
Weird 'find' results
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph