- 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 packet data in hex.
- */
- if (xflag)
- default_print_packet(p, caplen, hdr_len);
-
- putchar('\n');
-
- --infodelay;
- if (infoprint)
- info(0);