From bff350fad76eb03fc395be33a7208b7b179406fb Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Thu, 26 Jan 2006 16:14:57 +0000 Subject: add support for instance-local and global sequence counters --- include/libnetfilter_log/libnetfilter_log.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libnetfilter_log/libnetfilter_log.h') diff --git a/include/libnetfilter_log/libnetfilter_log.h b/include/libnetfilter_log/libnetfilter_log.h index d0145f4..5615daf 100644 --- a/include/libnetfilter_log/libnetfilter_log.h +++ b/include/libnetfilter_log/libnetfilter_log.h @@ -38,6 +38,7 @@ extern int nflog_unbind_group(struct nflog_g_handle *gh); extern int nflog_set_mode(struct nflog_g_handle *gh, u_int8_t mode, unsigned int len); extern int nflog_set_timeout(struct nflog_g_handle *gh, u_int32_t timeout); +extern int nflog_set_flags(struct nflog_g_handle *gh, u_int16_t flags); extern int nflog_set_qthresh(struct nflog_g_handle *gh, u_int32_t qthresh); extern int nflog_set_nlbufsiz(struct nflog_g_handle *gh, u_int32_t nlbufsiz); @@ -57,5 +58,7 @@ extern struct nfulnl_msg_packet_hw *nflog_get_packet_hw(struct nflog_data *nfad) extern int nflog_get_payload(struct nflog_data *nfad, char **data); extern char *nflog_get_prefix(struct nflog_data *nfad); extern int nflog_get_uid(struct nflog_data *nfad, u_int32_t *uid); +extern int nflog_get_seq(struct nflog_data *nfad, u_int32_t *seq); +extern int nflog_get_seq_global(struct nflog_data *nfad, u_int32_t *seq); #endif /* __LIBNETFILTER_LOG_H */ -- cgit v1.2.3