slhttpd: use the packet length from the IP header, not from the driver

The packet length indicated by the driver designates anything that
follows the L2 header (so it may include padding), which is different
from what may be found in the IP header for short packets. Thus only
use the IP header.
1 file changed