]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
bug #458 - unittest that uses clamav FPing payload disabled for now. Needs to be...
authorAnoop Saldanha <poonaatsoc@gmail.com>
Thu, 7 Jun 2012 20:34:15 +0000 (02:04 +0530)
committerVictor Julien <victor@inliniac.net>
Fri, 8 Jun 2012 12:55:30 +0000 (14:55 +0200)
src/app-layer-dcerpc.c

index ddd8bc4014ad52a1d8e8ab53a7ec1c788f6025af..7cfe6becc39f53f353869e6f305452e704d3ec51 100644 (file)
@@ -2662,7 +2662,14 @@ end:
     return result;
 }
 
+/**
+ * \todo Needs to be rewritten
+ */
 int DCERPCParserTest04(void) {
+    /* AWS - Disabled this test since clamav FPs on the payloads used.
+     * We will have to rewrite this test with new payloads.  Will be done
+     * as a part of dcerpc update/fixes */
+#if 0
     int result = 1;
     Flow f;
     uint8_t bind[] = {
@@ -4006,6 +4013,8 @@ int DCERPCParserTest04(void) {
 end:
     StreamTcpFreeConfig(TRUE);
     return result;
+#endif
+    return 1;
 }
 
 /**