![]() |
PF_RING API
API documentation for PF_RING: high-speed packet capture, filtering and analysis framework.
|
Public Attributes | ||
| pfring_ft_pcap_pkthdr * | hdr | |
| pfring_ft_ext_pkthdr * | ext_hdr | |
| pfring_ft_direction | direction | |
| pfring_ft_action | action | |
| u_int16_t | vlan_id | |
| u_int8_t | ip_version | |
| u_int8_t | l4_proto | |
| u_int16_t | payload_len | |
| u_int16_t | reserved | |
| union { | ||
| pfring_ft_iphdr * ip4 | ||
| pfring_ft_ipv6hdr * ip6 | ||
| } | l3 | |
| union { | ||
| pfring_ft_tcphdr * tcp | ||
| pfring_ft_udphdr * udp | ||
| } | l4 | |
| const u_char * | payload | |