whad-team / whad-client

Wireless Hacking Devices Protocol client
MIT License
131 stars 8 forks source link

Allow wsniff to run on MacOS #54

Closed doggkruse closed 1 month ago

doggkruse commented 2 months ago

Raw HCI sockets are not available so wrap with a try. port_info.subsystem is not available on MacOS so check port_info.usb_info instead

virtualabs commented 1 month ago

Your modifications have been added to the main branch through PR #69, as explained in PR #56.