Home
last modified time | relevance | path

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

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ppp.c413 static int proto_bap = -1; variable
5095 ti = proto_tree_add_item(tree, proto_bap, tvb, 0, length, ENC_NA); in dissect_bap()
7788 proto_bap = proto_register_protocol("PPP Bandwidth Allocation Protocol", "PPP BAP", "bap"); in proto_register_bap()
7789 proto_register_field_array(proto_bap, hf, array_length(hf)); in proto_register_bap()
7791 expert_bap = expert_register_protocol(proto_bap); in proto_register_bap()
7794 …bap_option_table = register_dissector_table("bap.option", "PPP BAP Options", proto_bap, FT_UINT8, … in proto_register_bap()
7797 …register_protocol_in_name_only("Link Type", "Link Type", "bap.opt.link_type", proto_bap, FT_BYTES); in proto_register_bap()
7798 …er_protocol_in_name_only("Phone Delta", "Phone Delta", "bap.opt.phone_delta", proto_bap, FT_BYTES); in proto_register_bap()
7800 … = proto_register_protocol_in_name_only("Reason", "Reason", "bap.opt.reason", proto_bap, FT_BYTES); in proto_register_bap()
7802 …er_protocol_in_name_only("Call Status", "Call Status", "bap.opt.call_status", proto_bap, FT_BYTES); in proto_register_bap()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ppp.c413 static int proto_bap = -1; variable
5095 ti = proto_tree_add_item(tree, proto_bap, tvb, 0, length, ENC_NA); in dissect_bap()
7788 proto_bap = proto_register_protocol("PPP Bandwidth Allocation Protocol", "PPP BAP", "bap"); in proto_register_bap()
7789 proto_register_field_array(proto_bap, hf, array_length(hf)); in proto_register_bap()
7791 expert_bap = expert_register_protocol(proto_bap); in proto_register_bap()
7794 …bap_option_table = register_dissector_table("bap.option", "PPP BAP Options", proto_bap, FT_UINT8, … in proto_register_bap()
7797 …register_protocol_in_name_only("Link Type", "Link Type", "bap.opt.link_type", proto_bap, FT_BYTES); in proto_register_bap()
7798 …er_protocol_in_name_only("Phone Delta", "Phone Delta", "bap.opt.phone_delta", proto_bap, FT_BYTES); in proto_register_bap()
7800 … = proto_register_protocol_in_name_only("Reason", "Reason", "bap.opt.reason", proto_bap, FT_BYTES); in proto_register_bap()
7802 …er_protocol_in_name_only("Call Status", "Call Status", "bap.opt.call_status", proto_bap, FT_BYTES); in proto_register_bap()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ppp.c413 static int proto_bap = -1;
5095 ti = proto_tree_add_item(tree, proto_bap, tvb, 0, length, ENC_NA);
7788 proto_bap = proto_register_protocol("PPP Bandwidth Allocation Protocol", "PPP BAP", "bap");
7789 proto_register_field_array(proto_bap, hf, array_length(hf));
7791 expert_bap = expert_register_protocol(proto_bap);
7794 …bap_option_table = register_dissector_table("bap.option", "PPP BAP Options", proto_bap, FT_UINT8, …
7797 …register_protocol_in_name_only("Link Type", "Link Type", "bap.opt.link_type", proto_bap, FT_BYTES);
7798 …er_protocol_in_name_only("Phone Delta", "Phone Delta", "bap.opt.phone_delta", proto_bap, FT_BYTES);
7800 … = proto_register_protocol_in_name_only("Reason", "Reason", "bap.opt.reason", proto_bap, FT_BYTES);
7802 …er_protocol_in_name_only("Call Status", "Call Status", "bap.opt.call_status", proto_bap, FT_BYTES);
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ppp.c413 static int proto_bap = -1; variable
5095 ti = proto_tree_add_item(tree, proto_bap, tvb, 0, length, ENC_NA); in dissect_bap()
7788 proto_bap = proto_register_protocol("PPP Bandwidth Allocation Protocol", "PPP BAP", "bap"); in proto_register_bap()
7789 proto_register_field_array(proto_bap, hf, array_length(hf)); in proto_register_bap()
7791 expert_bap = expert_register_protocol(proto_bap); in proto_register_bap()
7794 …bap_option_table = register_dissector_table("bap.option", "PPP BAP Options", proto_bap, FT_UINT8, … in proto_register_bap()
7797 …register_protocol_in_name_only("Link Type", "Link Type", "bap.opt.link_type", proto_bap, FT_BYTES); in proto_register_bap()
7798 …er_protocol_in_name_only("Phone Delta", "Phone Delta", "bap.opt.phone_delta", proto_bap, FT_BYTES); in proto_register_bap()
7800 … = proto_register_protocol_in_name_only("Reason", "Reason", "bap.opt.reason", proto_bap, FT_BYTES); in proto_register_bap()
7802 …er_protocol_in_name_only("Call Status", "Call Status", "bap.opt.call_status", proto_bap, FT_BYTES); in proto_register_bap()
[all …]