CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/03/22 11:31:18
Modified files: usr.sbin/tcpdump: print-ospf.c Log message: Don't be to strict when checking the length of an ospf packet. Allow for padding bytes in the IP packet (length > ntohs(op->ospf_len)) but report both length in that case. OK sthen@, deraadt@