summaryrefslogtreecommitdiffstats
path: root/src/libnfnetlink.c
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-10-19 11:53:43 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-10-19 11:53:43 +0000
commit9afc0b6deead5a0192b1c7b5c9eff7949af56c59 (patch)
tree5bba01c1783e571fdb83b87a869300eece243383 /src/libnfnetlink.c
parentf6c7bd5ef9bb00816aeeb86b121398d40d2647ef (diff)
- 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)
Diffstat (limited to 'src/libnfnetlink.c')
-rw-r--r--src/libnfnetlink.c5
1 files changed, 5 insertions, 0 deletions
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 <pablo@netfilter.org>:
+ * Define structure nfnlhdr
+ * Added __be64_to_cpu function
+ * Use NFA_TYPE macro to get the attribute type
*/
#include <stdlib.h>