Skip to content

Fix truncated packets

Ghost User requested to merge truncated into master

When the packet is truncated, allocate a large-enough buffer and add enough zeroes.

When we truncated the packet, the nf queue library refused to handle it. This way it doesn't complain (it previously complained and killed the thread).

Merge request reports