Diff between 33af0ce949310a740154b7e20966d27990e73a3b and b8b4083c179e93e1a0ee1c3f784313a3f60ad6fe
Changed Files
| File | Additions | Deletions | Status |
| monitor/packet.c | +1 | -1 | modified |
Full Patch
diff --git a/monitor/packet.c b/monitor/packet.c
index 3c32735..d1d0c79 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -11520,7 +11520,7 @@ static void le_pa_report_evt(struct timeval *tv, uint16_t index,
print_field("Data status: %s%s%s", color_on, str, COLOR_OFF);
print_field("Data length: 0x%2.2x", evt->data_len);
- packet_hexdump(evt->data, evt->data_len);
+ print_eir(evt->data, evt->data_len, true);
}
static void le_pa_sync_lost_evt(struct timeval *tv, uint16_t index,