@@ -48,8 +48,8 @@
+
diff -uNr snort-2.9.2.2-clean/src/dynamic-preprocessors/ipv6/spp_ipv6.c snort-2.9.2.2/src/dynamic-preprocessors/ipv6/spp_ipv6.c
--- snort-2.9.2.2-clean/src/dynamic-preprocessors/ipv6/spp_ipv6.c 1970-01-01 01:00:00.000000000 +0100
-+++ snort-2.9.2.2/src/dynamic-preprocessors/ipv6/spp_ipv6.c 2012-05-12 23:15:05.164617596 +0200
-@@ -0,0 +1,664 @@
++++ snort-2.9.2.2/src/dynamic-preprocessors/ipv6/spp_ipv6.c 2012-05-12 23:29:49.717267317 +0200
+@@ -0,0 +1,665 @@
+/*
+ * spp_ipv6.c
+ *
@@ -108,6 +108,7 @@
+#else
+const char *PREPROC_NAME = "SF_IPV6";
+#endif
++#define IPv6_Preproc_Setup DYNAMIC_PREPROC_SETUP
+
+/**
+ * Register init functions when library is loaded.
|