summaryrefslogtreecommitdiff
path: root/pcap-dbus.c
Commit message (Expand)AuthorAgeFilesLines
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* Remove some workarounds for old compilers.Guy Harris2019-08-091-11/+11
* Squelch more narrowing warnings.Guy Harris2018-09-121-1/+1
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+1
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-2/+10
* Fix a set of trivial unused warningsJoerg Mayer2018-04-041-1/+1
* Use the right name for calls to wait for events.Guy Harris2018-01-201-3/+3
* Set the [gs]set non-blocking mode handlers up front on Windows.Guy Harris2017-10-011-2/+0
* Set the nonblock function pointer on Windows as well.Guy Harris2017-10-011-2/+0
* Catch attempts to get or set non-blocking mode before we're activated,Guy Harris2017-10-011-0/+11
* Explicitly reject non-blocking mode on D-Bus and rpcap.Guy Harris2017-10-011-2/+24
* Explain why you can't do select/poll/epoll/kqueue stuff etc. for D-Bus.Guy Harris2017-10-011-0/+22
* excluded unavailable members of pcap_t on windowsAli Abdulkadir2017-10-021-0/+4
* 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/+8
* Support setting non-blocking mode before activating.Guy Harris2017-02-251-0/+1
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-3/+3
* Clean up findalldevs code.Guy Harris2016-12-171-2/+2
* Squelch more signed vs. unsigned comparison warnings.Guy Harris2016-07-251-1/+1
* make more pcap_create_common() fixesDenis 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-9/+9
* Fix warnings as "C++ style comments are not allowed in ISO C90"Francois-Xavier Le Bail2015-09-051-1/+1
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-6/+6
* More findalldevs fixes.Guy Harris2013-09-291-4/+2
* Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris2013-08-071-5/+5
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-26/+34
* pcap-int.h must be included before pcap-dbus.h, to get pcap_t etc. defined.Guy Harris2013-04-121-1/+1
* Add a pcap-dbus.h header and include it in pcap-dbus.c and pcap.c.Guy Harris2013-04-121-4/+6
* Pick up some fixes from a comment for the SourceForge bug for D-Bus support.Guy Harris2013-04-121-1/+1
* pcap-dbus code from Jakub ZawadzkiMichael Richardson2013-04-121-0/+271