summaryrefslogtreecommitdiff
path: root/pcap-dbus.c
Commit message (Expand)AuthorAgeFilesLines
* 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