- tested encryption payload
This commit is contained in:
@@ -849,7 +849,7 @@ static status_t parse_payload(private_parser_t *this, payload_type_t payload_typ
|
||||
}
|
||||
case ENCRYPTED_DATA:
|
||||
{
|
||||
size_t data_length = payload_length - ENCRYPTION_PAYLOAD_HEADER_LENGTH ;
|
||||
size_t data_length = payload_length - ENCRYPTION_PAYLOAD_HEADER_LENGTH;
|
||||
if (this->parse_chunk(this, rule_number, output + rule->offset, data_length) != SUCCESS)
|
||||
{
|
||||
pld->destroy(pld);
|
||||
|
||||
Reference in New Issue
Block a user