- u_int caplen = h->caplen;
- u_int length = h->len;
-
- ++infodelay;
- ts_print(&h->ts);
-
- fddi_print(p, length, caplen);
-
- /*
- * If "-x" was specified, print stuff past the FDDI header,
- * if there's anything to print.
- */
- if (xflag && caplen > FDDI_HDRLEN)
- default_print(p + FDDI_HDRLEN, caplen - FDDI_HDRLEN);
-
- putchar('\n');