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-dbus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-3
/
+3
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-11
/
+11
*
Squelch more narrowing warnings.
Guy Harris
2018-09-12
1
-1
/
+1
*
Clean up the declaration of the packet-filtering routines.
Guy Harris
2018-08-31
1
-1
/
+1
*
Add more interface flags to pcap_findalldevs().
Guy Harris
2018-04-29
1
-2
/
+10
*
Fix a set of trivial unused warnings
Joerg Mayer
2018-04-04
1
-1
/
+1
*
Use the right name for calls to wait for events.
Guy Harris
2018-01-20
1
-3
/
+3
*
Set the [gs]set non-blocking mode handlers up front on Windows.
Guy Harris
2017-10-01
1
-2
/
+0
*
Set the nonblock function pointer on Windows as well.
Guy Harris
2017-10-01
1
-2
/
+0
*
Catch attempts to get or set non-blocking mode before we're activated,
Guy Harris
2017-10-01
1
-0
/
+11
*
Explicitly reject non-blocking mode on D-Bus and rpcap.
Guy Harris
2017-10-01
1
-2
/
+24
*
Explain why you can't do select/poll/epoll/kqueue stuff etc. for D-Bus.
Guy Harris
2017-10-01
1
-0
/
+22
*
excluded unavailable members of pcap_t on windows
Ali Abdulkadir
2017-10-02
1
-0
/
+4
*
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
/
+8
*
Support setting non-blocking mode before activating.
Guy Harris
2017-02-25
1
-0
/
+1
*
Have a pcap_if_list_t structure for use by the findalldevs code.
Guy Harris
2017-01-18
1
-3
/
+3
*
Clean up findalldevs code.
Guy Harris
2016-12-17
1
-2
/
+2
*
Squelch more signed vs. unsigned comparison warnings.
Guy Harris
2016-07-25
1
-1
/
+1
*
make more pcap_create_common() fixes
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
-9
/
+9
*
Fix warnings as "C++ style comments are not allowed in ISO C90"
Francois-Xavier Le Bail
2015-09-05
1
-1
/
+1
*
Delete trailing spaces/tabs
Francois-Xavier Le Bail
2015-03-08
1
-6
/
+6
*
More findalldevs fixes.
Guy Harris
2013-09-29
1
-4
/
+2
*
Rename the "private" member of a pcap_t to avoid C++ issues.
Guy Harris
2013-08-07
1
-5
/
+5
*
Move platform-dependent pcap_t data out of the pcap_t structure.
Guy Harris
2013-05-06
1
-26
/
+34
*
pcap-int.h must be included before pcap-dbus.h, to get pcap_t etc. defined.
Guy Harris
2013-04-12
1
-1
/
+1
*
Add a pcap-dbus.h header and include it in pcap-dbus.c and pcap.c.
Guy Harris
2013-04-12
1
-4
/
+6
*
Pick up some fixes from a comment for the SourceForge bug for D-Bus support.
Guy Harris
2013-04-12
1
-1
/
+1
*
pcap-dbus code from Jakub Zawadzki
Michael Richardson
2013-04-12
1
-0
/
+271