]> The Tcpdump Group git mirrors - libpcap/history - pcap-bt-linux.c
pcap_create_interface() needs the interface name on Linux.
[libpcap] / pcap-bt-linux.c
2016-06-30  Denis Ovsienkoalso fix Linux compiling with Bluetooth support
2016-06-30  Guy HarrisRename opt.source to opt.device.
2015-11-03  Guy HarrisUse pcap_snprintf() instead of snprintf().
2015-10-14  Guy HarrisSquelch a signed vs. unsigned warning.
2015-09-27  Guy HarrisMerge branch 'aix-large-files' of https://github.com...
2015-09-02  Francois-Xavier... Fix warning as "ISO C90 forbids mixed declarations...
2015-08-09  Guy HarrisMake the buffer member of a pcap_t a void *.
2015-03-08  Francois-Xavier... Delete trailing spaces/tabs
2015-03-08  Francois-Xavier... Delete trailing spaces/tabs
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2014-01-03  Denis Ovsienkoremove libpcap's own CVS keywords
2013-09-29  Guy HarrisMerge pull request #322 from oxplot/bt-fix
2013-09-29  Mansour BehabadiFix for bluetooth adapters not showing up 322/head
2013-08-07  Guy HarrisRename the "private" member of a pcap_t to avoid C...
2013-05-13  Guy HarrisMerge remote-tracking branch 'libpcap/master'
2013-05-06  Guy HarrisMove platform-dependent pcap_t data out of the pcap_t...
2013-03-25  Michael RichardsonMerge remote-tracking branch 'github/master'
2013-03-25  Michael RichardsonMerge pull request #24 from MichalLabedzki/master
2013-03-25  Guy HarrisCope with Bluetooth API breakage in some Linux 3.x...
2013-03-25  Michal LabedzkiBluetooth: Fix interface initialization
2012-06-14  Michael RichardsonMerge pull request #7 from sfd/aa0d1466731bae42b5f84dd0...
2012-06-11  Guy HarrisAnd un-constify some others.
2012-06-11  Guy HarrisConstify some variables.
2012-06-11  Guy HarrisHave non-interface modules take responsibility for...
2011-12-01  Guy Harrisrecvmsg() returns an ssize_t; put its return value...
2011-06-14  Jakub ZawadzkiFix typos in the Bluetooth capture code.
2011-02-28  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2010-08-16  Stephen DonnellyMerge commit 'upstream/master'
2010-06-04  Guy HarrisDo filtering on USB and Bluetooth capturing.
2008-07-01  guyGet rid of declaration of non-existent routine.
2008-04-14  guyFix typoes (sigh, using both "p" and "handle" for the...
2008-04-14  guyTurn close_op into cleanup_op; the routine that handles...
2008-04-07  guyFor Linux non-mmapped captures, Linux bluetooth capture...
2008-04-04  guyFrom Paolo Abeni and me: split pcap_open_live() into...
2008-02-14  guyUse %zu to print something with the type size_t - I...
2007-09-22  guyFrom Paolo Abeni:
2007-08-18  guyFix a message to speak of Bluetooth rather than USB.
2007-04-01  guyAdd RCS IDs.
2007-01-14  guyFrom Paolo Abeni: fix a printf.
2006-12-20  guyFrom Paolo Abeni: add support for the binary USB sniffi...
2006-12-05  guyFrom Paolo Abeni: don't treate an EAFNOSUPPORT error...
2006-12-04  guyCapitalize "Bluetooth".
2006-10-13  guyMove the Linux Bluetooth and USB declarations to a...
2006-10-13  guyFrom Paolo Abeni: Bluetooth support.