#include <NetFlow.h>
Public Member Functions | |
| NfData (unsigned long, unsigned long, unsigned int, time_t, time_t) | |
| ~NfData () | |
| void | add (unsigned long, unsigned long, time_t) |
| bool | isExpired (time_t) |
| unsigned int | getIfIn () |
| time_t | getStart () |
| time_t | getStop () |
| unsigned long | getOctets () |
| unsigned long | getPackets () |
|
||||||||||||||||||||||||
|
init short |
|
|
clear |
|
||||||||||||||||
|
add traffic to counter |
|
|
flow input ifindex |
|
|
octets counter value |
|
|
packets counter value |
|
|
flow start time |
|
|
flow stop time |
|
|
is this entry expired, and we need in write it? |
1.3.5