Bug #458 ยป 0001-bug-458-unittest-that-uses-clamav-FPing-payload-disa.patch
| src/app-layer-dcerpc.c | ||
|---|---|---|
|
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[] = {
|
||
| ... | ... | |
|
end:
|
||
|
StreamTcpFreeConfig(TRUE);
|
||
|
return result;
|
||
|
#endif
|
||
|
return 1;
|
||
|
}
|
||
|
/**
|
||