summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Report the DLT description in error messagesBill Fenner2019-04-151-0/+3
* Get rid of GNU Makeisms.Guy Harris2019-03-111-21/+24
* Add Haiku pcap implementationJerome Duval2019-03-101-1/+7
* Use asprintf(), and provide a version for systems that lack it.Guy Harris2019-02-091-0/+5
* Merge pull request #793 from AndersBroman/masterGuy Harris2019-01-101-0/+1
|\
| * Make CMake work for an installed DPDK on Ubuntu.Anders Broman2019-01-091-0/+1
* | Add the fuzz subdirectory of testprogs to the release tarball.Guy Harris2019-01-101-0/+8
* | Update the Makefile.Guy Harris2019-01-101-1/+1
* | Put the Windows-vs-non-Windows socket defines in <pcap/socket.h>.Guy Harris2019-01-091-0/+1
|/
* Add rpcapd/rpcapd-config.manfile.in to the release tarball.Guy Harris2019-01-061-0/+1
* Merge branch 'master' of https://github.com/rixed/libpcap into rixed-masterGuy Harris2019-01-061-0/+2
|\
| * Add SSL option for data socket of rpcapCedric Cellier2018-09-131-0/+2
* | Just have an MSRC variable for all additional pcap modules.Guy Harris2019-01-061-3/+4
* | Fix handling of DPDK-only configuration.Guy Harris2019-01-061-1/+1
* | Add pcap-dpdk.[ch] to EXTRA_DIST so it's in the source tarball.Guy Harris2019-01-061-0/+2
* | enable dpdk for libpcap, test with DPDK v18.11jingleyang2018-12-171-1/+3
* | Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris2018-10-161-0/+8
* | On macOS, don't build programs any fatter than they need to be.Guy Harris2018-09-211-2/+2
|/
* Add some "what if it's an earlier release" information.Guy Harris2018-08-221-1/+1
* Rename pcap_set_protocol() to pcap_set_protocol_linux().Denis Ovsienko2018-07-111-1/+1
* Include rpcapd/win32-svc.c in the release tarball.Guy Harris2018-07-111-0/+1
* Remove FindPthreads-w32.cmake from the release.Guy Harris2018-07-101-1/+0
* Add FindPthreads-w32.cmake in Makefile.inFrancois-Xavier Le Bail2018-07-111-0/+1
* change Makefile releasetar list to include md files, and all of doc dir, but ...Michael Richardson2018-06-241-13/+5
* Move bpf/net/bpf-filter.c to toplevel directory - it's the sole file in bpf/...Joerg Mayer2018-05-011-12/+4
* Don't delete libpcap.pc.in when doing 'make clean'Francois-Xavier Le Bail2018-04-271-1/+1
* Remove the sunos4 kernel modules and all references to them.Joerg Mayer2018-04-271-3/+0
* Do bounds checking on references to the bids array.Guy Harris2018-04-251-0/+1
* Add a pkg-config .pc file for libpcap.Guy Harris2018-04-251-7/+21
* Handle rpcapd man page properly on UN*Xes with an SV-style man page layout.Guy Harris2018-04-201-1/+1
* Add a minimalistic manpage for rpcapdJoerg Mayer2018-04-201-0/+1
* Add an xinetd.conf entry for rpcapd.Guy Harris2018-04-051-0/+1
* Add systemd units for rpcapd.Guy Harris2018-04-051-0/+2
* Add rpcapd inetd.conf entry, put plist for rpcapd in rpcapd directory.Guy Harris2018-04-051-1/+2
* Add support for running rpcapd from inetd and inetd-alikes.Guy Harris2018-04-011-0/+2
* With some versions of GCC we need to suppress dianostics in grammar.h.Guy Harris2018-02-241-0/+1
* Add a libpcap test file.Guy Harris2018-02-061-0/+1
* Rename the test program directory to testprogs.Guy Harris2018-02-061-17/+17
* Don't use fopen_s().Guy Harris2018-01-291-2/+1
* Add a new API to handle some non-select()able devices.Guy Harris2018-01-191-0/+1
* Update to reflect the name change for Apple's UNIX-for-Macs.Guy Harris2018-01-081-9/+7
* Rename sf-pcap-ng.[ch] to reflect that the file type is now called pcapng.Guy Harris2018-01-081-2/+2
* Fix mkdep invocations.Guy Harris2017-11-281-1/+1
* Correct linker flag sequenceYogesh Prasad2017-11-281-2/+2
* The top-level Makefile doesn't use RPCAPD_LIBS, so don't define it.Guy Harris2017-11-271-1/+0
* Use BUILDING_PCAP to mean "we're building libpcap".Guy Harris2017-11-271-1/+1
* Use pcap_EXPORTS rather than BUILDING_PCAP to control export/import in headers.Guy Harris2017-11-271-1/+1
* Use missing/getopt.[ch] for rpcapd.Guy Harris2017-11-261-2/+0
* Move rpcapd files into EXTRA_DIST.Guy Harris2017-11-261-14/+14
* Have a separate Makefile for the test programs.Guy Harris2017-11-261-50/+16