summaryrefslogtreecommitdiff
path: root/pcap/bluetooth.h
Commit message (Collapse)AuthorAgeFilesLines
* Use C99 {u}intN_t types rather than BSD {u_}intN_t types.Guy Harris2017-09-111-4/+5
| | | | | | | | | | | | | We can get them on any sufficiently modern UN*X, as they provide <inttypes.h>. We can get them with MSVC, by including <inttypes.h> on newer versions or defining them ourselves in older versions. We can get them with various development environments on MS-DOS. Add a pcap/pcap-inttypes.h header file that does what's necessary to get them defined, and include that in the pcap/*.h headers that use those types. Have pcap-types.h only include what's necessary to get u_int defined.
* Use the common convention for header guards.Guy Harris2016-01-291-2/+2
| | | | Addresses GitHub issue #480.
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-3/+3
|
* Add support for Bluetooth Linux Monitor interfaceMichal Labedzki2014-02-181-1/+10
| | | | | Interface "bluetooth_monitor" is used to monitoring all Bluetooth adapters together on Linux platform.
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
| | | | | | This change removes CVS keywords that express that the file belongs to libpcap repository. All such keywords represented the revision and timestamp by the end of 2008 or even older.
* From Paolo Abeni:guy2007-09-221-0/+48
Fix the copyright notice. Use the new DLT_BLUETOOTH_HCI_H4_WITH_PHDR DLT, and add a direction indication. Now that we have a direction indication, support pcap_setdirection(). Update FILES and INSTALL.txt appropriately, and fix some problems in INSTALL.txt.