aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-bt-linux.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-01Get rid of declaration of non-existent routine.guy1-2/+1
2008-04-14Fix typoes (sigh, using both "p" and "handle" for the pcap_t pointer inguy1-3/+3
2008-04-14Turn close_op into cleanup_op; the routine that handles it can also beguy1-12/+12
2008-04-07For Linux non-mmapped captures, Linux bluetooth captures, and Irixguy1-4/+18
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy1-45/+45
2008-02-14Use %zu to print something with the type size_t - I think most if notguy1-2/+2
2007-09-22From Paolo Abeni:guy1-9/+18
2007-08-18Fix a message to speak of Bluetooth rather than USB.guy1-2/+2
2007-04-01Add RCS IDs.guy1-0/+4
2007-01-14From Paolo Abeni: fix a printf.guy1-1/+1
2006-12-20From Paolo Abeni: add support for the binary USB sniffing interface inguy1-1/+1
2006-12-05From Paolo Abeni: don't treate an EAFNOSUPPORT error when trying to openguy1-3/+6
2006-12-04Capitalize "Bluetooth".guy1-1/+1
2006-10-13Move the Linux Bluetooth and USB declarations to a header file.guy1-1/+2
2006-10-13From Paolo Abeni: Bluetooth support.guy1-0/+342