Home
last modified time | relevance | path

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

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bthci_evt.c4668 hci_vendor_data_t *new_hci_vendor_data; in dissect_bthci_evt_command_complete() local
4670 new_hci_vendor_data = wmem_new(wmem_file_scope(), hci_vendor_data_t); in dissect_bthci_evt_command_complete()
4671 new_hci_vendor_data->hci_revision = hci_revision; in dissect_bthci_evt_command_complete()
4672 new_hci_vendor_data->manufacturer = manufacturer; in dissect_bthci_evt_command_complete()
4673 new_hci_vendor_data->lmp_subversion = lmp_subversion; in dissect_bthci_evt_command_complete()
4674 new_hci_vendor_data->change_in_frame = pinfo->num; in dissect_bthci_evt_command_complete()
4677 new_hci_vendor_data->previous = hci_vendor_data; in dissect_bthci_evt_command_complete()
4679 new_hci_vendor_data->previous = NULL; in dissect_bthci_evt_command_complete()
4681 wmem_tree_insert32_array(bluetooth_data->hci_vendors, key, new_hci_vendor_data); in dissect_bthci_evt_command_complete()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bthci_evt.c4668 hci_vendor_data_t *new_hci_vendor_data;
4670 new_hci_vendor_data = wmem_new(wmem_file_scope(), hci_vendor_data_t);
4671 new_hci_vendor_data->hci_revision = hci_revision;
4672 new_hci_vendor_data->manufacturer = manufacturer;
4673 new_hci_vendor_data->lmp_subversion = lmp_subversion;
4674 new_hci_vendor_data->change_in_frame = pinfo->num;
4677 new_hci_vendor_data->previous = hci_vendor_data;
4679 new_hci_vendor_data->previous = NULL;
4681 wmem_tree_insert32_array(bluetooth_data->hci_vendors, key, new_hci_vendor_data);
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bthci_evt.c4668 hci_vendor_data_t *new_hci_vendor_data; in dissect_bthci_evt_command_complete() local
4670 new_hci_vendor_data = wmem_new(wmem_file_scope(), hci_vendor_data_t); in dissect_bthci_evt_command_complete()
4671 new_hci_vendor_data->hci_revision = hci_revision; in dissect_bthci_evt_command_complete()
4672 new_hci_vendor_data->manufacturer = manufacturer; in dissect_bthci_evt_command_complete()
4673 new_hci_vendor_data->lmp_subversion = lmp_subversion; in dissect_bthci_evt_command_complete()
4674 new_hci_vendor_data->change_in_frame = pinfo->num; in dissect_bthci_evt_command_complete()
4677 new_hci_vendor_data->previous = hci_vendor_data; in dissect_bthci_evt_command_complete()
4679 new_hci_vendor_data->previous = NULL; in dissect_bthci_evt_command_complete()
4681 wmem_tree_insert32_array(bluetooth_data->hci_vendors, key, new_hci_vendor_data); in dissect_bthci_evt_command_complete()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bthci_evt.c4668 hci_vendor_data_t *new_hci_vendor_data; in dissect_bthci_evt_command_complete() local
4670 new_hci_vendor_data = wmem_new(wmem_file_scope(), hci_vendor_data_t); in dissect_bthci_evt_command_complete()
4671 new_hci_vendor_data->hci_revision = hci_revision; in dissect_bthci_evt_command_complete()
4672 new_hci_vendor_data->manufacturer = manufacturer; in dissect_bthci_evt_command_complete()
4673 new_hci_vendor_data->lmp_subversion = lmp_subversion; in dissect_bthci_evt_command_complete()
4674 new_hci_vendor_data->change_in_frame = pinfo->num; in dissect_bthci_evt_command_complete()
4677 new_hci_vendor_data->previous = hci_vendor_data; in dissect_bthci_evt_command_complete()
4679 new_hci_vendor_data->previous = NULL; in dissect_bthci_evt_command_complete()
4681 wmem_tree_insert32_array(bluetooth_data->hci_vendors, key, new_hci_vendor_data); in dissect_bthci_evt_command_complete()