![]() |
PF_RING API
API documentation for PF_RING: high-speed packet capture, filtering and analysis framework.
|
Public Attributes | ||
| u_int32_t | num_protocols | |
| struct { | ||
| pfring_ft_action * protocol_to_action | ||
| } | match | |
| struct { | ||
| u_int8_t default_npkts | ||
| u_int8_t tcp_npkts | ||
| u_int8_t udp_npkts | ||
| u_int8_t * protocol_to_npkts | ||
| } | shunt | |
| u_int8_t pfring_ft_flow_filter::default_npkts |
Default number of packets to forward
| u_int32_t pfring_ft_flow_filter::num_protocols |
Number of supported L7 protocols
| pfring_ft_action* pfring_ft_flow_filter::protocol_to_action |
Action per L7 protocol
| u_int8_t* pfring_ft_flow_filter::protocol_to_npkts |
Number of packets to forward per L7 protocol
| u_int8_t pfring_ft_flow_filter::tcp_npkts |
Number of packets to forward in case of TCP
| u_int8_t pfring_ft_flow_filter::udp_npkts |
Number of packets to forward in case of UDP