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-linux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling
Josh Soref
2023-06-25
1
-1
/
+1
*
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
*
Fix spaces before tabs in indentation
Francois-Xavier Le Bail
2023-02-15
1
-3
/
+3
*
Squelch a false Valgrind error in bt_findalldevs().
Denis Ovsienko
2022-01-15
1
-0
/
+8
*
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
/
+1
*
Do the check for a valid direction value in pcap_setdirection().
Guy Harris
2019-11-09
1
-12
/
+5
*
More pcap_setdirection() cleanups.
Guy Harris
2019-11-08
1
-4
/
+27
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-5
/
+5
*
Clean up some "injection not supported" messages.
Guy Harris
2018-12-10
1
-2
/
+2
*
bt-typo: Extra word existed in comment and minor message fix-ups
agnosticdev
2018-12-10
1
-3
/
+3
*
Squelch more narrowing warnings.
Guy Harris
2018-09-12
1
-3
/
+3
*
Clean up the declaration of the packet-filtering routines.
Guy Harris
2018-08-31
1
-1
/
+1
*
Address another -Wformat-truncation warning.
Denis Ovsienko
2018-07-18
1
-4
/
+5
*
Add more interface flags to pcap_findalldevs().
Guy Harris
2018-04-29
1
-2
/
+9
*
Fix a set of trivial unused warnings
Joerg Mayer
2018-04-04
1
-2
/
+2
*
Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.
Guy Harris
2018-01-20
1
-1
/
+1
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-28
/
+22
*
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
/
+1
*
also fix Linux compiling with Bluetooth support
Denis Ovsienko
2016-06-30
1
-1
/
+1
*
Rename opt.source to opt.device.
Guy Harris
2016-06-29
1
-2
/
+2
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-16
/
+16
*
Squelch a signed vs. unsigned warning.
Guy Harris
2015-10-14
1
-2
/
+2
*
Fix warning as "ISO C90 forbids mixed declarations and code"
Francois-Xavier Le Bail
2015-09-02
1
-1
/
+1
*
Make the buffer member of a pcap_t a void *.
Guy Harris
2015-08-09
1
-8
/
+8
*
Delete trailing spaces/tabs
Francois-Xavier Le Bail
2015-03-08
1
-1
/
+1
*
Delete trailing spaces/tabs
Francois-Xavier Le Bail
2015-03-08
1
-25
/
+25
*
remove libpcap's own CVS keywords
Denis Ovsienko
2014-01-03
1
-4
/
+0
*
Fix for bluetooth adapters not showing up
Mansour Behabadi
2013-09-29
1
-2
/
+1
*
Rename the "private" member of a pcap_t to avoid C++ issues.
Guy Harris
2013-08-07
1
-2
/
+2
*
Move platform-dependent pcap_t data out of the pcap_t structure.
Guy Harris
2013-05-06
1
-5
/
+14
*
Merge remote-tracking branch 'github/master'
Michael Richardson
2013-03-25
1
-1
/
+1
|
\
|
*
Bluetooth: Fix interface initialization
Michal Labedzki
2013-03-25
1
-1
/
+2
*
|
Cope with Bluetooth API breakage in some Linux 3.x(?) kernel.
Guy Harris
2013-03-25
1
-0
/
+3
|
/
*
And un-constify some others.
Guy Harris
2012-06-11
1
-1
/
+2
*
Constify some variables.
Guy Harris
2012-06-11
1
-1
/
+1
*
Have non-interface modules take responsibility for identifying their devices.
Guy Harris
2012-06-11
1
-2
/
+31
*
recvmsg() returns an ssize_t; put its return value into an ssize_t.
Guy Harris
2011-11-30
1
-22
/
+26
*
Fix typos in the Bluetooth capture code.
Jakub Zawadzki
2011-06-14
1
-2
/
+2
*
Do filtering on USB and Bluetooth capturing.
Guy Harris
2010-06-04
1
-13
/
+11
*
Get rid of declaration of non-existent routine.
guy
2008-07-01
1
-2
/
+1
*
Fix typoes (sigh, using both "p" and "handle" for the pcap_t pointer in
guy
2008-04-14
1
-3
/
+3
*
Turn close_op into cleanup_op; the routine that handles it can also be
guy
2008-04-14
1
-12
/
+12
*
For Linux non-mmapped captures, Linux bluetooth captures, and Irix
guy
2008-04-07
1
-4
/
+18
*
From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_t
guy
2008-04-04
1
-45
/
+45
*
Use %zu to print something with the type size_t - I think most if not
guy
2008-02-14
1
-2
/
+2
[next]