Diff between 3f99c59c67ad088a0ffefcf2a3ed7c0b6fb47916 and 9ded410e01c96409103977a4436d4bb7dbd5038e
Changed Files
| File | Additions | Deletions | Status |
| monitor/control.c | +2 | -0 | modified |
Full Patch
diff --git a/monitor/control.c b/monitor/control.c
index 991dea1..46eed2a 100644
--- a/monitor/control.c
+++ b/monitor/control.c
@@ -1344,6 +1344,8 @@ static void tty_callback(int fd, uint32_t events, void *user_data)
btsnoop_write_hci(btsnoop_file, tv, 0, opcode, drops,
hdr->ext_hdr + hdr->hdr_len, pktlen);
+ ellisys_inject_hci(tv, 0, opcode, hdr->ext_hdr + hdr->hdr_len,
+ pktlen);
packet_monitor(tv, NULL, 0, opcode,
hdr->ext_hdr + hdr->hdr_len, pktlen);