#include <spp_ai.h>
Data Fields | |
struct pkt_key | key |
time_t | timestamp |
SFSnortPacket * | pkt |
struct pkt_info * | next |
BOOL | observed |
UT_hash_handle | hh |
Identifier of a packet in a stream
UT_hash_handle pkt_info::hh |
Make the struct 'hashable'
struct pkt_key pkt_info::key |
Key of the packet (src_ip, dst_port)
struct pkt_info* pkt_info::next |
Pointer to the next packet in the stream
Flag set if the packet is observed, i.e. associated to a security alert
SFSnortPacket* pkt_info::pkt |
Reference to SFSnortPacket containing packet's information
time_t pkt_info::timestamp |
Timestamp