]> The Tcpdump Group git mirrors - tcpdump/commit
Don't print "bad length" for fragmented UDP packets
authorMartin Buck <[email protected]>
Tue, 16 May 2017 09:18:13 +0000 (11:18 +0200)
committerMartin Buck <[email protected]>
Tue, 16 May 2017 09:18:13 +0000 (11:18 +0200)
commit8bf3f34b563bf6e7fbfc03873b20703c47612ea9
treedcd4b50a0f8df2a6bc2f363890a8c8d2e4fe8118
parent53cba911864fe6b839d38e61a88c7a42d815cacb
Don't print "bad length" for fragmented UDP packets

In case of fragmentation, it's perfectly OK for the total UDP length to be
larger than the length of the first packet, so don't raise a false alert.

Signed-off-by: Martin Buck <[email protected]>
print-udp.c