bluez/monitor
Szymon Janc f4ececd75a monitor: Fix build errors due to unaligned memory access
This fix following compilation errors on ARM.

  CC     monitor/hcidump.o
monitor/hcidump.c: In function ‘device_callback’:
monitor/hcidump.c:147:11: error: cast increases required alignment of
	target type [-Werror=cast-align]
monitor/hcidump.c:150:10: error: cast increases required alignment of
	target type [-Werror=cast-align]
monitor/hcidump.c: In function ‘stack_internal_callback’:
monitor/hcidump.c:348:9: error: cast increases required alignment of
	target type [-Werror=cast-align]
cc1: all warnings being treated as errors
make[1]: *** [monitor/hcidump.o] Error 1

  CC     monitor/control.o
monitor/control.c: In function ‘data_callback’:
monitor/control.c:584:10: error: cast increases required alignment of
	target type [-Werror=cast-align]
cc1: all warnings being treated as errors
make[1]: *** [monitor/control.o] Error 1
2012-12-11 07:41:08 +02:00
..
bt.h monitor: Decode a few Attribute PDUs 2012-11-17 18:43:28 +09:00
btsnoop.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
btsnoop.h monitor: Add support for reading btsnoop trace files 2012-10-31 18:28:41 -07:00
control.c monitor: Fix build errors due to unaligned memory access 2012-12-11 07:41:08 +02:00
control.h monitor: Add support for reading btsnoop trace files 2012-10-31 18:28:41 -07:00
display.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
display.h monitor: Fix color printing of hexdump 2012-11-09 23:54:36 +01:00
hcidump.c monitor: Fix build errors due to unaligned memory access 2012-12-11 07:41:08 +02:00
hcidump.h monitor: Add support for hcidump fallback 2012-02-27 00:55:34 -08:00
l2cap.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
l2cap.h monitor: Add basic decoding for SDP transactions 2012-11-17 01:52:12 +09:00
main.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
mainloop.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
mainloop.h monitor: Use better signal integration 2012-02-27 10:35:31 -08:00
packet.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
packet.h monitor: Allow filtering on controller index 2012-11-04 17:47:27 +01:00
sdp.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
sdp.h monitor: Track SDP continuation for attribute lists 2012-11-21 05:35:27 +01:00
uuid.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
uuid.h monitor: Handle UUID-32 and UUID-128 values 2012-11-20 18:01:01 +01:00