#include <NetFlow.h>
Public Attributes | |
ipaddrtype | srcaddr |
ipaddrtype | dstaddr |
ipaddrtype | nexthop |
ushort | input |
ushort | output |
ulong | dPkts |
ulong | dOctets |
ulong | First |
ulong | Last |
ushort | srcport |
ushort | dstport |
uchar | pad1 |
uchar | tcp_flags |
uchar | prot |
uchar | tos |
ushort | dst_as |
ushort | src_as |
uchar | dst_mask |
uchar | src_mask |
ushort | pad2 |
|
Octets sent in Duration (milliseconds between 1st & last packet in this flow) |
|
Packets sent in Duration (milliseconds between 1st & last packet in this flow) |
|
dst peer/origin Autonomous System |
|
destination route's mask bits |
|
Destination IP Address |
|
TCP/UDP destination port number (.e.g, FTP, Telnet, etc.,or equivalent) |
|
SysUptime at start of flow |
|
Input interface index |
|
and of last packet of the flow |
|
Next hop router's IP Address |
|
Output interface index |
|
pad to word boundary |
|
pad to word boundary |
|
IP protocol, e.g., 6=TCP, 17=UDP, etc... |
|
source peer/origin Autonomous System |
|
source route's mask bits |
|
Source IP Address |
|
TCP/UDP source port number (.e.g, FTP, Telnet, etc.,or equivalent) |
|
Cumulative OR of tcp flags |
|
IP Type-of-Service |