proto_ipv4: don't trim length of pkt_buff
commitf335d9540cbe2f5ccdbf32894a26279382c18d6c
authorDaniel Borkmann <borkmann@iogearbox.net>
Wed, 16 May 2012 10:16:17 +0000 (16 12:16 +0200)
committerDaniel Borkmann <borkmann@iogearbox.net>
Wed, 16 May 2012 10:16:17 +0000 (16 12:16 +0200)
tree0fe626f2ea404fce050a3a7ae3d4f702cf82fe26
parentd1ad07851e053c5093096bb19556d08ad7c00428
proto_ipv4: don't trim length of pkt_buff

There could still be other data that will not be recognized at the end
of the packet.

Signed-off-by: Daniel Borkmann <borkmann@iogearbox.net>
src/proto_ipv4.c