bug #458 - unittest that uses clamav FPing payload disabled for now. Needs to be rewritten though with new payloads

remotes/origin/master
Anoop Saldanha 13 years ago committed by Victor Julien
parent 3df573219b
commit 1f5469fa5a

@ -2662,7 +2662,14 @@ end:
return result; return result;
} }
/**
* \todo Needs to be rewritten
*/
int DCERPCParserTest04(void) { 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; int result = 1;
Flow f; Flow f;
uint8_t bind[] = { uint8_t bind[] = {
@ -4006,6 +4013,8 @@ int DCERPCParserTest04(void) {
end: end:
StreamTcpFreeConfig(TRUE); StreamTcpFreeConfig(TRUE);
return result; return result;
#endif
return 1;
} }
/** /**

Loading…
Cancel
Save