1 | initial version |
I want to choose the native capture interface, but I cannot find it ( or do not know the correct name)
It doesn't have a name, because it's not an interface that libpcap supports or that a Wireshark extcap module supports.
PacketLogger uses an internal, undocumented mechanism. I looked at the code a long time ago when I was at Apple and had access to the source; I no longer have access, and don't remember what the mechanism was, but it wasn't a documented mechanism, so I couldn't add it to, for example, libpcap.
How can I capture Bluetooth packets by my MacBook?
Use PacketLogger, and then read the PacketLogger trace with Wireshark.