Skip to content

Commit c445534

Browse files
Bluetooth: Add ACL binding for HCI MON. (#4817)
1 parent 3363981 commit c445534

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scapy/layers/bluetooth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2918,6 +2918,7 @@ class HCI_Mon_System_Note(Packet):
29182918
bind_layers(HCI_Mon_Hdr, HCI_Mon_New_Index, opcode=0)
29192919
bind_layers(HCI_Mon_Hdr, HCI_Command_Hdr, opcode=2)
29202920
bind_layers(HCI_Mon_Hdr, HCI_Event_Hdr, opcode=3)
2921+
bind_layers(HCI_Mon_Hdr, HCI_ACL_Hdr, opcode=5)
29212922
bind_layers(HCI_Mon_Hdr, HCI_Mon_Index_Info, opcode=10)
29222923
bind_layers(HCI_Mon_Hdr, HCI_Mon_System_Note, opcode=12)
29232924

0 commit comments

Comments
 (0)