From: /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org Date: Sat, 7 Jan 2006 22:11:12 +0000 (+0000) Subject: disabel SCTP for now :( X-Git-Tag: ulogd-2.0.0beta2~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0dd130e2b8c1ce8d8dc28bd9a53f064be6bff88;p=thirdparty%2Fulogd2.git disabel SCTP for now :( --- diff --git a/output/ulogd_output_IPFIX.c b/output/ulogd_output_IPFIX.c index 0e2a39d..7d4ac84 100644 --- a/output/ulogd_output_IPFIX.c +++ b/output/ulogd_output_IPFIX.c @@ -38,6 +38,11 @@ #include #include +#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 */