CERT/CC
background
background
CERT NetSA Security Suite 
Open Source Tools for Network Monitoring 
News | Downloads | Documentation | Wiki | Tooltips
SiLK 2.1.0 | YAF 1.0.0.2 | IPA 0.4.0 | fixbuf 0.8.0 | Portal 0.9.0 | RAVE 1.9.16 | iSiLK 0.1.6
IPA - Documentation
Documentation | Downloads | Release Notes

IPAContext Struct Reference
[libipa]

IPA Context data structure. More...

List of all members.


Public Attributes

IPAContextState state
 Keeps state of context operations.
char * db_uri
 AirDBC URI of the IPA database.
uint64_t ds_id
 The ID of the current dataset.
AdbConnection * conn
 AirDBC connection object.
AdbStatement * stmt
 AirDBC statement object.
AdbResultSet * rs
 AirDBC result set object.
GString * sql
 Holds SQL strings as they're invoked.
IPACatalogType cat_type
 The type of the current IPA catalog.
uint8_t cat_width
 Width of catalog field on output.
uint8_t range_width
 Width of range field on output.
uint8_t label_width
 Width of label field on output.
uint8_t value_width
 Width of value field on output.
gboolean verbose
 Dump debug information.

Detailed Description

IPA Context data structure.

This represents a handle to an IPA data store.


The documentation for this struct was generated from the following file: