index
:
rsdsl/libpcap.git
master
the LIBpcap interface to various kernel packet capture mechanism, precompiled for musl x64 and aarch64
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pcap-bt-monitor-linux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-2
/
+2
*
struct pcap: Update buffer type from "void *" to "u_char *"
Francois-Xavier Le Bail
2023-05-18
1
-1
/
+1
*
Bluetooth: fix non-blocking mode
Matias Karhumaa
2021-03-19
1
-0
/
+4
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+9
*
We don't check the direction, so don't support setting it.
Guy Harris
2019-11-08
1
-8
/
+1
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-1
/
+1
*
Clean up some "injection not supported" messages.
Guy Harris
2018-12-10
1
-1
/
+2
*
Squelch more narrowing warnings.
Guy Harris
2018-09-12
1
-2
/
+2
*
Clean up the declaration of the packet-filtering routines.
Guy Harris
2018-08-31
1
-1
/
+1
*
Bluetooth is wireless, and bluetooth-monitor has no "connected" notion.
Guy Harris
2018-04-30
1
-1
/
+10
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-10
/
+10
*
Always include <config.h> rather than "config.h".
Guy Harris
2017-08-18
1
-1
/
+1
*
Make the checks and adjustment of the snapshot length module-dependent.
Guy Harris
2017-06-01
1
-0
/
+11
*
Have a pcap_if_list_t structure for use by the findalldevs code.
Guy Harris
2017-01-18
1
-2
/
+2
*
Clean up findalldevs code.
Guy Harris
2016-12-17
1
-2
/
+2
*
Fix to the previous checkin.
Guy Harris
2016-07-25
1
-1
/
+1
*
Squelch a signed vs. unsigned warning.
Guy Harris
2016-07-25
1
-1
/
+1
*
also fix Linux compiling with Bluetooth support
Denis Ovsienko
2016-06-30
1
-1
/
+1
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-6
/
+6
*
Make the buffer member of a pcap_t a void *.
Guy Harris
2015-08-09
1
-8
/
+8
*
Fix building Bluetooth Linux Monitor support with BlueZ 5.1+
Jakub Sitnicki
2015-06-03
1
-4
/
+14
*
Bluetooth Linux Monitor: fix three warnings
Francois-Xavier Le Bail
2014-12-03
1
-1
/
+2
*
Check for HCI_CHANNEL_MONITOR for Linux Bluetooth Monitor support.
Guy Harris
2014-02-18
1
-3
/
+0
*
Add support for Bluetooth Linux Monitor interface
Michal Labedzki
2014-02-18
1
-0
/
+244