monitor: Fix misaligment errors
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 5 May 2023 20:20:25 +0000 (13:20 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 10:41:34 +0000 (16:11 +0530)
commit2e9255f7532460114b95c94fd000391822da9b35
treed9fcc850261cdfa00374d019ebc015d75e88e4ba
parent72ee7aea97f3554fbbc5434fc2ba87b45c4d5ce4
monitor: Fix misaligment errors

This fixes the following errors:

monitor/packet.c:11968:27: runtime error: member access within
misaligned address 0x565448026d55 for type
'const struct monitor_l2cap_hdr', which requires 2 byte alignment
monitor/packet.c:11968:4: runtime error: member access within
misaligned address 0x565448026d55 for type
'const struct monitor_l2cap_hdr', which requires 2 byte alignment
monitor/packet.c