CERT/CC
background
background
CERT NetSA Security Suite 
Open Source Tools for Network Monitoring 
News | Downloads | Documentation | Tooltips
SiLK 1.1.2 | YAF 1.0.0 | IPA 0.3.0 | fixbuf 0.8.0 | Portal 0.8.0 | RAVE 1.9.11
NAF Core Library
libnaf 0.6.0 API documentation

Main Page | Data Structures | File List | Data Fields | Globals

_NAFSorter Struct Reference

A sort context for sorting NAFlows. More...

#include <sort.h>


Data Fields

GMemChunk * chunk
 Flow storage memory chunk.
GPtrArray * array
 Flow array to sort.
uint32_t desc [NAF_SORT_FIELDCOUNT]
 Sort descriptor; array of NAF_FM_* bits describing order of fields.
uint32_t limit
 Limit of records to output per bin; 0 for unlimited.
gboolean defined
 Internal flag used to track whether the descriptor is valid.
gboolean active
 Internal flag used to track whether sorter is active.

Detailed Description

A sort context for sorting NAFlows.


Field Documentation

gboolean _NAFSorter::active
 

Internal flag used to track whether sorter is active.

If TRUE, array and chunk are valid.


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