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