aboutsummaryrefslogtreecommitdiff
path: root/pcap-bt-linux.c
AgeCommit message (Expand)Author
2023-02-15Fix spaces before tabs in indentationFrancois-Xavier Le Bail
2022-02-20Squelch a false Valgrind error in bt_findalldevs().Denis Ovsienko
2021-03-20Bluetooth: fix non-blocking modeMatias Karhumaa
2020-07-01Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris
2019-11-09Do the check for a valid direction value in pcap_setdirection().Guy Harris
2019-11-08More pcap_setdirection() cleanups.Guy Harris
2019-08-09Remove some workarounds for old compilers.Guy Harris
2018-12-10Clean up some "injection not supported" messages.Guy Harris
2018-12-10bt-typo: Extra word existed in comment and minor message fix-upsagnosticdev
2018-09-12Squelch more narrowing warnings.Guy Harris
2018-08-31Clean up the declaration of the packet-filtering routines.Guy Harris
2018-07-18Address another -Wformat-truncation warning.Denis Ovsienko
2018-04-29Add more interface flags to pcap_findalldevs().Guy Harris
2018-04-04Fix a set of trivial unused warningsJoerg Mayer
2018-01-20Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris
2017-11-15Add a routine to format error messages with an errno-based message at the end.Guy Harris
2017-08-18Always include <config.h> rather than "config.h".Guy Harris
2017-06-01Make the checks and adjustment of the snapshot length module-dependent.Guy Harris
2017-01-18Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris
2016-12-17Clean up findalldevs code.Guy Harris
2016-06-30also fix Linux compiling with Bluetooth supportDenis Ovsienko
2016-06-29Rename opt.source to opt.device.Guy Harris
2015-11-03Use pcap_snprintf() instead of snprintf().Guy Harris
2015-10-14Squelch a signed vs. unsigned warning.Guy Harris
2015-09-02Fix warning as "ISO C90 forbids mixed declarations and code"Francois-Xavier Le Bail
2015-08-09Make the buffer member of a pcap_t a void *.Guy Harris
2015-03-08Delete trailing spaces/tabsFrancois-Xavier Le Bail
2015-03-08Delete trailing spaces/tabsFrancois-Xavier Le Bail
2014-01-03remove libpcap's own CVS keywordsDenis Ovsienko
2013-09-29Fix for bluetooth adapters not showing upMansour Behabadi
2013-08-07Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris
2013-05-06Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris
2013-03-25Merge remote-tracking branch 'github/master'Michael Richardson
2013-03-25Cope with Bluetooth API breakage in some Linux 3.x(?) kernel.Guy Harris
2013-03-25Bluetooth: Fix interface initializationMichal Labedzki
2012-06-11And un-constify some others.Guy Harris
2012-06-11Constify some variables.Guy Harris
2012-06-11Have non-interface modules take responsibility for identifying their devices.Guy Harris
2011-11-30recvmsg() returns an ssize_t; put its return value into an ssize_t.Guy Harris
2011-06-14Fix typos in the Bluetooth capture code.Jakub Zawadzki
2010-06-04Do filtering on USB and Bluetooth capturing.Guy Harris
2008-07-01Get rid of declaration of non-existent routine.guy
2008-04-14Fix typoes (sigh, using both "p" and "handle" for the pcap_t pointer inguy
2008-04-14Turn close_op into cleanup_op; the routine that handles it can also beguy
2008-04-07For Linux non-mmapped captures, Linux bluetooth captures, and Irixguy
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy
2008-02-14Use %zu to print something with the type size_t - I think most if notguy
2007-09-22From Paolo Abeni:guy
2007-08-18Fix a message to speak of Bluetooth rather than USB.guy
2007-04-01Add RCS IDs.guy