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

_NAFilter Struct Reference

A rangelist-based filter for NAF raw and aggregate flows. More...

#include <filter.h>


Data Fields

GArray * binrl
 Time rangelist (epoch seconds).
gboolean sipnot
 Set to TRUE to invert the range for source IPs.
GArray * siprl
 Source IP rangelist.
gboolean dipnot
 Set to TRUE to invert the range for destination IPs.
GArray * diprl
 Destination IP rangelist.
gboolean spnot
 Set to TRUE to invert the range for source ports.
GArray * sprl
 Source port rangelist.
gboolean dpnot
 Set to TRUE to invert the range for destination ports.
GArray * dprl
 Destination port rangelist.
gboolean protonot
 Set to TRUE to invert the range for protocols.
GArray * protorl
 Protocol rangelist.
GArray * florl
 Forward active flow count rangelist.
GArray * rflorl
 Reverse active flow count rangelist.
GArray * pktrl
 Forward packet count rangelist.
GArray * rpktrl
 Reverse packet count rangelist.
GArray * octrl
 Forward octet count rangelist.
GArray * roctrl
 Reverse octet count rangelist.

Detailed Description

A rangelist-based filter for NAF raw and aggregate flows.


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