NAF Core Library
libnaf 0.6.0 API documentation

_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: