*/
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.85 2003-12-29 09:19:38 hannes Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.86 2003-12-29 09:29:29 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
if (!xflag && !qflag)
default_print(p, caplen);
- } else { /* handle the case where we know the ethertype but do not have a printer for it */
- printf("%s, length %u",
- tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ether_type),
- length);
- }
+ }
}
/*
return (1);
case ETHERTYPE_LOOPBACK:
- return (1);
+ return (0);
case ETHERTYPE_MPLS:
case ETHERTYPE_MPLS_MULTI: