aboutsummaryrefslogtreecommitdiff
path: root/pcap-bt-monitor-linux.h
Commit message (Collapse)AuthorAgeFilesLines
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-1/+1
| | | | | | | It's not part of the API, but it's an internal structure used by the findalldevs code. Currently, it just has a pointer to the beginning of the list, but it could change in order to speed up the process of adding to the list.
* Add support for Bluetooth Linux Monitor interfaceMichal Labedzki2014-02-181-0/+32
Interface "bluetooth_monitor" is used to monitoring all Bluetooth adapters together on Linux platform.