Home
last modified time | relevance | path

Searched refs:proto_lmp (Results 1 – 4 of 4) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-lmp.c46 static int proto_lmp = -1;
719 ti = proto_tree_add_item(tree, proto_lmp, tvb, offset, msg_length, ENC_NA);
1860 lmp_module = prefs_register_protocol(proto_lmp, NULL);
2602 proto_lmp = proto_register_protocol("Link Management Protocol (LMP)", "LMP", "lmp");
2604 expert_lmp = expert_register_protocol(proto_lmp);
2607 proto_register_field_array(proto_lmp, lmpf_info, array_length(lmpf_info));
2616 lmp_handle = create_dissector_handle(dissect_lmp, proto_lmp);
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-lmp.c46 static int proto_lmp = -1; variable
719 ti = proto_tree_add_item(tree, proto_lmp, tvb, offset, msg_length, ENC_NA); in dissect_lmp()
1860 lmp_module = prefs_register_protocol(proto_lmp, NULL); in register_lmp_prefs()
2602 proto_lmp = proto_register_protocol("Link Management Protocol (LMP)", "LMP", "lmp"); in proto_register_lmp()
2604 expert_lmp = expert_register_protocol(proto_lmp); in proto_register_lmp()
2607 proto_register_field_array(proto_lmp, lmpf_info, array_length(lmpf_info)); in proto_register_lmp()
2616 lmp_handle = create_dissector_handle(dissect_lmp, proto_lmp); in proto_reg_handoff_lmp()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-lmp.c46 static int proto_lmp = -1; variable
719 ti = proto_tree_add_item(tree, proto_lmp, tvb, offset, msg_length, ENC_NA); in dissect_lmp()
1860 lmp_module = prefs_register_protocol(proto_lmp, NULL); in register_lmp_prefs()
2602 proto_lmp = proto_register_protocol("Link Management Protocol (LMP)", "LMP", "lmp"); in proto_register_lmp()
2604 expert_lmp = expert_register_protocol(proto_lmp); in proto_register_lmp()
2607 proto_register_field_array(proto_lmp, lmpf_info, array_length(lmpf_info)); in proto_register_lmp()
2616 lmp_handle = create_dissector_handle(dissect_lmp, proto_lmp); in proto_reg_handoff_lmp()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-lmp.c46 static int proto_lmp = -1; variable
719 ti = proto_tree_add_item(tree, proto_lmp, tvb, offset, msg_length, ENC_NA); in dissect_lmp()
1860 lmp_module = prefs_register_protocol(proto_lmp, NULL); in register_lmp_prefs()
2602 proto_lmp = proto_register_protocol("Link Management Protocol (LMP)", "LMP", "lmp"); in proto_register_lmp()
2604 expert_lmp = expert_register_protocol(proto_lmp); in proto_register_lmp()
2607 proto_register_field_array(proto_lmp, lmpf_info, array_length(lmpf_info)); in proto_register_lmp()
2616 lmp_handle = create_dissector_handle(dissect_lmp, proto_lmp); in proto_reg_handoff_lmp()