We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3363981 commit c445534Copy full SHA for c445534
scapy/layers/bluetooth.py
@@ -2918,6 +2918,7 @@ class HCI_Mon_System_Note(Packet):
2918
bind_layers(HCI_Mon_Hdr, HCI_Mon_New_Index, opcode=0)
2919
bind_layers(HCI_Mon_Hdr, HCI_Command_Hdr, opcode=2)
2920
bind_layers(HCI_Mon_Hdr, HCI_Event_Hdr, opcode=3)
2921
+bind_layers(HCI_Mon_Hdr, HCI_ACL_Hdr, opcode=5)
2922
bind_layers(HCI_Mon_Hdr, HCI_Mon_Index_Info, opcode=10)
2923
bind_layers(HCI_Mon_Hdr, HCI_Mon_System_Note, opcode=12)
2924
0 commit comments