Home
last modified time | relevance | path

Searched refs:ti_root (Results 1 – 16 of 16) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-lin.c284 proto_item *ti_root;
296 ti_root = proto_tree_add_item(tree, proto_lin, tvb, 0, -1, ENC_NA);
297 lin_tree = proto_item_add_subtree(ti_root, ett_lin);
324 proto_item_set_end(ti_root, tvb, 12);
332 proto_item_set_end(ti_root, tvb, 8 + payload_length);
350 proto_item_set_end(ti_root, tvb, 12);
353 proto_item_set_end(ti_root, tvb, 16);
H A Dfile-blf.c282 proto_item *ti_root = NULL; in dissect_blf_lobj() local
299 ti_root = proto_tree_add_item(tree, hf_blf_lobj, tvb, offset, -1, ENC_NA); in dissect_blf_lobj()
300 objtree = proto_item_add_subtree(ti_root, ett_blf_obj); in dissect_blf_lobj()
318 … proto_item_set_end(ti_root, tvb, offset_orig + tvb_captured_length_remaining(tvb, offset_orig)); in dissect_blf_lobj()
319 proto_item_append_text(ti_root, " TRUNCATED"); in dissect_blf_lobj()
323 proto_item_set_end(ti_root, tvb, offset_orig + obj_length); in dissect_blf_lobj()
324 proto_item_append_text(ti_root, " (%s)", val_to_str(obj_type, blf_object_names, "%d")); in dissect_blf_lobj()
H A Dpacket-tecmp.c866 dissect_tecmp_status_config_vendor_data(tvbuff_t *tvb, packet_info *pinfo _U_, proto_item *ti_root,
872 …proto_item_append_text(ti_root, " (%s)", val_to_str(vendor_id, tecmp_vendor_ids, "(Unknown Vendor:…
873 tree = proto_item_add_subtree(ti_root, ett_tecmp_status_bus_vendor_data);
903 dissect_tecmp_status_bus_vendor_data(tvbuff_t *tvb, packet_info *pinfo _U_, proto_item *ti_root,
911 …proto_item_append_text(ti_root, " (%s)", val_to_str(vendor_id, tecmp_vendor_ids, "(Unknown Vendor:…
912 tree = proto_item_add_subtree(ti_root, ett_tecmp_status_bus_vendor_data);
949 tree = proto_item_add_subtree(ti_root, ett_tecmp_status_cm_vendor_data);
1382 proto_item *ti_root = NULL;
1400 ti_root = proto_tree_add_item(tree, proto_tecmp, tvb, 0, -1, ENC_NA);
1401 tecmp_tree = proto_item_add_subtree(ti_root, ett_tecmp);
[all …]
H A Dpacket-someip.c2364 …f_needed(tvbuff_t *tvb, packet_info *pinfo _U_, gint offset, proto_item *ti_root, proto_tree *pare… in dissect_someip_payload_add_wtlv_if_needed() argument
2378 tree = proto_item_add_subtree(ti_root, ett_someip_parameter); in dissect_someip_payload_add_wtlv_if_needed()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-lin.c284 proto_item *ti_root; in dissect_lin() local
296 ti_root = proto_tree_add_item(tree, proto_lin, tvb, 0, -1, ENC_NA); in dissect_lin()
297 lin_tree = proto_item_add_subtree(ti_root, ett_lin); in dissect_lin()
324 proto_item_set_end(ti_root, tvb, 12); in dissect_lin()
332 proto_item_set_end(ti_root, tvb, 8 + payload_length); in dissect_lin()
350 proto_item_set_end(ti_root, tvb, 12); in dissect_lin()
353 proto_item_set_end(ti_root, tvb, 16); in dissect_lin()
H A Dfile-blf.c282 proto_item *ti_root = NULL; in dissect_blf_lobj() local
299 ti_root = proto_tree_add_item(tree, hf_blf_lobj, tvb, offset, -1, ENC_NA); in dissect_blf_lobj()
300 objtree = proto_item_add_subtree(ti_root, ett_blf_obj); in dissect_blf_lobj()
318 … proto_item_set_end(ti_root, tvb, offset_orig + tvb_captured_length_remaining(tvb, offset_orig)); in dissect_blf_lobj()
319 proto_item_append_text(ti_root, " TRUNCATED"); in dissect_blf_lobj()
323 proto_item_set_end(ti_root, tvb, offset_orig + obj_length); in dissect_blf_lobj()
324 proto_item_append_text(ti_root, " (%s)", val_to_str(obj_type, blf_object_names, "%d")); in dissect_blf_lobj()
H A Dpacket-tecmp.c866 dissect_tecmp_status_config_vendor_data(tvbuff_t *tvb, packet_info *pinfo _U_, proto_item *ti_root, in dissect_tecmp_status_config_vendor_data() argument
872 …proto_item_append_text(ti_root, " (%s)", val_to_str(vendor_id, tecmp_vendor_ids, "(Unknown Vendor:… in dissect_tecmp_status_config_vendor_data()
873 tree = proto_item_add_subtree(ti_root, ett_tecmp_status_bus_vendor_data); in dissect_tecmp_status_config_vendor_data()
903 dissect_tecmp_status_bus_vendor_data(tvbuff_t *tvb, packet_info *pinfo _U_, proto_item *ti_root, in dissect_tecmp_status_bus_vendor_data() argument
911 …proto_item_append_text(ti_root, " (%s)", val_to_str(vendor_id, tecmp_vendor_ids, "(Unknown Vendor:… in dissect_tecmp_status_bus_vendor_data()
912 tree = proto_item_add_subtree(ti_root, ett_tecmp_status_bus_vendor_data); in dissect_tecmp_status_bus_vendor_data()
949 tree = proto_item_add_subtree(ti_root, ett_tecmp_status_cm_vendor_data); in dissect_tecmp_status_cm_vendor_data()
1382 proto_item *ti_root = NULL; in dissect_tecmp() local
1400 ti_root = proto_tree_add_item(tree, proto_tecmp, tvb, 0, -1, ENC_NA); in dissect_tecmp()
1401 tecmp_tree = proto_item_add_subtree(ti_root, ett_tecmp); in dissect_tecmp()
[all …]
H A Dpacket-someip.c2364 …f_needed(tvbuff_t *tvb, packet_info *pinfo _U_, gint offset, proto_item *ti_root, proto_tree *pare… in dissect_someip_payload_add_wtlv_if_needed() argument
2378 tree = proto_item_add_subtree(ti_root, ett_someip_parameter); in dissect_someip_payload_add_wtlv_if_needed()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-lin.c284 proto_item *ti_root; in dissect_lin() local
296 ti_root = proto_tree_add_item(tree, proto_lin, tvb, 0, -1, ENC_NA); in dissect_lin()
297 lin_tree = proto_item_add_subtree(ti_root, ett_lin); in dissect_lin()
324 proto_item_set_end(ti_root, tvb, 12); in dissect_lin()
332 proto_item_set_end(ti_root, tvb, 8 + payload_length); in dissect_lin()
350 proto_item_set_end(ti_root, tvb, 12); in dissect_lin()
353 proto_item_set_end(ti_root, tvb, 16); in dissect_lin()
H A Dfile-blf.c282 proto_item *ti_root = NULL; in dissect_blf_lobj() local
299 ti_root = proto_tree_add_item(tree, hf_blf_lobj, tvb, offset, -1, ENC_NA); in dissect_blf_lobj()
300 objtree = proto_item_add_subtree(ti_root, ett_blf_obj); in dissect_blf_lobj()
318 … proto_item_set_end(ti_root, tvb, offset_orig + tvb_captured_length_remaining(tvb, offset_orig)); in dissect_blf_lobj()
319 proto_item_append_text(ti_root, " TRUNCATED"); in dissect_blf_lobj()
323 proto_item_set_end(ti_root, tvb, offset_orig + obj_length); in dissect_blf_lobj()
324 proto_item_append_text(ti_root, " (%s)", val_to_str(obj_type, blf_object_names, "%d")); in dissect_blf_lobj()
H A Dpacket-tecmp.c866 dissect_tecmp_status_config_vendor_data(tvbuff_t *tvb, packet_info *pinfo _U_, proto_item *ti_root, in dissect_tecmp_status_config_vendor_data() argument
872 …proto_item_append_text(ti_root, " (%s)", val_to_str(vendor_id, tecmp_vendor_ids, "(Unknown Vendor:… in dissect_tecmp_status_config_vendor_data()
873 tree = proto_item_add_subtree(ti_root, ett_tecmp_status_bus_vendor_data); in dissect_tecmp_status_config_vendor_data()
903 dissect_tecmp_status_bus_vendor_data(tvbuff_t *tvb, packet_info *pinfo _U_, proto_item *ti_root, in dissect_tecmp_status_bus_vendor_data() argument
911 …proto_item_append_text(ti_root, " (%s)", val_to_str(vendor_id, tecmp_vendor_ids, "(Unknown Vendor:… in dissect_tecmp_status_bus_vendor_data()
912 tree = proto_item_add_subtree(ti_root, ett_tecmp_status_bus_vendor_data); in dissect_tecmp_status_bus_vendor_data()
949 tree = proto_item_add_subtree(ti_root, ett_tecmp_status_cm_vendor_data); in dissect_tecmp_status_cm_vendor_data()
1382 proto_item *ti_root = NULL; in dissect_tecmp() local
1400 ti_root = proto_tree_add_item(tree, proto_tecmp, tvb, 0, -1, ENC_NA); in dissect_tecmp()
1401 tecmp_tree = proto_item_add_subtree(ti_root, ett_tecmp); in dissect_tecmp()
[all …]
H A Dpacket-someip.c2364 …f_needed(tvbuff_t *tvb, packet_info *pinfo _U_, gint offset, proto_item *ti_root, proto_tree *pare… in dissect_someip_payload_add_wtlv_if_needed() argument
2378 tree = proto_item_add_subtree(ti_root, ett_someip_parameter); in dissect_someip_payload_add_wtlv_if_needed()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-lin.c284 proto_item *ti_root; in dissect_lin() local
296 ti_root = proto_tree_add_item(tree, proto_lin, tvb, 0, -1, ENC_NA); in dissect_lin()
297 lin_tree = proto_item_add_subtree(ti_root, ett_lin); in dissect_lin()
324 proto_item_set_end(ti_root, tvb, 12); in dissect_lin()
332 proto_item_set_end(ti_root, tvb, 8 + payload_length); in dissect_lin()
350 proto_item_set_end(ti_root, tvb, 12); in dissect_lin()
353 proto_item_set_end(ti_root, tvb, 16); in dissect_lin()
H A Dfile-blf.c282 proto_item *ti_root = NULL;
299 ti_root = proto_tree_add_item(tree, hf_blf_lobj, tvb, offset, -1, ENC_NA);
300 objtree = proto_item_add_subtree(ti_root, ett_blf_obj);
318 … proto_item_set_end(ti_root, tvb, offset_orig + tvb_captured_length_remaining(tvb, offset_orig));
319 proto_item_append_text(ti_root, " TRUNCATED");
323 proto_item_set_end(ti_root, tvb, offset_orig + obj_length);
324 proto_item_append_text(ti_root, " (%s)", val_to_str(obj_type, blf_object_names, "%d"));
H A Dpacket-tecmp.c866 dissect_tecmp_status_config_vendor_data(tvbuff_t *tvb, packet_info *pinfo _U_, proto_item *ti_root, in dissect_tecmp_status_config_vendor_data() argument
872 …proto_item_append_text(ti_root, " (%s)", val_to_str(vendor_id, tecmp_vendor_ids, "(Unknown Vendor:… in dissect_tecmp_status_config_vendor_data()
873 tree = proto_item_add_subtree(ti_root, ett_tecmp_status_bus_vendor_data); in dissect_tecmp_status_config_vendor_data()
903 dissect_tecmp_status_bus_vendor_data(tvbuff_t *tvb, packet_info *pinfo _U_, proto_item *ti_root, in dissect_tecmp_status_bus_vendor_data() argument
911 …proto_item_append_text(ti_root, " (%s)", val_to_str(vendor_id, tecmp_vendor_ids, "(Unknown Vendor:… in dissect_tecmp_status_bus_vendor_data()
912 tree = proto_item_add_subtree(ti_root, ett_tecmp_status_bus_vendor_data); in dissect_tecmp_status_bus_vendor_data()
949 tree = proto_item_add_subtree(ti_root, ett_tecmp_status_cm_vendor_data); in dissect_tecmp_status_cm_vendor_data()
1382 proto_item *ti_root = NULL; in dissect_tecmp() local
1400 ti_root = proto_tree_add_item(tree, proto_tecmp, tvb, 0, -1, ENC_NA); in dissect_tecmp()
1401 tecmp_tree = proto_item_add_subtree(ti_root, ett_tecmp); in dissect_tecmp()
[all …]
H A Dpacket-someip.c2364 …f_needed(tvbuff_t *tvb, packet_info *pinfo _U_, gint offset, proto_item *ti_root, proto_tree *pare… in dissect_someip_payload_add_wtlv_if_needed() argument
2378 tree = proto_item_add_subtree(ti_root, ett_someip_parameter); in dissect_someip_payload_add_wtlv_if_needed()