From 9afc0b6deead5a0192b1c7b5c9eff7949af56c59 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: Wed, 19 Oct 2005 11:53:43 +0000 Subject: - define structure nfnlhdr in libnfnetlink.h - fix a problem with the attributes types. We have to use NFA_TYPE instead of reading from nfa->nfa_type now that your patch to see the highest bit of nfa_type has been pushed forward. - Implement __be_to_cpu64. I haven't found any implementation available at the moment. (Pablo Neira) --- src/libnfnetlink.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/libnfnetlink.c b/src/libnfnetlink.c index 53f0bcc..2ddbc35 100644 --- a/src/libnfnetlink.c +++ b/src/libnfnetlink.c @@ -7,6 +7,11 @@ * * this software may be used and distributed according to the terms * of the gnu general public license, incorporated herein by reference. + * + * 2005-09-14 Pablo Neira Ayuso : + * Define structure nfnlhdr + * Added __be64_to_cpu function + * Use NFA_TYPE macro to get the attribute type */ #include -- cgit v1.2.3