Home
last modified time | relevance | path

Searched refs:bundle_tree (Results 1 – 14 of 14) sorted by relevance

/dports/devel/brz/breezy-3.2.0/breezy/bzr/bundle/
H A Dbundle_data.py215 self._update_tree(bundle_tree, revision_id)
217 inv = bundle_tree.inventory
219 self._validate_revision(bundle_tree, revision_id)
221 return bundle_tree
321 def _update_tree(self, bundle_tree, revision_id): argument
352 bundle_tree.note_target(new_path, value)
364 bundle_tree.note_patch(path, patch)
377 bundle_tree.note_rename(old_path, new_path)
391 bundle_tree.note_deletion(path)
409 bundle_tree.note_id(file_id, path, kind)
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c729 proto_tree *bundle_tree; in dissect_osc_bundle() local
742 bundle_tree = proto_item_add_subtree(ti, ett_osc_bundle); in dissect_osc_bundle()
750 …proto_tree_add_time_format_value(bundle_tree, hf_osc_bundle_timetag_type, tvb, offset, 8, &ns, imm… in dissect_osc_bundle()
752 …proto_tree_add_item(bundle_tree, hf_osc_bundle_timetag_type, tvb, offset, 8, ENC_TIME_NTP | ENC_BI… in dissect_osc_bundle()
762 …proto_tree_add_item_ret_int(bundle_tree, hf_osc_bundle_element_size_type, tvb, offset, 4, ENC_BIG_… in dissect_osc_bundle()
773 if(dissect_osc_bundle(tvb, ti, bundle_tree, offset, size)) in dissect_osc_bundle()
778 if(dissect_osc_message(tvb, ti, bundle_tree, offset, size)) in dissect_osc_bundle()
H A Dpacket-oran.c661 proto_tree *bundle_tree = proto_item_add_subtree(bundle_ti, ett_oran_bfw); in dissect_bfw_bundle() local
665 …proto_tree_add_item_ret_uint(bundle_tree, hf_oran_beam_id, tvb, offset, 2, ENC_BIG_ENDIAN, &beam_i… in dissect_bfw_bundle()
670 proto_item *wpb_ti = proto_tree_add_uint(bundle_tree, hf_oran_num_weights_per_bundle, tvb, 0, 0, in dissect_bfw_bundle()
680 proto_item *bfw_ti = proto_tree_add_string_format(bundle_tree, hf_oran_bfw, in dissect_bfw_bundle()
H A Dpacket-bpv6.c2056 proto_tree *bundle_tree, *primary_tree; in dissect_bpv6() local
2078 bundle_tree = proto_item_add_subtree(ti_bundle_protocol, ett_bundle); in dissect_bpv6()
2080 …primary_tree = proto_tree_add_subtree(bundle_tree, tvb, offset, -1, ett_primary_hdr, &ti, "Primary… in dissect_bpv6()
2113 …offset = dissect_payload_header(bundle_tree, tvb, pinfo, offset, version, pri_hdr_procflags, &last… in dissect_bpv6()
2116 … offset = display_extension_block(bundle_tree, tvb, pinfo, offset, bundle_custodian, &lastheader); in dissect_bpv6()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c729 proto_tree *bundle_tree;
742 bundle_tree = proto_item_add_subtree(ti, ett_osc_bundle);
750 …proto_tree_add_time_format_value(bundle_tree, hf_osc_bundle_timetag_type, tvb, offset, 8, &ns, imm…
752 …proto_tree_add_item(bundle_tree, hf_osc_bundle_timetag_type, tvb, offset, 8, ENC_TIME_NTP | ENC_BI…
762 …proto_tree_add_item_ret_int(bundle_tree, hf_osc_bundle_element_size_type, tvb, offset, 4, ENC_BIG_…
773 if(dissect_osc_bundle(tvb, ti, bundle_tree, offset, size))
778 if(dissect_osc_message(tvb, ti, bundle_tree, offset, size))
H A Dpacket-oran.c661 proto_tree *bundle_tree = proto_item_add_subtree(bundle_ti, ett_oran_bfw); in dissect_bfw_bundle() local
665 …proto_tree_add_item_ret_uint(bundle_tree, hf_oran_beam_id, tvb, offset, 2, ENC_BIG_ENDIAN, &beam_i… in dissect_bfw_bundle()
670 proto_item *wpb_ti = proto_tree_add_uint(bundle_tree, hf_oran_num_weights_per_bundle, tvb, 0, 0, in dissect_bfw_bundle()
680 proto_item *bfw_ti = proto_tree_add_string_format(bundle_tree, hf_oran_bfw, in dissect_bfw_bundle()
H A Dpacket-bpv6.c2056 proto_tree *bundle_tree, *primary_tree; in dissect_bpv6() local
2078 bundle_tree = proto_item_add_subtree(ti_bundle_protocol, ett_bundle); in dissect_bpv6()
2080 …primary_tree = proto_tree_add_subtree(bundle_tree, tvb, offset, -1, ett_primary_hdr, &ti, "Primary… in dissect_bpv6()
2113 …offset = dissect_payload_header(bundle_tree, tvb, pinfo, offset, version, pri_hdr_procflags, &last… in dissect_bpv6()
2116 … offset = display_extension_block(bundle_tree, tvb, pinfo, offset, bundle_custodian, &lastheader); in dissect_bpv6()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c729 proto_tree *bundle_tree;
742 bundle_tree = proto_item_add_subtree(ti, ett_osc_bundle);
750 …proto_tree_add_time_format_value(bundle_tree, hf_osc_bundle_timetag_type, tvb, offset, 8, &ns, imm…
752 …proto_tree_add_item(bundle_tree, hf_osc_bundle_timetag_type, tvb, offset, 8, ENC_TIME_NTP | ENC_BI…
762 …proto_tree_add_item_ret_int(bundle_tree, hf_osc_bundle_element_size_type, tvb, offset, 4, ENC_BIG_…
773 if(dissect_osc_bundle(tvb, ti, bundle_tree, offset, size))
778 if(dissect_osc_message(tvb, ti, bundle_tree, offset, size))
H A Dpacket-oran.c661 proto_tree *bundle_tree = proto_item_add_subtree(bundle_ti, ett_oran_bfw); in fatal()
665 …proto_tree_add_item_ret_uint(bundle_tree, hf_oran_beam_id, tvb, offset, 2, ENC_BIG_ENDIAN, &beam_i… in fatal()
670 proto_item *wpb_ti = proto_tree_add_uint(bundle_tree, hf_oran_num_weights_per_bundle, tvb, 0, 0, in fatal()
680 proto_item *bfw_ti = proto_tree_add_string_format(bundle_tree, hf_oran_bfw, in fatal()
H A Dpacket-bpv6.c2056 proto_tree *bundle_tree, *primary_tree;
2078 bundle_tree = proto_item_add_subtree(ti_bundle_protocol, ett_bundle);
2080 …primary_tree = proto_tree_add_subtree(bundle_tree, tvb, offset, -1, ett_primary_hdr, &ti, "Primary…
2113 …offset = dissect_payload_header(bundle_tree, tvb, pinfo, offset, version, pri_hdr_procflags, &last…
2116 … offset = display_extension_block(bundle_tree, tvb, pinfo, offset, bundle_custodian, &lastheader);
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c729 proto_tree *bundle_tree; in dissect_osc_bundle() local
742 bundle_tree = proto_item_add_subtree(ti, ett_osc_bundle); in dissect_osc_bundle()
750 …proto_tree_add_time_format_value(bundle_tree, hf_osc_bundle_timetag_type, tvb, offset, 8, &ns, imm… in dissect_osc_bundle()
752 …proto_tree_add_item(bundle_tree, hf_osc_bundle_timetag_type, tvb, offset, 8, ENC_TIME_NTP | ENC_BI… in dissect_osc_bundle()
762 …proto_tree_add_item_ret_int(bundle_tree, hf_osc_bundle_element_size_type, tvb, offset, 4, ENC_BIG_… in dissect_osc_bundle()
773 if(dissect_osc_bundle(tvb, ti, bundle_tree, offset, size)) in dissect_osc_bundle()
778 if(dissect_osc_message(tvb, ti, bundle_tree, offset, size)) in dissect_osc_bundle()
H A Dpacket-oran.c661 proto_tree *bundle_tree = proto_item_add_subtree(bundle_ti, ett_oran_bfw); in dissect_bfw_bundle() local
665 …proto_tree_add_item_ret_uint(bundle_tree, hf_oran_beam_id, tvb, offset, 2, ENC_BIG_ENDIAN, &beam_i… in dissect_bfw_bundle()
670 proto_item *wpb_ti = proto_tree_add_uint(bundle_tree, hf_oran_num_weights_per_bundle, tvb, 0, 0, in dissect_bfw_bundle()
680 proto_item *bfw_ti = proto_tree_add_string_format(bundle_tree, hf_oran_bfw, in dissect_bfw_bundle()
H A Dpacket-bpv6.c2056 proto_tree *bundle_tree, *primary_tree; in dissect_bpv6() local
2078 bundle_tree = proto_item_add_subtree(ti_bundle_protocol, ett_bundle); in dissect_bpv6()
2080 …primary_tree = proto_tree_add_subtree(bundle_tree, tvb, offset, -1, ett_primary_hdr, &ti, "Primary… in dissect_bpv6()
2113 …offset = dissect_payload_header(bundle_tree, tvb, pinfo, offset, version, pri_hdr_procflags, &last… in dissect_bpv6()
2116 … offset = display_extension_block(bundle_tree, tvb, pinfo, offset, bundle_custodian, &lastheader); in dissect_bpv6()
/dports/devel/brz/breezy-3.2.0/breezy/bzr/bundle/serializer/
H A Dv08.py555 def _update_tree(self, bundle_tree, revision_id): argument
556 bundle_tree.note_last_changed('', revision_id)
557 BundleInfo._update_tree(self, bundle_tree, revision_id)