bluez/tools/parser
Szymon Janc 5a77b4a9ba hcidump: Fix compilation errors due to unaligned memory access
Use bt_get_le* helper functions to access unaligned memory. This fix
number of compilation errors on ARM similar to:

CC     tools/parser/hci.o
tools/parser/hci.c: In function ‘ext_inquiry_data_dump’:
tools/parser/hci.c:797:10 error: cast increases required alignment of
	target type [-Werror=cast-align]
tools/parser/hci.c:797:10: error: cast increases required alignment of
	target type [-Werror=cast-align]
cc1: all warnings being treated as errors
make[1]: *** [tools/parser/hci.o] Error 1
2012-12-18 13:42:50 +02:00
..
amp.c hcidump: Make assoc dump function available for HCI parser 2012-12-17 23:53:07 +01:00
att.c hcidump: Fix UUID-128 parsing 2012-12-17 23:53:06 +01:00
avctp.c hcidump: Fix parsing SetBrowsedPlayer as AV/C pdu 2012-12-17 23:53:07 +01:00
avdtp.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00
avrcp.c hcidump: Add parsing for GeneralReject PDU 2012-12-17 23:53:08 +01:00
bnep.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00
bpa.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00
capi.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00
cmtp.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00
csr.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00
ericsson.c hcidump: Update copyright information 2012-12-17 23:53:01 +01:00
hci.c hcidump: Fix compilation errors due to unaligned memory access 2012-12-18 13:42:50 +02:00
hcrp.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00
hidp.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00
l2cap.c hcidump: Fix compilation errors due to unaligned memory access 2012-12-18 13:42:50 +02:00
l2cap.h hcidump: Add private header for L2CAP structures 2012-12-18 00:00:39 +01:00
lmp.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00
obex.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00
parser.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00
parser.h hcidump: Add missing declaration of amp_assoc_dump 2012-12-17 23:58:24 +01:00
ppp.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00
rfcomm.c hcidump: Add basic SAP parsing 2012-12-17 23:53:06 +01:00
rfcomm.h hcidump: Update copyright information 2012-12-17 23:53:01 +01:00
sap.c hcidump: Add parameters parsing support for SAP PDU 2012-12-17 23:53:06 +01:00
sdp.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00
sdp.h hcidump: Update copyright information 2012-12-17 23:53:01 +01:00
smp.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00
tcpip.c hcidump: Change includes to use local copy of Bluetooth library 2012-12-17 23:53:05 +01:00