+
+/* For DLT_IEEE802_15_4 and DLT_IEEE802_15_4_NOFCS */
+u_int
+ieee802_15_4_if_print(netdissect_options *ndo,
+ const struct pcap_pkthdr *h, const u_char *p)
+{
+ ndo->ndo_protocol = "802.15.4_if";
+ return ieee802_15_4_print(ndo, p, h->caplen);
+}