Commit Graph

19 Commits

Author SHA1 Message Date
Marcel Holtmann
55eeda7afd monitor: Decode the L2CAP create channel commands 2012-11-11 18:44:04 +09:00
Marcel Holtmann
ec1fb9eece monitor: Use PRIx64 instead of PRIu64 2012-11-11 11:26:07 +09:00
Marcel Holtmann
2c71c128bf monitor: Decode L2CAP features and fixed channels list 2012-11-11 01:26:02 +01:00
Johan Hedberg
ac4a92264a monitor: Fix uint64_t format specifier
To be compilable both on 32 and 64 bit architectures the PRIu64 macro
needs to be used as format specifier for uint64_t. Otherwise we'll get
the following type of error either on 32 bit (for %lx) or 64 bit (for
%llx) :

monitor/l2cap.c: In function 'sig_info_rsp':
monitor/l2cap.c:351:3: error: format '%lx' expects argument of type 'long unsigned int', but argument 8 has type 'uint64_t' [-Werror=format]
2012-11-10 14:19:33 +02:00
Marcel Holtmann
bc75f38cb3 monitor: Fix color printing of hexdump 2012-11-09 23:54:36 +01:00
Marcel Holtmann
5784a830bf monitor: Use more advanced indent printing 2012-11-09 23:46:29 +01:00
Marcel Holtmann
5b7dc67021 monitor: Add decoding of L2CAP signal channel 2012-11-09 23:32:30 +01:00
Marcel Holtmann
a4ac338896 monitor: Use more explicit L2CAP header parsing 2012-11-09 21:23:21 +01:00
Marcel Holtmann
9bd562adc7 monitor: Move L2CAP header definition into global include 2012-11-09 21:01:06 +01:00
Marcel Holtmann
1f50e7b348 monitor: Use global helper for error color handling 2012-11-09 20:58:00 +01:00
Marcel Holtmann
f796507894 monitor: Provice ACL handle to L2CAP packets 2012-11-09 20:47:56 +01:00
Marcel Holtmann
e3df56ff6e monitor: Make field printing a global helper 2012-11-08 15:50:41 +01:00
Marcel Holtmann
f95696986b monitor: Show index label on the right 2012-11-04 16:05:27 +01:00
Marcel Holtmann
458e327822 monitor: Use smaller indentation for packet content 2012-11-04 14:05:43 +01:00
Marcel Holtmann
0ddf8aa9e4 monitor: Add SMP opcode decoding 2012-11-03 12:27:23 +01:00
Marcel Holtmann
98f89b65f3 monitor: Add L2CAP opcode decoding 2012-11-03 12:11:54 +01:00
Marcel Holtmann
067143a0e9 monitor: Add A2MP opcode decoding 2012-11-03 11:36:37 +01:00
Marcel Holtmann
deee37c667 monitor: Add ATT opcode decoding 2012-11-03 11:07:22 +01:00
Marcel Holtmann
c9d51f571a monitor: Add simple L2CAP packet framing 2012-11-03 10:25:03 +01:00