Commit Graph

42 Commits

Author SHA1 Message Date
Marcel Holtmann
8addbf220e monitor: Add support for resolving random addresses 2014-02-17 00:23:29 -08:00
Marcel Holtmann
e691f2573a monitor: Update copyright and license details 2014-02-11 10:59:14 -08:00
Marcel Holtmann
195eb65225 monitor: Add todo helper for missing LMP operations 2014-01-08 00:53:22 -08:00
Marcel Holtmann
936842f880 monitor: Add initial support for analyzing btsnoop traces 2014-01-06 12:47:55 -08:00
Marcel Holtmann
4f72c38007 monitor: Add support for Ellisys HCI Injection 2014-01-03 22:43:05 -08:00
Marcel Holtmann
73a9e627ef monitor: Add command for extracting missing decodings 2013-10-20 14:27:28 -07:00
Marcel Holtmann
c287f304df monitor: Fail on invalid command line parameters 2013-10-02 20:46:06 -07:00
Marcel Holtmann
0611470cdd monitor: Move btsnoop file creating into control handling 2013-08-23 10:58:52 -07:00
Marcel Holtmann
d3393028e6 monitor: Allow specifying type of btsnoop file to create 2013-08-20 15:58:53 -07:00
Vinicius Costa Gomes
94bf3fa9e5 monitor: Add an option to dump SCO traffic 2013-04-24 17:03:02 +03:00
Johan Hedberg
b8779d2202 Revert "Ensure config.h is included by using CPPFLAGS"
This reverts commit 8a03376544.

The patch needs to be split up and the gdbus/ changes were bogus
compared to the original commit message.

Conflicts:
	Makefile.am
	Makefile.obexd
	profiles/cyclingspeed/cyclingspeed.c
	profiles/heartrate/heartrate.c
	src/error.c
2012-12-07 12:46:04 +02:00
Lucas De Marchi
8a03376544 Ensure config.h is included by using CPPFLAGS
Instead of trying to include config.h in each file over the tree and
possibly forgetting to include it, give a "-include config.h" argument
to the compiler so it's guaranteed that a) it will be included for all
source files and b) it will be the first header included.

gdbus/ directory is left out, since it would break other projects using
it.
2012-12-05 17:18:07 +02:00
Marcel Holtmann
da5211fd18 monitor: Use hcidump fallback only if monitor channel is not present 2012-11-11 01:26:02 +01:00
Marcel Holtmann
50b0d43e56 monitor: Allow filtering on controller index 2012-11-04 17:47:27 +01:00
Marcel Holtmann
9d57358944 monitor: Support command line options for timestamps 2012-11-04 17:02:40 +01:00
Marcel Holtmann
059884caae monitor: Show time offset instead of full time value 2012-11-04 16:52:44 +01:00
Marcel Holtmann
14883d64dd monitor: Do not show index for single controller trace files 2012-11-04 06:48:06 +01:00
Marcel Holtmann
c9d51f571a monitor: Add simple L2CAP packet framing 2012-11-03 10:25:03 +01:00
Marcel Holtmann
4cd79c5a40 monitor: Add support for reading btsnoop trace files 2012-10-31 18:28:41 -07:00
Marcel Holtmann
18a5dc6cdc monitor: Store traces with new data link format 2012-10-30 20:03:06 -07:00
Marcel Holtmann
782ceb2428 monitor: Add support for server channels 2012-10-30 18:57:16 -07:00
Anton Weber
07858bca3c monitor: Fix optstring to parse -b parameter
Without the colon getopt ignores the parameter and optarg is always
NULL.
2012-06-28 10:36:08 +03:00
Gustavo Padovan
a705c53ef2 monitor: remove extra black line 2012-05-13 19:53:27 -07:00
Gustavo Padovan
0c8e425395 monitor: add version information 2012-04-27 15:16:08 +03:00
Gustavo Padovan
4b93cdd7be monitor: add help information 2012-04-27 15:16:05 +03:00
Marcel Holtmann
970e3100d0 monitor: Add support for storing btsnoop formatted logs 2012-03-01 16:57:29 -08:00
Marcel Holtmann
cad9bb230a monitor: Use better signal integration 2012-02-27 10:35:31 -08:00
Marcel Holtmann
ee39765d31 monitor: Add support for hcidump fallback 2012-02-27 00:55:34 -08:00
Marcel Holtmann
cdcd5647e8 monitor: Fix some minor white space damages 2012-02-26 19:11:44 -08:00
Marcel Holtmann
d02da9ea43 monitor: Add Intel copyright to new monitor tool 2012-02-26 18:40:25 -08:00
Marcel Holtmann
484150cbfd mgmt: Add flags field for device connected event 2012-02-23 20:56:00 +01:00
Marcel Holtmann
9741e4c92d mgmt: Use uint32 for flags in device found events 2012-02-22 23:14:06 +01:00
Marcel Holtmann
39ce03ec74 monitor: Add LE command descriptions 2012-02-22 22:48:02 +01:00
Marcel Holtmann
8c3ec75091 monitor: Add missing management events for pairing 2012-02-22 22:34:43 +01:00
Marcel Holtmann
1af626dcb2 monitor: Decode some of the management authentication events 2012-02-22 20:38:08 +01:00
Marcel Holtmann
2821fba7d2 monitor: Add decoding of more management events 2012-02-22 20:12:04 +01:00
Marcel Holtmann
d840f9d563 monitor: Use common code for control and monitor packets 2012-02-22 16:40:09 +01:00
Marcel Holtmann
ba739af87d monitor: Decode management new settings values 2012-02-22 16:25:13 +01:00
Marcel Holtmann
ef084d1ebd monitor: Also monitor the control channel for management events 2012-02-22 13:42:47 +01:00
Marcel Holtmann
c3fa0b14fe monitor: Add string tables for HCI commands and events 2012-02-20 20:17:45 +01:00
Marcel Holtmann
c07a32b214 monitor: Add basic packet processing 2012-02-20 18:17:34 +01:00
Marcel Holtmann
720e3a5116 monitor: Add skeleton for new monitoring tool 2012-02-20 16:11:26 +01:00