- /*
- * If "-x" was specified, print stuff past the Ethernet header,
- * if there's anything to print.
- */
- if (xflag && caplen > ETHER_HDRLEN)
- default_print(p + ETHER_HDRLEN, caplen - ETHER_HDRLEN);
-
- putchar('\n');
-
- --infodelay;
- if (infoprint)
- info(0);