mesh: dump segmented access payload

This commit is contained in:
Matthias Ringwald 2019-04-17 17:31:30 +02:00
parent 272abd2bfe
commit f3309c1154

View File

@ -607,6 +607,7 @@ uint8_t mesh_upper_transport_setup_segmented_access_pdu_header(mesh_transport_pd
printf("[+] Upper transport, setup segmented Access PDU - seq %06x, szmic %u, iv_index %08x\n", seq, szmic,
mesh_get_iv_index());
mesh_print_hex("Access Payload", transport_pdu->data, transport_pdu->len);
// get app or device key
const mesh_transport_key_t *appkey;