#include <yafcore.h>
Data Fields | |
| uint64_t | iaarray [10] |
| to calculate inter-packet delay | |
| uint32_t | pktsize [10] |
| to calculate distribution of packet payload size | |
| uint64_t | payoct |
| total amount of payload data | |
| yfTime_t | ltime |
| used to calculate interarrival time | |
| uint32_t | tcpurgct |
| Number of urgent packets. | |
| uint32_t | smallpktct |
| Number of packets with fewer than YAF_SMALL_PKT_BOUND bytes of data. | |
| uint32_t | nonemptypktct |
| total number of non empty pkts | |
| uint32_t | largepktct |
| Number of packets with more than YAF_LARGE_PKT_BOUND bytes of data. | |
| uint32_t | aitime |
| average interarrival time in milliseconds | |
| uint32_t | firstpktsize |
| payload length of first non-empty pkt | |
| uint32_t | maxpktsize |
| largest pkt size | |
yaf enhanced flow statistics