From: Anoop Saldanha Date: Thu, 7 Jun 2012 20:34:15 +0000 (+0530) Subject: bug #458 - unittest that uses clamav FPing payload disabled for now. Needs to be... X-Git-Tag: suricata-1.3beta2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f5469fa5aea6ed17927cd59c1b6694a88d69d00;p=thirdparty%2Fsuricata.git bug #458 - unittest that uses clamav FPing payload disabled for now. Needs to be rewritten though with new payloads --- diff --git a/src/app-layer-dcerpc.c b/src/app-layer-dcerpc.c index ddd8bc4014..7cfe6becc3 100644 --- a/src/app-layer-dcerpc.c +++ b/src/app-layer-dcerpc.c @@ -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; } /**