/libbtbb/python/pcaptools/ |
H A D | btaptap | 444 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 D | packet-btbb.c | 283 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 D | COPYING | 317 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 D | packet-btbb.c | 282 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 D | COPYING | 317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 319 under certain conditions; type `show c' for details.
|
/libbtbb/tests/ |
H A D | test_header.c | 96 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 D | packet-btle.c | 282 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 D | COPYING | 317 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 D | packet-btbredr.c | 312 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 D | COPYING | 317 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 D | bluetooth_le_packet.c | 400 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 D | packet-btbredr.c | 313 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 D | COPYING | 317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 319 under certain conditions; type `show c' for details.
|
/libbtbb/ |
H A D | LICENSE | 316 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 D | COPYING | 317 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 D | COPYING | 317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 319 under certain conditions; type `show c' for details.
|