#include <string.h>
#include <arpa/inet.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
#include <ulogd/ulogd.h>
#include <ulogd/printflow.h>
Macros | |
#define | pp_pri(type) PRI##type |
#define | pp_print_u(buf_cur, label, res, x, type) |
Functions | |
int | printflow_print (struct ulogd_key *res, char *buf) |
Variables | |
struct ulogd_key | printflow_keys [FLOW_IDS] |
int | printflow_keys_num = sizeof(printflow_keys)/sizeof(*printflow_keys) |
Referenced by printflow_print().
enum printflow_fields |
References buf, pp_is_valid, pp_print_u, PRINTFLOW_EVENT_TYPE, PRINTFLOW_ICMP_CODE, PRINTFLOW_ICMP_TYPE, PRINTFLOW_ORIG_IP_DADDR, PRINTFLOW_ORIG_IP_PROTOCOL, PRINTFLOW_ORIG_IP_SADDR, PRINTFLOW_ORIG_L4_DPORT, PRINTFLOW_ORIG_L4_SPORT, PRINTFLOW_ORIG_RAW_PKTCOUNT, PRINTFLOW_ORIG_RAW_PKTLEN, PRINTFLOW_REPLY_IP_DADDR, PRINTFLOW_REPLY_IP_PROTOCOL, PRINTFLOW_REPLY_IP_SADDR, PRINTFLOW_REPLY_L4_DPORT, PRINTFLOW_REPLY_L4_SPORT, PRINTFLOW_REPLY_RAW_PKTCOUNT, PRINTFLOW_REPLY_RAW_PKTLEN, and u8.
int printflow_keys_num = sizeof(printflow_keys)/sizeof(*printflow_keys) |