Home
last modified time | relevance | path

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

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-btbnep.c65 static dissector_handle_t btbnep_handle; variable
615 btbnep_handle = register_dissector("btbnep", dissect_btbnep, proto_btbnep); in proto_register_btbnep()
639 dissector_add_string("bluetooth.uuid", "1115", btbnep_handle); in proto_reg_handoff_btbnep()
640 dissector_add_string("bluetooth.uuid", "1116", btbnep_handle); in proto_reg_handoff_btbnep()
641 dissector_add_string("bluetooth.uuid", "1117", btbnep_handle); in proto_reg_handoff_btbnep()
643 dissector_add_uint("btl2cap.psm", BTL2CAP_PSM_BNEP, btbnep_handle); in proto_reg_handoff_btbnep()
644 dissector_add_for_decode_as("btl2cap.cid", btbnep_handle); in proto_reg_handoff_btbnep()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-btbnep.c65 static dissector_handle_t btbnep_handle; variable
615 btbnep_handle = register_dissector("btbnep", dissect_btbnep, proto_btbnep); in proto_register_btbnep()
639 dissector_add_string("bluetooth.uuid", "1115", btbnep_handle); in proto_reg_handoff_btbnep()
640 dissector_add_string("bluetooth.uuid", "1116", btbnep_handle); in proto_reg_handoff_btbnep()
641 dissector_add_string("bluetooth.uuid", "1117", btbnep_handle); in proto_reg_handoff_btbnep()
643 dissector_add_uint("btl2cap.psm", BTL2CAP_PSM_BNEP, btbnep_handle); in proto_reg_handoff_btbnep()
644 dissector_add_for_decode_as("btl2cap.cid", btbnep_handle); in proto_reg_handoff_btbnep()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-btbnep.c65 static dissector_handle_t btbnep_handle; variable
615 btbnep_handle = register_dissector("btbnep", dissect_btbnep, proto_btbnep); in proto_register_btbnep()
639 dissector_add_string("bluetooth.uuid", "1115", btbnep_handle); in proto_reg_handoff_btbnep()
640 dissector_add_string("bluetooth.uuid", "1116", btbnep_handle); in proto_reg_handoff_btbnep()
641 dissector_add_string("bluetooth.uuid", "1117", btbnep_handle); in proto_reg_handoff_btbnep()
643 dissector_add_uint("btl2cap.psm", BTL2CAP_PSM_BNEP, btbnep_handle); in proto_reg_handoff_btbnep()
644 dissector_add_for_decode_as("btl2cap.cid", btbnep_handle); in proto_reg_handoff_btbnep()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-btbnep.c65 static dissector_handle_t btbnep_handle;
615 btbnep_handle = register_dissector("btbnep", dissect_btbnep, proto_btbnep);
639 dissector_add_string("bluetooth.uuid", "1115", btbnep_handle);
640 dissector_add_string("bluetooth.uuid", "1116", btbnep_handle);
641 dissector_add_string("bluetooth.uuid", "1117", btbnep_handle);
643 dissector_add_uint("btl2cap.psm", BTL2CAP_PSM_BNEP, btbnep_handle);
644 dissector_add_for_decode_as("btl2cap.cid", btbnep_handle);