summaryrefslogtreecommitdiff
path: root/pcap-bt-monitor-linux.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: fix non-blocking modeMatias Karhumaa2021-03-191-0/+4
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+9
* We don't check the direction, so don't support setting it.Guy Harris2019-11-081-8/+1
* Remove some workarounds for old compilers.Guy Harris2019-08-091-1/+1
* Clean up some "injection not supported" messages.Guy Harris2018-12-101-1/+2
* Squelch more narrowing warnings.Guy Harris2018-09-121-2/+2
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+1
* Bluetooth is wireless, and bluetooth-monitor has no "connected" notion.Guy Harris2018-04-301-1/+10
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-10/+10
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* Make the checks and adjustment of the snapshot length module-dependent.Guy Harris2017-06-011-0/+11
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-2/+2
* Clean up findalldevs code.Guy Harris2016-12-171-2/+2
* Fix to the previous checkin.Guy Harris2016-07-251-1/+1
* Squelch a signed vs. unsigned warning.Guy Harris2016-07-251-1/+1
* also fix Linux compiling with Bluetooth supportDenis Ovsienko2016-06-301-1/+1
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-6/+6
* Make the buffer member of a pcap_t a void *.Guy Harris2015-08-091-8/+8
* Fix building Bluetooth Linux Monitor support with BlueZ 5.1+Jakub Sitnicki2015-06-031-4/+14
* Bluetooth Linux Monitor: fix three warningsFrancois-Xavier Le Bail2014-12-031-1/+2
* Check for HCI_CHANNEL_MONITOR for Linux Bluetooth Monitor support.Guy Harris2014-02-181-3/+0
* Add support for Bluetooth Linux Monitor interfaceMichal Labedzki2014-02-181-0/+244