OSDN Git Service

android-x86/external-bluetooth-bluez.git
11 years agobuild: Check for clock_gettime with -lrt
Marcel Holtmann [Mon, 9 Sep 2013 21:21:49 +0000 (14:21 -0700)]
build: Check for clock_gettime with -lrt

11 years agoobexd: Make use of g_dbus_send_message*
Luiz Augusto von Dentz [Mon, 19 Aug 2013 14:12:04 +0000 (17:12 +0300)]
obexd: Make use of g_dbus_send_message*

This replaces dbus_connection_send* with g_dbus_send_message* which do
not alter message order.

11 years agoaudio/media: Make use of g_dbus_send_message_with_reply
Luiz Augusto von Dentz [Mon, 19 Aug 2013 12:45:11 +0000 (15:45 +0300)]
audio/media: Make use of g_dbus_send_message_with_reply

This replaces dbus_connection_send_with_reply with
g_dbus_send_message_with_reply which does not alter message order.

11 years agoneard: Make use of g_dbus_send_message_with_reply
Luiz Augusto von Dentz [Mon, 19 Aug 2013 14:17:17 +0000 (17:17 +0300)]
neard: Make use of g_dbus_send_message_with_reply

This replaces dbus_connection_send_with_reply with
g_dbus_send_message_with_reply which does not alter message order.

11 years agocore: Make use of g_dbus_send_message_with_reply
Luiz Augusto von Dentz [Mon, 19 Aug 2013 12:41:49 +0000 (15:41 +0300)]
core: Make use of g_dbus_send_message_with_reply

This replaces dbus_connection_send_with_reply with
g_dbus_send_message_with_reply which does not alter message order.

11 years agogdbus: Fix emitting PropertiesChanged twice
Luiz Augusto von Dentz [Mon, 19 Aug 2013 13:54:35 +0000 (16:54 +0300)]
gdbus: Fix emitting PropertiesChanged twice

This fixes double emission of PropertiesChanged introduced by flushing
changes, the flushing can happen during the pending processing so the
pending_prop flag needs to be updated in the beginning and the list of
properties can be freed before g_dbus_send_message as it is not required
anymore.

11 years agogdbus: Avoid calling dbus_connection_send*
Luiz Augusto von Dentz [Mon, 19 Aug 2013 13:05:15 +0000 (16:05 +0300)]
gdbus: Avoid calling dbus_connection_send*

dbus_connection_send* should not be called directly except by
g_dbus_send_message.

11 years agogdbus: Add g_dbus_send_message_with_reply
Luiz Augusto von Dentz [Mon, 19 Aug 2013 12:25:57 +0000 (15:25 +0300)]
gdbus: Add g_dbus_send_message_with_reply

g_dbus_send_message_with_reply flushes pending signals before calling
dbus_connection_send_with_reply so it does not alter the message order

11 years agogdbus: Fix sending ObjectManager/Properties signals out of order
Luiz Augusto von Dentz [Mon, 19 Aug 2013 11:39:28 +0000 (14:39 +0300)]
gdbus: Fix sending ObjectManager/Properties signals out of order

In some cases the order of the messages is altered when a message is
sent without processing the pending signals first, currently this affect
client_check_order unit test:

/gdbus/client_check_order: **
ERROR:unit/test-gdbus-client.c:795:property_check_order: assertion failed: (g_strcmp0(string, "value1") == 0)

As can be observed the value of the property is not yet updated because the
signal it is still pending, once this fix is applied the test pass:

/gdbus/client_check_order: OK

Note that the flushing only works when g_dbus_send_message is used so
places where dbus_connection_send and other variants are called directly
may still change the order.

11 years agounit: Add gdbus/client_check_order
Luiz Augusto von Dentz [Mon, 19 Aug 2013 11:38:46 +0000 (14:38 +0300)]
unit: Add gdbus/client_check_order

11 years agobuild: Fix not rebuilding bluetoothd if gdbus changes
Luiz Augusto von Dentz [Mon, 19 Aug 2013 13:49:51 +0000 (16:49 +0300)]
build: Fix not rebuilding bluetoothd if gdbus changes

src_bluetoothd_DEPENDENCIES should list all local libraries including gdbus
otherwise it does not get relinked whenever gdbus changes.

11 years agosco-tester: Update ECONNABORTED to EOPNOTSUPP
Frédéric Dalleau [Fri, 9 Aug 2013 15:42:55 +0000 (17:42 +0200)]
sco-tester: Update ECONNABORTED to EOPNOTSUPP

Kernel interface has evolved in between.

11 years agomonitor: Decode page scan and page scan period mode commands
Marcel Holtmann [Mon, 9 Sep 2013 05:29:19 +0000 (22:29 -0700)]
monitor: Decode page scan and page scan period mode commands

11 years agomonitor: Add definitions for page scan and page scan period mode
Marcel Holtmann [Mon, 9 Sep 2013 05:28:55 +0000 (22:28 -0700)]
monitor: Add definitions for page scan and page scan period mode

11 years agomonitor: Add more details to Set Event Filter decoding
Marcel Holtmann [Mon, 9 Sep 2013 05:15:15 +0000 (22:15 -0700)]
monitor: Add more details to Set Event Filter decoding

11 years agomonitor: Add decoding for number of supported IAC command
Marcel Holtmann [Sun, 8 Sep 2013 08:51:15 +0000 (01:51 -0700)]
monitor: Add decoding for number of supported IAC command

11 years agomonitor: Add definition for number of supported IAC command
Marcel Holtmann [Sun, 8 Sep 2013 08:48:30 +0000 (01:48 -0700)]
monitor: Add definition for number of supported IAC command

11 years agomonitor: Add decoding for link supervision timeout commands
Marcel Holtmann [Sun, 8 Sep 2013 08:48:06 +0000 (01:48 -0700)]
monitor: Add decoding for link supervision timeout commands

11 years agomonitor: Add definitions for link supervision timeout commands
Marcel Holtmann [Sun, 8 Sep 2013 08:47:42 +0000 (01:47 -0700)]
monitor: Add definitions for link supervision timeout commands

11 years agomonitor: Fix decoding of link policy settings command
Marcel Holtmann [Sun, 8 Sep 2013 08:30:59 +0000 (01:30 -0700)]
monitor: Fix decoding of link policy settings command

11 years agoemulator: Add support for LE test commands
Marcel Holtmann [Sun, 8 Sep 2013 04:36:38 +0000 (21:36 -0700)]
emulator: Add support for LE test commands

11 years agoemulator: Add emulation a few more HCI commands
Marcel Holtmann [Sun, 8 Sep 2013 04:28:34 +0000 (21:28 -0700)]
emulator: Add emulation a few more HCI commands

11 years agomonitor: Decode host buffer size and device under test commands
Marcel Holtmann [Sun, 8 Sep 2013 04:27:59 +0000 (21:27 -0700)]
monitor: Decode host buffer size and device under test commands

11 years agomonitor: Decode inquiry scan activity commands
Marcel Holtmann [Sun, 8 Sep 2013 04:27:36 +0000 (21:27 -0700)]
monitor: Decode inquiry scan activity commands

11 years agomonitor: Decode security mode 3 auth and encrypt commands
Marcel Holtmann [Sun, 8 Sep 2013 04:26:47 +0000 (21:26 -0700)]
monitor: Decode security mode 3 auth and encrypt commands

11 years agomonitor: Add some missing HCI command definitions
Marcel Holtmann [Sun, 8 Sep 2013 04:23:52 +0000 (21:23 -0700)]
monitor: Add some missing HCI command definitions

11 years agoemulator: Add support for host buffer size and LE rand commands
Marcel Holtmann [Sat, 7 Sep 2013 23:35:22 +0000 (16:35 -0700)]
emulator: Add support for host buffer size and LE rand commands

11 years agomonitor: Add definition for host buffer size command
Marcel Holtmann [Sat, 7 Sep 2013 23:34:24 +0000 (16:34 -0700)]
monitor: Add definition for host buffer size command

11 years agohog: ignore UHID-setup events and document why
David Herrmann [Mon, 2 Sep 2013 11:58:09 +0000 (13:58 +0200)]
hog: ignore UHID-setup events and document why

The UHID_{START,STOP,OPEN,CLOSE} events should be ignored by us to avoid
triggering the warn(). It is safe to do that. Add few comments that
explain why we don't have to handle these.

11 years agomonitor: Fix minor white space issues in header
Johan Hedberg [Thu, 5 Sep 2013 11:24:07 +0000 (14:24 +0300)]
monitor: Fix minor white space issues in header

11 years agotools: Add example utility to demonstrate user channel usage
Marcel Holtmann [Wed, 4 Sep 2013 04:59:45 +0000 (21:59 -0700)]
tools: Add example utility to demonstrate user channel usage

11 years agotools: Make parameter argument variables const
Marcel Holtmann [Wed, 4 Sep 2013 02:04:54 +0000 (19:04 -0700)]
tools: Make parameter argument variables const

11 years agocore: Fix emitting empty Device1.UUIDs property
Luiz Augusto von Dentz [Wed, 21 Aug 2013 11:06:09 +0000 (14:06 +0300)]
core: Fix emitting empty Device1.UUIDs property

In case there is a incoming connection but services has not been
resolved the UUID of the profile being connected is automatically added
using btd_device_add_uuid which does update uuids not eir_uuids which is
used if svc_resolved is false.

To fix this the code will now fallback to uuids field whenever eir_uuids is
empty so uuids added with btd_device_add_uuid previous to services being
resolved should appear in UUIDs property.

11 years agotools: Add command line options for btattach utility
Marcel Holtmann [Mon, 2 Sep 2013 21:33:30 +0000 (14:33 -0700)]
tools: Add command line options for btattach utility

11 years agobuild: Add test-driver to maintainer clean process
Marcel Holtmann [Mon, 2 Sep 2013 18:47:27 +0000 (11:47 -0700)]
build: Add test-driver to maintainer clean process

11 years agomonitor: Add support for printing UUID-128 in ATT
Marcel Holtmann [Mon, 2 Sep 2013 18:44:27 +0000 (11:44 -0700)]
monitor: Add support for printing UUID-128 in ATT

11 years agomonitor: Fix format string for UUID-128 print out
Marcel Holtmann [Mon, 2 Sep 2013 18:43:57 +0000 (11:43 -0700)]
monitor: Fix format string for UUID-128 print out

11 years agobuild: Check for clock_gettime and pthread_create
Marcel Holtmann [Mon, 2 Sep 2013 18:25:54 +0000 (11:25 -0700)]
build: Check for clock_gettime and pthread_create

11 years agolib: Add definition for HCI_CHANNEL_USER
Marcel Holtmann [Mon, 2 Sep 2013 18:17:05 +0000 (11:17 -0700)]
lib: Add definition for HCI_CHANNEL_USER

11 years agoemulator: Filter for valid packet types from /dev/vhci
Marcel Holtmann [Mon, 2 Sep 2013 17:31:22 +0000 (10:31 -0700)]
emulator: Filter for valid packet types from /dev/vhci

11 years agoobexd: Fix disconnecting underline transport before processing operations
Luiz Augusto von Dentz [Mon, 2 Sep 2013 08:13:40 +0000 (11:13 +0300)]
obexd: Fix disconnecting underline transport before processing operations

The transport connection should only be dropped once all references to
the session are released otherwise some pending operations may not be
processed and the session will not be freed.

11 years agoobexd: Add property changed signals for 'org.bluez.obex.Message1'
Christian Fetzer [Thu, 22 Aug 2013 16:08:41 +0000 (18:08 +0200)]
obexd: Add property changed signals for 'org.bluez.obex.Message1'

This patch adds property changed signal emissions in case message properties
change on the server.

11 years agoobexd: Add property Folder to MAP message
Christian Fetzer [Fri, 30 Aug 2013 12:45:12 +0000 (14:45 +0200)]
obexd: Add property Folder to MAP message

11 years agoobexd: Add obc_session_get_folder function
Christian Fetzer [Fri, 30 Aug 2013 12:45:11 +0000 (14:45 +0200)]
obexd: Add obc_session_get_folder function

This patch extends client session by the tracking of the current folder.
The current folder can be accessed by obc_session_get_current_folder.

This allows drivers to add a folder property to browsed objects so that
the application doesn't have to keep track of the folder an object
belongs to.

11 years agobuild: Remove all checks for USB library support
Marcel Holtmann [Wed, 28 Aug 2013 21:15:22 +0000 (14:15 -0700)]
build: Remove all checks for USB library support

11 years agotools: Remove libusb dependency from hid2hci
Marcel Holtmann [Wed, 28 Aug 2013 21:11:28 +0000 (14:11 -0700)]
tools: Remove libusb dependency from hid2hci

11 years agotools: Fix a few USB handling issues within bccmd utility
Marcel Holtmann [Wed, 28 Aug 2013 21:10:59 +0000 (14:10 -0700)]
tools: Fix a few USB handling issues within bccmd utility

11 years agobuild: Remove extra checks for libusb usage of bccmd
Marcel Holtmann [Wed, 28 Aug 2013 20:21:44 +0000 (13:21 -0700)]
build: Remove extra checks for libusb usage of bccmd

11 years agotools: Access USB device directly from bccmd without libusb
Marcel Holtmann [Wed, 28 Aug 2013 20:21:02 +0000 (13:21 -0700)]
tools: Access USB device directly from bccmd without libusb

11 years agoshared: Fix constants for extended btsnoop types
Marcel Holtmann [Wed, 28 Aug 2013 04:26:48 +0000 (21:26 -0700)]
shared: Fix constants for extended btsnoop types

11 years agomonitor: Fix minor typo in command description
Marcel Holtmann [Wed, 28 Aug 2013 02:39:05 +0000 (19:39 -0700)]
monitor: Fix minor typo in command description

11 years agomonitor: Remove some confusing comments
Marcel Holtmann [Wed, 28 Aug 2013 02:36:59 +0000 (19:36 -0700)]
monitor: Remove some confusing comments

11 years agomonitor: Add support for decoding inquiry scan type commands
Marcel Holtmann [Wed, 28 Aug 2013 02:31:43 +0000 (19:31 -0700)]
monitor: Add support for decoding inquiry scan type commands

11 years agomonitor: Add structures for inquiry scan type commands
Marcel Holtmann [Wed, 28 Aug 2013 02:31:15 +0000 (19:31 -0700)]
monitor: Add structures for inquiry scan type commands

11 years agomonitor: Add support for AFH classification and assessment commands
Marcel Holtmann [Wed, 28 Aug 2013 02:22:00 +0000 (19:22 -0700)]
monitor: Add support for AFH classification and assessment commands

11 years agoemulator: Fix up AFH channel assessment structures
Marcel Holtmann [Wed, 28 Aug 2013 02:21:28 +0000 (19:21 -0700)]
emulator: Fix up AFH channel assessment structures

11 years agomonitor: Add support for decoding Write Inquiry TX Power Level command
Marcel Holtmann [Wed, 28 Aug 2013 01:57:10 +0000 (18:57 -0700)]
monitor: Add support for decoding Write Inquiry TX Power Level command

11 years agomonitor: Add structure for writing inquiry tx power level
Marcel Holtmann [Wed, 28 Aug 2013 01:56:32 +0000 (18:56 -0700)]
monitor: Add structure for writing inquiry tx power level

11 years agomonitor: Add support for decoding HCI Read Local OOB Data command
Marcel Holtmann [Wed, 28 Aug 2013 01:44:28 +0000 (18:44 -0700)]
monitor: Add support for decoding HCI Read Local OOB Data command

11 years agomonitor: Add structure for local out-of-band data details
Marcel Holtmann [Wed, 28 Aug 2013 01:43:57 +0000 (18:43 -0700)]
monitor: Add structure for local out-of-band data details

11 years agomonitor: Add support for decoding failed contact counter commands
Marcel Holtmann [Tue, 27 Aug 2013 23:42:56 +0000 (16:42 -0700)]
monitor: Add support for decoding failed contact counter commands

11 years agomonitor: Add structures for failed contact counters
Marcel Holtmann [Tue, 27 Aug 2013 23:42:37 +0000 (16:42 -0700)]
monitor: Add structures for failed contact counters

11 years agomonitor: Add support for decoding HCI Read Channel Map command
Marcel Holtmann [Tue, 27 Aug 2013 21:56:34 +0000 (14:56 -0700)]
monitor: Add support for decoding HCI Read Channel Map command

11 years agomonitor: Add structures for HCI channel map command
Marcel Holtmann [Tue, 27 Aug 2013 21:55:52 +0000 (14:55 -0700)]
monitor: Add structures for HCI channel map command

11 years agomonitor: Add support for decoding Read RSSI and Read Link Quality
Marcel Holtmann [Tue, 27 Aug 2013 21:32:15 +0000 (14:32 -0700)]
monitor: Add support for decoding Read RSSI and Read Link Quality

11 years agomonitor: Add structures for RSSI and link quality commands
Marcel Holtmann [Tue, 27 Aug 2013 21:31:44 +0000 (14:31 -0700)]
monitor: Add structures for RSSI and link quality commands

11 years agomonitor: Add support for decoding HCI Read Clock command
Marcel Holtmann [Tue, 27 Aug 2013 21:12:59 +0000 (14:12 -0700)]
monitor: Add support for decoding HCI Read Clock command

11 years agomonitor: Add structures for HCI read clock command
Marcel Holtmann [Tue, 27 Aug 2013 21:12:25 +0000 (14:12 -0700)]
monitor: Add structures for HCI read clock command

11 years agoobexd: Use g_dbus_get_properties when parsing MAP-msg-listing
Christian Fetzer [Thu, 22 Aug 2013 16:08:40 +0000 (18:08 +0200)]
obexd: Use g_dbus_get_properties when parsing MAP-msg-listing

Currently the message D-Bus properties for the ListMessages response are put
together manually in the parse_* functions unsing obex_dbus_dict_append.
This patch simplifies it by calling g_dbus_get_properties for every message.

11 years agoobexd: Fix memleak when unregistering MAP event handler
Christian Fetzer [Thu, 22 Aug 2013 16:07:49 +0000 (18:07 +0200)]
obexd: Fix memleak when unregistering MAP event handler

96 bytes in 3 blocks are definitely lost in loss record 217 of 310
  at 0x4C29E84: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  by 0x5977858: g_malloc0 (in /usr/lib/libglib-2.0.so.0.3600.3)
  by 0x433A87: map_register_event_handler (map-event.c:76)
  by 0x4324C1: set_notification_registration (map.c:1722)
  by 0x4325BB: map_probe (map.c:1801)
  by 0x42D55C: obc_session_register (session.c:862)
  by 0x42BE4B: create_callback (manager.c:100)
  by 0x42CA0D: connect_cb (session.c:281)
  by 0x4191CB: handle_response (gobex.c:949)
  by 0x4196F0: incoming_data (gobex.c:1192)
  by 0x5971DA5: g_main_context_dispatch (in /usr/lib/libglib-2.0.so.0.3600.3)
  by 0x59720F7: ??? (in /usr/lib/libglib-2.0.so.0.3600.3)

11 years agomonitor: Decode missing fields of link layer connect request
Marcel Holtmann [Mon, 26 Aug 2013 03:17:23 +0000 (20:17 -0700)]
monitor: Decode missing fields of link layer connect request

11 years agomonitor: Add complete decoding of LL control PDUs
Marcel Holtmann [Mon, 26 Aug 2013 02:45:46 +0000 (19:45 -0700)]
monitor: Add complete decoding of LL control PDUs

11 years agomonitor: Add LL control PDU constants and structures
Marcel Holtmann [Mon, 26 Aug 2013 02:45:08 +0000 (19:45 -0700)]
monitor: Add LL control PDU constants and structures

11 years agomonitor: Export printing functions for LL features and channel map
Marcel Holtmann [Mon, 26 Aug 2013 02:41:28 +0000 (19:41 -0700)]
monitor: Export printing functions for LL features and channel map

11 years agomonitor: Export printing functions for version and company strings
Marcel Holtmann [Mon, 26 Aug 2013 01:59:35 +0000 (18:59 -0700)]
monitor: Export printing functions for version and company strings

11 years agomonitor: Use Bluetooth monitor type for HCI traces
Marcel Holtmann [Sun, 25 Aug 2013 23:12:17 +0000 (16:12 -0700)]
monitor: Use Bluetooth monitor type for HCI traces

11 years agotools: Update magic definition for BTSnoop file format
Marcel Holtmann [Sun, 25 Aug 2013 19:20:57 +0000 (12:20 -0700)]
tools: Update magic definition for BTSnoop file format

11 years agotools: Fix typo in error message
Marcel Holtmann [Sun, 25 Aug 2013 18:20:20 +0000 (11:20 -0700)]
tools: Fix typo in error message

11 years agobuild: Include btsnoop and PCAP file handling functions
Marcel Holtmann [Sun, 25 Aug 2013 18:19:05 +0000 (11:19 -0700)]
build: Include btsnoop and PCAP file handling functions

11 years agoshared: Add functions for PCAP file handling
Marcel Holtmann [Sun, 25 Aug 2013 18:18:22 +0000 (11:18 -0700)]
shared: Add functions for PCAP file handling

11 years agoshared: Add functions for btsnoop file handling
Marcel Holtmann [Sun, 25 Aug 2013 18:17:04 +0000 (11:17 -0700)]
shared: Add functions for btsnoop file handling

11 years agomonitor: Overwrite existing link layer access addresses
Marcel Holtmann [Sun, 25 Aug 2013 18:11:46 +0000 (11:11 -0700)]
monitor: Overwrite existing link layer access addresses

11 years agomonitor: Add support for LMP decoding
Marcel Holtmann [Sat, 24 Aug 2013 03:43:01 +0000 (20:43 -0700)]
monitor: Add support for LMP decoding

11 years agomonitor: Add support for decoding link layer packets
Marcel Holtmann [Sat, 24 Aug 2013 03:35:15 +0000 (20:35 -0700)]
monitor: Add support for decoding link layer packets

11 years agomonitor: Fix printing of physical packet from simulation
Marcel Holtmann [Sat, 24 Aug 2013 03:33:57 +0000 (20:33 -0700)]
monitor: Fix printing of physical packet from simulation

11 years agomonitor: Add label parameter to address printing function
Marcel Holtmann [Sat, 24 Aug 2013 03:33:01 +0000 (20:33 -0700)]
monitor: Add label parameter to address printing function

11 years agomonitor: Move btsnoop file creating into control handling
Marcel Holtmann [Fri, 23 Aug 2013 17:58:52 +0000 (10:58 -0700)]
monitor: Move btsnoop file creating into control handling

11 years agotools: Use btsnoop constants in conversion utility
Marcel Holtmann [Fri, 23 Aug 2013 16:52:49 +0000 (09:52 -0700)]
tools: Use btsnoop constants in conversion utility

11 years agomonitor: Export function for printing LE addresses
Marcel Holtmann [Fri, 23 Aug 2013 08:05:49 +0000 (01:05 -0700)]
monitor: Export function for printing LE addresses

11 years agomonitor: Export function for print advertising data
Marcel Holtmann [Fri, 23 Aug 2013 07:54:51 +0000 (00:54 -0700)]
monitor: Export function for print advertising data

11 years agounit: Add test case for link layer CRC functions
Marcel Holtmann [Thu, 22 Aug 2013 06:06:02 +0000 (23:06 -0700)]
unit: Add test case for link layer CRC functions

11 years agomonitor: Add functions for link layer CRC calculations
Marcel Holtmann [Thu, 22 Aug 2013 06:04:59 +0000 (23:04 -0700)]
monitor: Add functions for link layer CRC calculations

11 years agotest/test-nap: Fix interface name
Luiz Augusto von Dentz [Wed, 21 Aug 2013 10:49:09 +0000 (13:49 +0300)]
test/test-nap: Fix interface name

11 years agonetwork: Fix crash after removing adapter
Luiz Augusto von Dentz [Wed, 21 Aug 2013 10:43:56 +0000 (13:43 +0300)]
network: Fix crash after removing adapter

The service watch is not removed so once the client disconnects the
callback is called using the data already freed:
Invalid read of size 8
   at 0x428CFE: server_remove_sessions.isra.0 (server.c:605)
   by 0x428D80: server_disconnect (server.c:626)
   by 0x475426: service_filter (watch.c:486)
   by 0x47569A: message_filter (watch.c:554)
   by 0x32F840F9E5: dbus_connection_dispatch (in /usr/lib64/libdbus-1.so.3.7.4)
   by 0x474347: message_dispatch (mainloop.c:76)
   by 0x3383648962: ??? (in /usr/lib64/libglib-2.0.so.0.3600.3)
   by 0x3383647E05: g_main_context_dispatch (in /usr/lib64/libglib-2.0.so.0.3600.3)
   by 0x3383648157: ??? (in /usr/lib64/libglib-2.0.so.0.3600.3)
   by 0x3383648559: g_main_loop_run (in /usr/lib64/libglib-2.0.so.0.3600.3)
   by 0x40A2CF: main (main.c:583)
 Address 0x4eb5f00 is 32 bytes inside a block of size 56 free'd
   at 0x4A074C4: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
   by 0x338364D9AE: g_free (in /usr/lib64/libglib-2.0.so.0.3600.3)
   by 0x429663: server_unregister (server.c:848)
   by 0x33836648F7: g_slist_foreach (in /usr/lib64/libglib-2.0.so.0.3600.3)
   by 0x454180: adapter_remove (adapter.c:2886)
   by 0x45C940: index_removed (adapter.c:5651)
   by 0x467FDF: received_data (mgmt.c:252)
   by 0x3383647E05: g_main_context_dispatch (in /usr/lib64/libglib-2.0.so.0.3600.3)
   by 0x3383648157: ??? (in /usr/lib64/libglib-2.0.so.0.3600.3)
   by 0x3383648559: g_main_loop_run (in /usr/lib64/libglib-2.0.so.0.3600.3)
   by 0x40A2CF: main (main.c:583)

11 years agomonitor: Add stub for link layer decoding
Marcel Holtmann [Wed, 21 Aug 2013 02:56:21 +0000 (19:56 -0700)]
monitor: Add stub for link layer decoding

11 years agomonitor: Add support for reading physical simulation traces
Marcel Holtmann [Wed, 21 Aug 2013 02:44:35 +0000 (19:44 -0700)]
monitor: Add support for reading physical simulation traces

11 years agomonitor: Add btsnoop functions physical datalink type
Marcel Holtmann [Wed, 21 Aug 2013 02:43:25 +0000 (19:43 -0700)]
monitor: Add btsnoop functions physical datalink type

11 years agomonitor: Add decoding stub for simulator packets
Marcel Holtmann [Wed, 21 Aug 2013 02:42:40 +0000 (19:42 -0700)]
monitor: Add decoding stub for simulator packets

11 years agomonitor: Remove datalink check when creating btsnoop files
Marcel Holtmann [Wed, 21 Aug 2013 00:25:21 +0000 (17:25 -0700)]
monitor: Remove datalink check when creating btsnoop files

11 years agomonitor: Add include for stdint.h header
Marcel Holtmann [Tue, 20 Aug 2013 23:53:18 +0000 (16:53 -0700)]
monitor: Add include for stdint.h header