summaryrefslogtreecommitdiff
path: root/pcap-bt-linux.c
Commit message (Expand)AuthorAgeFilesLines
* Copy over a whitespace fix from the trunk.libpcap_1_4rel0Guy Harris2013-03-261-1/+1
* Cope with Bluetooth API breakage in some Linux 3.x(?) kernel.Guy Harris2013-03-251-0/+3
* And un-constify some others.Guy Harris2012-06-111-1/+2
* Constify some variables.Guy Harris2012-06-111-1/+1
* Have non-interface modules take responsibility for identifying their devices.Guy Harris2012-06-111-2/+31
* recvmsg() returns an ssize_t; put its return value into an ssize_t.Guy Harris2011-11-301-22/+26
* Fix typos in the Bluetooth capture code.Jakub Zawadzki2011-06-141-2/+2
* Do filtering on USB and Bluetooth capturing.Guy Harris2010-06-041-13/+11
* Get rid of declaration of non-existent routine.guy2008-07-011-2/+1
* Fix typoes (sigh, using both "p" and "handle" for the pcap_t pointer inguy2008-04-141-3/+3
* Turn close_op into cleanup_op; the routine that handles it can also beguy2008-04-141-12/+12
* For Linux non-mmapped captures, Linux bluetooth captures, and Irixguy2008-04-071-4/+18
* From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy2008-04-041-45/+45
* Use %zu to print something with the type size_t - I think most if notguy2008-02-141-2/+2
* From Paolo Abeni:guy2007-09-221-9/+18
* 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
* From Paolo Abeni: don't treate an EAFNOSUPPORT error when trying to openguy2006-12-051-3/+6
* Capitalize "Bluetooth".guy2006-12-041-1/+1
* Move the Linux Bluetooth and USB declarations to a header file.guy2006-10-131-1/+2
* From Paolo Abeni: Bluetooth support.guy2006-10-131-0/+342