Home
last modified time | relevance | path

Searched refs:ti (Results 1 – 2 of 2) sorted by relevance

/libbtbb/wireshark/plugins-legacy/btle/
H A Dwireshark-1.8-btle-ppi.patch120 + proto_item *ti = NULL;
131 + ti = proto_tree_add_protocol_format(tree, proto_ppi_btle, tvb, 0, length, "BTLE:");
137 + proto_item_append_text(ti, "Invalid PPI-BTLE length (got %d, %d min)", length, PPI_BT…
154 + ppi_btle_tree= proto_item_add_subtree(ti, ett_ppi_btle);
168 + proto_item_append_text(ti, "Warning: New version of PPI-BTLE (length %d, I can only de…
174 + proto_item_append_text(ti, "Invalid PPI-BTLE length (got %d, %d max)", length, PPI_BT…
/libbtbb/wireshark/plugins-legacy/btatt/
H A Dpacket-btatt.c257 proto_item *ti, *item; in dissect_btatt() local
285 ti = proto_tree_add_item(tree, proto_btatt, tvb, 0, -1, ENC_NA); in dissect_btatt()
286 st = proto_item_add_subtree(ti, ett_btatt); in dissect_btatt()