Lines Matching +full:wire +full:- +full:config
22 #include <config.h>
24 #include "netdissect-stdinc.h"
44 * to the bluetooth header of the packet, 'h->ts' is the timestamp,
45 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
51 u_int length = h->len; in bt_if_print()
52 u_int caplen = h->caplen; in bt_if_print()
55 ndo->ndo_protocol = "bluetooth"; in bt_if_print()
58 ndo->ndo_ll_hdr_len += BT_HDRLEN; in bt_if_print()
59 caplen -= BT_HDRLEN; in bt_if_print()
60 length -= BT_HDRLEN; in bt_if_print()
62 if (ndo->ndo_eflag) in bt_if_print()
64 (GET_BE_U_4(hdr->direction)&0x1) ? "in" : "out"); in bt_if_print()
66 if (!ndo->ndo_suppress_default_print) in bt_if_print()