]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
disabel SCTP for now :(
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>
Sat, 7 Jan 2006 22:11:12 +0000 (22:11 +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>
Sat, 7 Jan 2006 22:11:12 +0000 (22:11 +0000)
output/ulogd_output_IPFIX.c

index 0e2a39d5a9634f6bf93ac0b19a83b91b72b518db..7d4ac84a93af59797220e5978f8dcb8e679b11d7 100644 (file)
 #include <sys/socket.h>
 #include <netdb.h>
 
+#ifdef IPPROTO_SCTP
+/* temporarily disable sctp until we know which headers to use */
+#undef IPPROTO_SCTP
+#endif
+
 #ifdef IPPROTO_SCTP
 typedef u_int32_t sctp_assoc_t;
 
@@ -103,7 +108,7 @@ struct ipfix_instance {
        unsigned int tmpl_len;
        char *tmpl_cur; /* cursor into current template position */
 
-       unsigned int total_length       /* total size of all data elements */
+       unsigned int total_length;      /* total size of all data elements */
 };
 
 /* Build the IPFIX template from the input keys */