aboutsummaryrefslogtreecommitdiff
path: root/pcap-bt-linux.c
Commit message (Collapse)AuthorAgeFilesLines
...
* From Paolo Abeni:guy2007-09-221-9/+18
| | | | | | | | | | | | | Fix the copyright notice. Use the new DLT_BLUETOOTH_HCI_H4_WITH_PHDR DLT, and add a direction indication. Now that we have a direction indication, support pcap_setdirection(). Update FILES and INSTALL.txt appropriately, and fix some problems in INSTALL.txt.
* Fix a message to speak of Bluetooth rather than USB.guy2007-08-181-2/+2
|
* Add RCS IDs.guy2007-04-011-0/+4
|
* From Paolo Abeni: fix a printf.guy2007-01-141-1/+1
|
* From Paolo Abeni: add support for the binary USB sniffing interface inguy2006-12-201-1/+1
| | | | | | | | Linux. The USB sniffing code for Linux now supplies a per-packet header based on the one supplied by the Linux binary sniffing interface, so we add a new DLT_ value and use that. Fix his e-mail address, and add him to the credits.
* From Paolo Abeni: don't treate an EAFNOSUPPORT error when trying to openguy2006-12-051-3/+6
| | | | | | | | a Bluetooth socket as an error - it just means there's no Bluetooth support in the kernel, and thus there are no Bluetooth devices. Clean up error messages a bit, including indications that these are from the Bluetooth code.
* Capitalize "Bluetooth".guy2006-12-041-1/+1
|
* Move the Linux Bluetooth and USB declarations to a header file.guy2006-10-131-1/+2
| | | | | | | | Clean up some comments. Protect all references to the USB stuff from the common Linux code with PCAP_SUPPORT_USB, just as references to the Bluetooth code are protected with PCAP_SUPPORT_BT.
* From Paolo Abeni: Bluetooth support.guy2006-10-131-0/+342