Home
last modified time | relevance | path

Searched refs:bluetooth_data (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bthci_evt.c2278 if (bluetooth_data) { in dissect_bthci_evt_command_status()
3639 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
3843 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
3919 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4113 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4143 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4172 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4200 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4229 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4263 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
[all …]
H A Dpacket-bluetooth.c3400 guint8 size, bluetooth_data_t *bluetooth_data) in save_local_device_name_from_eir_ad() argument
3423 k_adapter_id = bluetooth_data->adapter_id; in save_local_device_name_from_eir_ad()
3666 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_common() local
3697 bluetooth_data->adapter_id = HCI_ADAPTER_DEFAULT; in dissect_bluetooth_common()
3750 return bluetooth_data; in dissect_bluetooth_common()
3766 bluetooth_data_t *bluetooth_data; in dissect_bluetooth() local
3774 bluetooth_data->previous_protocol_data.none = NULL; in dissect_bluetooth()
3795 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_bthci() local
3823 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_btmon() local
3846 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_usb() local
[all …]
H A Dpacket-bthci_sco.c61 bluetooth_data_t *bluetooth_data; in dissect_bthci_sco() local
106 bluetooth_data = (bluetooth_data_t *) data; in dissect_bthci_sco()
107 DISSECTOR_ASSERT(bluetooth_data); in dissect_bthci_sco()
109 k_interface_id = bluetooth_data->interface_id; in dissect_bthci_sco()
110 k_adapter_id = bluetooth_data->adapter_id; in dissect_bthci_sco()
144 if (remote_bdaddr && remote_bdaddr->interface_id == bluetooth_data->interface_id && in dissect_bthci_sco()
145 remote_bdaddr->adapter_id == bluetooth_data->adapter_id && in dissect_bthci_sco()
208 k_interface_id = bluetooth_data->interface_id; in dissect_bthci_sco()
209 k_adapter_id = bluetooth_data->adapter_id; in dissect_bthci_sco()
226 localhost_bdaddr_entry->adapter_id == bluetooth_data->adapter_id) { in dissect_bthci_sco()
[all …]
H A Dpacket-hci_mon.c225 bluetooth_data_t *bluetooth_data; in dissect_hci_mon() local
240 bluetooth_data = (bluetooth_data_t *) data; in dissect_hci_mon()
249 DISSECTOR_ASSERT(bluetooth_data->previous_protocol_data_type == BT_PD_BTMON); in dissect_hci_mon()
250 adapter_id = bluetooth_data->previous_protocol_data.btmon->adapter_id; in dissect_hci_mon()
251 opcode = bluetooth_data->previous_protocol_data.btmon->opcode; in dissect_hci_mon()
291 bluetooth_data->adapter_id = adapter_id; in dissect_hci_mon()
293 k_interface_id = bluetooth_data->interface_id; in dissect_hci_mon()
325 bluetooth_data->adapter_disconnect_in_frame = adapter_disconnect_in_frame; in dissect_hci_mon()
327 bluetooth_data->adapter_disconnect_in_frame = &max_disconnect_in_frame; in dissect_hci_mon()
342 …r(hf_bd_addr, pinfo, hci_mon_tree, tvb, offset, TRUE, bluetooth_data->interface_id, bluetooth_data in dissect_hci_mon()
[all …]
H A Dpacket-hci_usb.c106 bluetooth_data_t *bluetooth_data; in dissect_hci_usb() local
111 bluetooth_data = (bluetooth_data_t *) data; in dissect_hci_usb()
117 DISSECTOR_ASSERT(bluetooth_data->previous_protocol_data_type == BT_PD_USB_CONV_INFO); in dissect_hci_usb()
118 usb_conv_info = bluetooth_data->previous_protocol_data.usb_conv_info; in dissect_hci_usb()
159 bluetooth_data->adapter_id = usb_conv_info->bus_id << 8 | usb_conv_info->device_address; in dissect_hci_usb()
161 bluetooth_data->adapter_disconnect_in_frame = &max_disconnect_in_frame; in dissect_hci_usb()
223 call_dissector_with_data(bthci_cmd_handle, next_tvb, pinfo, tree, bluetooth_data); in dissect_hci_usb()
226 call_dissector_with_data(bthci_evt_handle, next_tvb, pinfo, tree, bluetooth_data); in dissect_hci_usb()
229 call_dissector_with_data(bthci_acl_handle, next_tvb, pinfo, tree, bluetooth_data); in dissect_hci_usb()
238 call_dissector_with_data(bthci_sco_handle, next_tvb, pinfo, tree, bluetooth_data); in dissect_hci_usb()
H A Dpacket-hci_h1.c53 bluetooth_data_t *bluetooth_data; in dissect_hci_h1() local
55 bluetooth_data = (bluetooth_data_t *) data; in dissect_hci_h1()
61 DISSECTOR_ASSERT(bluetooth_data->previous_protocol_data_type == BT_PD_BTHCI); in dissect_hci_h1()
62 type = bluetooth_data->previous_protocol_data.bthci->channel; in dissect_hci_h1()
99 if (!dissector_try_uint_new(hci_h1_table, type, next_tvb, pinfo, tree, TRUE, bluetooth_data)) { in dissect_hci_h1()
H A Dpacket-bthci_iso.c106 bluetooth_data_t *bluetooth_data; in dissect_bthci_iso() local
167 bluetooth_data = (bluetooth_data_t *) data; in dissect_bthci_iso()
168 DISSECTOR_ASSERT(bluetooth_data); in dissect_bthci_iso()
170 k_interface_id = bluetooth_data->interface_id; in dissect_bthci_iso()
171 k_adapter_id = bluetooth_data->adapter_id; in dissect_bthci_iso()
185 subtree = (wmem_tree_t *) wmem_tree_lookup32_array(bluetooth_data->chandle_sessions, key); in dissect_bthci_iso()
194 subtree = (wmem_tree_t *) wmem_tree_lookup32_array(bluetooth_data->shandle_to_chandle, key); in dissect_bthci_iso()
212 if (remote_bdaddr && remote_bdaddr->interface_id == bluetooth_data->interface_id && in dissect_bthci_iso()
213 remote_bdaddr->adapter_id == bluetooth_data->adapter_id && in dissect_bthci_iso()
292 localhost_bdaddr_entry->adapter_id == bluetooth_data->adapter_id) { in dissect_bthci_iso()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bthci_evt.c2278 if (bluetooth_data) {
3639 if (bluetooth_data) {
3843 if (bluetooth_data) {
3919 if (bluetooth_data) {
4113 if (bluetooth_data) {
4143 if (bluetooth_data) {
4172 if (bluetooth_data) {
4200 if (bluetooth_data) {
4229 if (bluetooth_data) {
4263 if (bluetooth_data) {
[all …]
H A Dpacket-bluetooth.c3400 guint8 size, bluetooth_data_t *bluetooth_data) in save_local_device_name_from_eir_ad() argument
3423 k_adapter_id = bluetooth_data->adapter_id; in save_local_device_name_from_eir_ad()
3666 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_common() local
3697 bluetooth_data->adapter_id = HCI_ADAPTER_DEFAULT; in dissect_bluetooth_common()
3750 return bluetooth_data; in dissect_bluetooth_common()
3766 bluetooth_data_t *bluetooth_data; in dissect_bluetooth() local
3774 bluetooth_data->previous_protocol_data.none = NULL; in dissect_bluetooth()
3795 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_bthci() local
3823 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_btmon() local
3846 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_usb() local
[all …]
H A Dpacket-bthci_sco.c61 bluetooth_data_t *bluetooth_data;
106 bluetooth_data = (bluetooth_data_t *) data;
107 DISSECTOR_ASSERT(bluetooth_data);
109 k_interface_id = bluetooth_data->interface_id;
110 k_adapter_id = bluetooth_data->adapter_id;
144 if (remote_bdaddr && remote_bdaddr->interface_id == bluetooth_data->interface_id &&
145 remote_bdaddr->adapter_id == bluetooth_data->adapter_id &&
208 k_interface_id = bluetooth_data->interface_id;
209 k_adapter_id = bluetooth_data->adapter_id;
226 localhost_bdaddr_entry->adapter_id == bluetooth_data->adapter_id) {
[all …]
H A Dpacket-hci_mon.c225 bluetooth_data_t *bluetooth_data; in dissect_hci_mon() local
240 bluetooth_data = (bluetooth_data_t *) data; in dissect_hci_mon()
249 DISSECTOR_ASSERT(bluetooth_data->previous_protocol_data_type == BT_PD_BTMON); in dissect_hci_mon()
250 adapter_id = bluetooth_data->previous_protocol_data.btmon->adapter_id; in dissect_hci_mon()
251 opcode = bluetooth_data->previous_protocol_data.btmon->opcode; in dissect_hci_mon()
291 bluetooth_data->adapter_id = adapter_id; in dissect_hci_mon()
293 k_interface_id = bluetooth_data->interface_id; in dissect_hci_mon()
325 bluetooth_data->adapter_disconnect_in_frame = adapter_disconnect_in_frame; in dissect_hci_mon()
327 bluetooth_data->adapter_disconnect_in_frame = &max_disconnect_in_frame; in dissect_hci_mon()
342 …r(hf_bd_addr, pinfo, hci_mon_tree, tvb, offset, TRUE, bluetooth_data->interface_id, bluetooth_data in dissect_hci_mon()
[all …]
H A Dpacket-hci_usb.c106 bluetooth_data_t *bluetooth_data;
111 bluetooth_data = (bluetooth_data_t *) data;
117 DISSECTOR_ASSERT(bluetooth_data->previous_protocol_data_type == BT_PD_USB_CONV_INFO);
118 usb_conv_info = bluetooth_data->previous_protocol_data.usb_conv_info;
159 bluetooth_data->adapter_id = usb_conv_info->bus_id << 8 | usb_conv_info->device_address;
161 bluetooth_data->adapter_disconnect_in_frame = &max_disconnect_in_frame;
223 call_dissector_with_data(bthci_cmd_handle, next_tvb, pinfo, tree, bluetooth_data);
226 call_dissector_with_data(bthci_evt_handle, next_tvb, pinfo, tree, bluetooth_data);
229 call_dissector_with_data(bthci_acl_handle, next_tvb, pinfo, tree, bluetooth_data);
238 call_dissector_with_data(bthci_sco_handle, next_tvb, pinfo, tree, bluetooth_data);
H A Dpacket-hci_h1.c53 bluetooth_data_t *bluetooth_data; in dissect_hci_h1() local
55 bluetooth_data = (bluetooth_data_t *) data; in dissect_hci_h1()
61 DISSECTOR_ASSERT(bluetooth_data->previous_protocol_data_type == BT_PD_BTHCI); in dissect_hci_h1()
62 type = bluetooth_data->previous_protocol_data.bthci->channel; in dissect_hci_h1()
99 if (!dissector_try_uint_new(hci_h1_table, type, next_tvb, pinfo, tree, TRUE, bluetooth_data)) { in dissect_hci_h1()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bthci_evt.c2278 if (bluetooth_data) { in dissect_bthci_evt_command_status()
3639 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
3843 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
3919 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4113 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4143 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4172 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4200 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4229 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4263 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
[all …]
H A Dpacket-bluetooth.c3400 guint8 size, bluetooth_data_t *bluetooth_data)
3423 k_adapter_id = bluetooth_data->adapter_id;
3666 bluetooth_data_t *bluetooth_data;
3697 bluetooth_data->adapter_id = HCI_ADAPTER_DEFAULT;
3750 return bluetooth_data;
3766 bluetooth_data_t *bluetooth_data;
3774 bluetooth_data->previous_protocol_data.none = NULL;
3795 bluetooth_data_t *bluetooth_data;
3823 bluetooth_data_t *bluetooth_data;
3846 bluetooth_data_t *bluetooth_data;
[all …]
H A Dpacket-bthci_sco.c61 bluetooth_data_t *bluetooth_data;
106 bluetooth_data = (bluetooth_data_t *) data;
107 DISSECTOR_ASSERT(bluetooth_data);
109 k_interface_id = bluetooth_data->interface_id;
110 k_adapter_id = bluetooth_data->adapter_id;
144 if (remote_bdaddr && remote_bdaddr->interface_id == bluetooth_data->interface_id &&
145 remote_bdaddr->adapter_id == bluetooth_data->adapter_id &&
208 k_interface_id = bluetooth_data->interface_id;
209 k_adapter_id = bluetooth_data->adapter_id;
226 localhost_bdaddr_entry->adapter_id == bluetooth_data->adapter_id) {
[all …]
H A Dpacket-hci_mon.c225 bluetooth_data_t *bluetooth_data; in dissect_hci_mon() local
240 bluetooth_data = (bluetooth_data_t *) data; in dissect_hci_mon()
249 DISSECTOR_ASSERT(bluetooth_data->previous_protocol_data_type == BT_PD_BTMON); in dissect_hci_mon()
250 adapter_id = bluetooth_data->previous_protocol_data.btmon->adapter_id; in dissect_hci_mon()
251 opcode = bluetooth_data->previous_protocol_data.btmon->opcode; in dissect_hci_mon()
291 bluetooth_data->adapter_id = adapter_id; in dissect_hci_mon()
293 k_interface_id = bluetooth_data->interface_id; in dissect_hci_mon()
325 bluetooth_data->adapter_disconnect_in_frame = adapter_disconnect_in_frame; in dissect_hci_mon()
327 bluetooth_data->adapter_disconnect_in_frame = &max_disconnect_in_frame; in dissect_hci_mon()
342 …r(hf_bd_addr, pinfo, hci_mon_tree, tvb, offset, TRUE, bluetooth_data->interface_id, bluetooth_data in dissect_hci_mon()
[all …]
H A Dpacket-hci_usb.c106 bluetooth_data_t *bluetooth_data; in dissect_hci_usb() local
111 bluetooth_data = (bluetooth_data_t *) data; in dissect_hci_usb()
117 DISSECTOR_ASSERT(bluetooth_data->previous_protocol_data_type == BT_PD_USB_CONV_INFO); in dissect_hci_usb()
118 usb_conv_info = bluetooth_data->previous_protocol_data.usb_conv_info; in dissect_hci_usb()
159 bluetooth_data->adapter_id = usb_conv_info->bus_id << 8 | usb_conv_info->device_address; in dissect_hci_usb()
161 bluetooth_data->adapter_disconnect_in_frame = &max_disconnect_in_frame; in dissect_hci_usb()
223 call_dissector_with_data(bthci_cmd_handle, next_tvb, pinfo, tree, bluetooth_data); in dissect_hci_usb()
226 call_dissector_with_data(bthci_evt_handle, next_tvb, pinfo, tree, bluetooth_data); in dissect_hci_usb()
229 call_dissector_with_data(bthci_acl_handle, next_tvb, pinfo, tree, bluetooth_data); in dissect_hci_usb()
238 call_dissector_with_data(bthci_sco_handle, next_tvb, pinfo, tree, bluetooth_data); in dissect_hci_usb()
H A Dpacket-hci_h1.c53 bluetooth_data_t *bluetooth_data; in dissect_hci_h1() local
55 bluetooth_data = (bluetooth_data_t *) data; in dissect_hci_h1()
61 DISSECTOR_ASSERT(bluetooth_data->previous_protocol_data_type == BT_PD_BTHCI); in dissect_hci_h1()
62 type = bluetooth_data->previous_protocol_data.bthci->channel; in dissect_hci_h1()
99 if (!dissector_try_uint_new(hci_h1_table, type, next_tvb, pinfo, tree, TRUE, bluetooth_data)) { in dissect_hci_h1()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bthci_evt.c2278 if (bluetooth_data) { in dissect_bthci_evt_command_status()
3639 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
3843 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
3919 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4113 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4143 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4172 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4200 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4229 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
4263 if (bluetooth_data) { in dissect_bthci_evt_command_complete()
[all …]
H A Dpacket-bluetooth.c3400 guint8 size, bluetooth_data_t *bluetooth_data) in save_local_device_name_from_eir_ad() argument
3423 k_adapter_id = bluetooth_data->adapter_id; in save_local_device_name_from_eir_ad()
3666 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_common() local
3697 bluetooth_data->adapter_id = HCI_ADAPTER_DEFAULT; in dissect_bluetooth_common()
3750 return bluetooth_data; in dissect_bluetooth_common()
3766 bluetooth_data_t *bluetooth_data; in dissect_bluetooth() local
3774 bluetooth_data->previous_protocol_data.none = NULL; in dissect_bluetooth()
3795 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_bthci() local
3823 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_btmon() local
3846 bluetooth_data_t *bluetooth_data; in dissect_bluetooth_usb() local
[all …]
H A Dpacket-bthci_sco.c61 bluetooth_data_t *bluetooth_data; in dissect_bthci_sco() local
106 bluetooth_data = (bluetooth_data_t *) data; in dissect_bthci_sco()
107 DISSECTOR_ASSERT(bluetooth_data); in dissect_bthci_sco()
109 k_interface_id = bluetooth_data->interface_id; in dissect_bthci_sco()
110 k_adapter_id = bluetooth_data->adapter_id; in dissect_bthci_sco()
144 if (remote_bdaddr && remote_bdaddr->interface_id == bluetooth_data->interface_id && in dissect_bthci_sco()
145 remote_bdaddr->adapter_id == bluetooth_data->adapter_id && in dissect_bthci_sco()
208 k_interface_id = bluetooth_data->interface_id; in dissect_bthci_sco()
209 k_adapter_id = bluetooth_data->adapter_id; in dissect_bthci_sco()
226 localhost_bdaddr_entry->adapter_id == bluetooth_data->adapter_id) { in dissect_bthci_sco()
[all …]
H A Dpacket-hci_mon.c225 bluetooth_data_t *bluetooth_data; in dissect_hci_mon() local
240 bluetooth_data = (bluetooth_data_t *) data; in dissect_hci_mon()
249 DISSECTOR_ASSERT(bluetooth_data->previous_protocol_data_type == BT_PD_BTMON); in dissect_hci_mon()
250 adapter_id = bluetooth_data->previous_protocol_data.btmon->adapter_id; in dissect_hci_mon()
251 opcode = bluetooth_data->previous_protocol_data.btmon->opcode; in dissect_hci_mon()
291 bluetooth_data->adapter_id = adapter_id; in dissect_hci_mon()
293 k_interface_id = bluetooth_data->interface_id; in dissect_hci_mon()
325 bluetooth_data->adapter_disconnect_in_frame = adapter_disconnect_in_frame; in dissect_hci_mon()
327 bluetooth_data->adapter_disconnect_in_frame = &max_disconnect_in_frame; in dissect_hci_mon()
342 …r(hf_bd_addr, pinfo, hci_mon_tree, tvb, offset, TRUE, bluetooth_data->interface_id, bluetooth_data in dissect_hci_mon()
[all …]
H A Dpacket-hci_usb.c106 bluetooth_data_t *bluetooth_data; in dissect_hci_usb() local
111 bluetooth_data = (bluetooth_data_t *) data; in dissect_hci_usb()
117 DISSECTOR_ASSERT(bluetooth_data->previous_protocol_data_type == BT_PD_USB_CONV_INFO); in dissect_hci_usb()
118 usb_conv_info = bluetooth_data->previous_protocol_data.usb_conv_info; in dissect_hci_usb()
159 bluetooth_data->adapter_id = usb_conv_info->bus_id << 8 | usb_conv_info->device_address; in dissect_hci_usb()
161 bluetooth_data->adapter_disconnect_in_frame = &max_disconnect_in_frame; in dissect_hci_usb()
223 call_dissector_with_data(bthci_cmd_handle, next_tvb, pinfo, tree, bluetooth_data); in dissect_hci_usb()
226 call_dissector_with_data(bthci_evt_handle, next_tvb, pinfo, tree, bluetooth_data); in dissect_hci_usb()
229 call_dissector_with_data(bthci_acl_handle, next_tvb, pinfo, tree, bluetooth_data); in dissect_hci_usb()
238 call_dissector_with_data(bthci_sco_handle, next_tvb, pinfo, tree, bluetooth_data); in dissect_hci_usb()
H A Dpacket-hci_h1.c53 bluetooth_data_t *bluetooth_data; in dissect_hci_h1() local
55 bluetooth_data = (bluetooth_data_t *) data; in dissect_hci_h1()
61 DISSECTOR_ASSERT(bluetooth_data->previous_protocol_data_type == BT_PD_BTHCI); in dissect_hci_h1()
62 type = bluetooth_data->previous_protocol_data.bthci->channel; in dissect_hci_h1()
99 if (!dissector_try_uint_new(hci_h1_table, type, next_tvb, pinfo, tree, TRUE, bluetooth_data)) { in dissect_hci_h1()

1234567