Skip to content

Commit

Permalink
add to src/detect-transform-luaxform.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucovsky committed Sep 20, 2024
1 parent 436f298 commit cbae137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/detect-transform-luaxform.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ static void TransformLuaxform(InspectionBuffer *buffer, void *options)
if (transformed_buffer != NULL && transformed_buffer_byte_count > 0)
InspectionBufferCopy(
buffer, (uint8_t *)transformed_buffer, transformed_buffer_byte_count);
SCLogDebug("transform returns %s", transformed_buffer_byte_count);
SCLogDebug("transform returns [nbytes %d] \"%s\"", transformed_buffer_byte_count,
transformed_buffer);
}
}

Expand Down

0 comments on commit cbae137

Please sign in to comment.