(svn r8000) -Codechange: drop UDP packets when their internal size does not match the received size. If that is the case, the packet was not received in one piece (or got somehow mangled with another packet), which will cause us to drop the packet later on because we are (for example) trying to read beyond the end of the packet.
/* $Id$ */
#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H
#include "../hal.h"
extern const HalVideoDriver _null_video_driver;
#endif