Fix truncated packets
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).