- u_int length = h->len;
- u_int caplen = h->caplen;
-
- ts_print(&h->ts);
-
- /*
- * Some printers want to get back at the link level addresses,
- * and/or check that they're not walking off the end of the packet.
- * Rather than pass them all the way down, we set these globals.
- */
- packetp = p;
- snapend = p + caplen;
-
- if (eflag)
- printf("ip: ");
-
- ipN_print(p, length);