Home
last modified time | relevance | path

Searched refs:btl2cap_handle (Results 1 – 5 of 5) sorted by relevance

/libbtbb/wireshark/plugins-legacy/btbb/
H A Dpacket-btbb.c141 static dissector_handle_t btl2cap_handle = NULL; variable
254 } else if (llid == 2 && btl2cap_handle) { in dissect_dm1()
261 call_dissector(btl2cap_handle, pld_tvb, pinfo, dm1_tree); in dissect_dm1()
579 btl2cap_handle = find_dissector("btl2cap"); in proto_reg_handoff_btbb()
/libbtbb/wireshark/plugins/btbb/
H A Dpacket-btbb.c141 static dissector_handle_t btl2cap_handle = NULL; variable
254 } else if (llid == 2 && btl2cap_handle) { in dissect_dm1()
260 call_dissector_with_data(btl2cap_handle, pld_tvb, pinfo, dm1_tree, &fake_acl_data); in dissect_dm1()
578 btl2cap_handle = find_dissector("btl2cap"); in proto_reg_handoff_btbb()
/libbtbb/wireshark/plugins/btbredr/
H A Dpacket-btbredr.c162 static dissector_handle_t btl2cap_handle = NULL; variable
284 } else if (llid == 2 && btl2cap_handle) { in dissect_dm1()
290 call_dissector_with_data(btl2cap_handle, pld_tvb, pinfo, dm1_tree, &fake_acl_data); in dissect_dm1()
658 btl2cap_handle = find_dissector("btl2cap"); in proto_reg_handoff_btbredr()
/libbtbb/wireshark/plugins-legacy/btbredr/
H A Dpacket-btbredr.c162 static dissector_handle_t btl2cap_handle = NULL; variable
284 } else if (llid == 2 && btl2cap_handle) { in dissect_dm1()
291 call_dissector(btl2cap_handle, pld_tvb, pinfo, dm1_tree); in dissect_dm1()
659 btl2cap_handle = find_dissector("btl2cap"); in proto_reg_handoff_btbredr()
/libbtbb/wireshark/plugins-legacy/btle/
H A Dpacket-btle.c122 static dissector_handle_t btl2cap_handle = NULL; variable
407 if (length > 0 && btl2cap_handle) { in dissect_btle()
410 call_dissector(btl2cap_handle, pld_tvb, pinfo, btle_tree); in dissect_btle()
661 btl2cap_handle = find_dissector("btl2cap"); in proto_reg_handoff_btle()