summaryrefslogtreecommitdiff
path: root/pcap-bt-linux.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-3/+3
* Squelch a false Valgrind error in bt_findalldevs().Denis Ovsienko2022-01-151-0/+8
* Bluetooth: fix non-blocking modeMatias Karhumaa2021-03-191-0/+4
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* Do the check for a valid direction value in pcap_setdirection().Guy Harris2019-11-091-12/+5
* More pcap_setdirection() cleanups.Guy Harris2019-11-081-4/+27
* Remove some workarounds for old compilers.Guy Harris2019-08-091-5/+5
* Clean up some "injection not supported" messages.Guy Harris2018-12-101-2/+2
* bt-typo: Extra word existed in comment and minor message fix-upsagnosticdev2018-12-101-3/+3
* Squelch more narrowing warnings.Guy Harris2018-09-121-3/+3
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+1
* Address another -Wformat-truncation warning.Denis Ovsienko2018-07-181-4/+5
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-2/+9
* Fix a set of trivial unused warningsJoerg Mayer2018-04-041-2/+2
* Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris2018-01-201-1/+1
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-28/+22
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* Make the checks and adjustment of the snapshot length module-dependent.Guy Harris2017-06-011-0/+11
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-2/+2
* Clean up findalldevs code.Guy Harris2016-12-171-2/+1
* also fix Linux compiling with Bluetooth supportDenis Ovsienko2016-06-301-1/+1
* Rename opt.source to opt.device.Guy Harris2016-06-291-2/+2
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-16/+16
* Squelch a signed vs. unsigned warning.Guy Harris2015-10-141-2/+2
* Fix warning as "ISO C90 forbids mixed declarations and code"Francois-Xavier Le Bail2015-09-021-1/+1
* Make the buffer member of a pcap_t a void *.Guy Harris2015-08-091-8/+8
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-1/+1
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-25/+25
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-4/+0
* Fix for bluetooth adapters not showing upMansour Behabadi2013-09-291-2/+1
* Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris2013-08-071-2/+2
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-5/+14
* Merge remote-tracking branch 'github/master'Michael Richardson2013-03-251-1/+1
|\
| * Bluetooth: Fix interface initializationMichal Labedzki2013-03-251-1/+2
* | 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