Home
last modified time | relevance | path

Searched refs:type (Results 1 – 16 of 16) sorted by relevance

/libbtbb/python/pcaptools/
H A Dbtaptap444 type = (ord(btbbhdr[0]) & BTBBHDR_TYPE_MASK) >> BTBBHDR_TYPE_SHIFT
445 if type != BTBBHDR_TYPE_DM1:
467 type = ord(packet[0])
468 if type != HCI_TYPE_ACL_DATA:
/libbtbb/wireshark/plugins-legacy/btbb/
H A Dpacket-btbb.c283 guint8 type = 0xff; in dissect_btbb() local
299 type = (tvb_get_guint8(tvb, 6) >> 3) & 0x0f; in dissect_btbb()
300 info = val_to_str(type, packet_types, "Unknown type: 0x%x"); in dissect_btbb()
347 switch (type) { in dissect_btbb()
H A DCOPYING317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
319 under certain conditions; type `show c' for details.
/libbtbb/wireshark/plugins/btbb/
H A Dpacket-btbb.c282 guint8 type = 0xff; in dissect_btbb() local
298 type = (tvb_get_guint8(tvb, 6) >> 3) & 0x0f; in dissect_btbb()
299 info = val_to_str(type, packet_types, "Unknown type: 0x%x"); in dissect_btbb()
346 switch (type) { in dissect_btbb()
H A DCOPYING317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
319 under certain conditions; type `show c' for details.
/libbtbb/tests/
H A Dtest_header.c96 gen_packet_header(uint8_t lt_addr, uint8_t type, uint8_t flow, uint8_t arqn, uint8_t seqn) in test_gen_packet_header()
/libbtbb/wireshark/plugins-legacy/btle/
H A Dpacket-btle.c282 guint8 type, length; in dissect_btle() local
308 type = tvb_get_guint8(tvb, 4) & 0xf; in dissect_btle()
335 if (type <= 0x6) { in dissect_btle()
336 col_set_str(pinfo->cinfo, COL_INFO, packet_types[type].strptr); in dissect_btle()
343 switch (type) { in dissect_btle()
H A DCOPYING317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
319 under certain conditions; type `show c' for details.
/libbtbb/wireshark/plugins/btbredr/
H A Dpacket-btbredr.c312 guint8 type = 0xff; in dissect_btbredr() local
328 type = (tvb_get_guint8(tvb, 16) >> 3) & 0x0f; in dissect_btbredr()
329 info = val_to_str(type, packet_types, "Unknown type: 0x%x"); in dissect_btbredr()
391 switch (type) { in dissect_btbredr()
H A DCOPYING317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
319 under certain conditions; type `show c' for details.
/libbtbb/lib/src/
H A Dbluetooth_le_packet.c400 uint8_t type; in _dump_scan_rsp_data() local
415 type = buf[pos]; in _dump_scan_rsp_data()
416 printf(" Type %02x", type); in _dump_scan_rsp_data()
417 switch (type) { in _dump_scan_rsp_data()
/libbtbb/wireshark/plugins-legacy/btbredr/
H A Dpacket-btbredr.c313 guint8 type = 0xff; in dissect_btbredr() local
329 type = (tvb_get_guint8(tvb, 16) >> 3) & 0x0f; in dissect_btbredr()
330 info = val_to_str(type, packet_types, "Unknown type: 0x%x"); in dissect_btbredr()
392 switch (type) { in dissect_btbredr()
H A DCOPYING317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
319 under certain conditions; type `show c' for details.
/libbtbb/
H A DLICENSE316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318 under certain conditions; type `show c' for details.
/libbtbb/wireshark/plugins-legacy/btsm/
H A DCOPYING317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
319 under certain conditions; type `show c' for details.
/libbtbb/wireshark/plugins-legacy/btatt/
H A DCOPYING317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
319 under certain conditions; type `show c' for details.