/* \summary: Ethernet printer */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#include "netdissect-stdinc.h"
* Fail if we don't have enough data for the Hilscher pseudo-header.
*/
ndo->ndo_protocol = "netanalyzer";
- ND_TCHECK_LEN(p, 4);
+ ND_TCHECK_4(p);
/* Skip the pseudo-header. */
ndo->ndo_ll_hdr_len += 4;