A YAF uniflow value. More...
#include <yafcore.h>
Data Fields | |
| uint64_t | oct |
| Octet count. | |
| uint64_t | pkt |
| Packet count. | |
| uint32_t | paylen |
| Payload length. | |
| uint8_t * | payload |
| Captured payload buffer. | |
| size_t * | paybounds |
| Offsets into the payload on packet boundaries. | |
| uint32_t | isn |
| Initial TCP sequence number. | |
| uint16_t | first_pkt_size |
| First Packet Size - to determine whether to turn on fixed size flag. | |
| uint16_t | attributes |
| flowAttributes | |
| uint8_t | iflags |
| Initial TCP flags. | |
| uint8_t | uflags |
| Union of remaining TCP flags. | |
| yfFlowStats_t | stats |
| yaf flow statistics | |
A YAF uniflow value.
Contains directional packet header fields and counters; two of these are used to build a biflow.