summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Declare the NFLOG pseudo-header ourselves.Guy Harris2018-05-231-11/+0
* Declare the Bluetooth pseudo-header ourselves.Guy Harris2018-05-231-1/+0
* Don't set COMPILE_FLAGS if there aren't any flags to set.Guy Harris2018-03-271-2/+6
* Add -W options.Guy Harris2018-03-271-0/+89
* The COMPILE_FLAGS property is a string, not a list.Guy Harris2018-03-271-3/+3
* Add C_ADDITIONAL_FLAGS to the compiler flags for targets.Guy Harris2018-03-271-0/+2
* Initialize C_ADDITIONAL_FLAGS where we start setting it.Guy Harris2018-03-271-0/+1
* Don't use CMAKE_C_STANDARD, it doesn't work on all versions of CMake.Guy Harris2018-03-271-2/+56
* Add a malloc/free process with garbage collectorFrancois-Xavier Le Bail2018-03-141-1/+2
* Add "make check".Guy Harris2018-03-051-0/+7
* Add ws2_32, not socket and nsl, if ws2_32 has gethostbyaddr().Guy Harris2018-01-301-26/+38
* Get rid of tests whose results we don't use.Guy Harris2018-01-301-16/+0
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-14/+31
* Not all Windows pcaps have pcap_wsockinit().Guy Harris2018-01-291-0/+11
* Work around a WinPcap botch.Guy Harris2018-01-291-5/+18
* Extra libraries needed on Windows.Guy Harris2018-01-291-0/+7
* When checking pcap.h, make sure we look in ${PCAP_INCLUDE_DIRS}.Guy Harris2018-01-291-0/+1
* Use check_symbol_exists for {v}snprintf().Guy Harris2018-01-291-2/+7
* Pick up Windows snprintf and strdup replacements from libpcap.Guy Harris2018-01-281-1/+5
* If you need multiple headers, use check_include_files(), plural.Guy Harris2018-01-281-1/+1
* Do libdnet checks the same way autotools does.Guy Harris2018-01-281-1/+39
* Don't check for libxnet.Guy Harris2018-01-281-6/+4
* Check for ether_ntohost() after finding additional networking libraries.Guy Harris2018-01-281-84/+85
* Search TCPDUMP_LINK_LIBRARIES when looking for ether_ntohost().Guy Harris2018-01-281-0/+6
* Shuffle include(CheckLibraryExists) up with the other includes.Guy Harris2018-01-271-3/+1
* Check for pcap_debug and yydebug if we don't have pcap_set_parser_debug().Guy Harris2018-01-271-0/+5
* Look for pcap header files in the appropriate directory.Guy Harris2018-01-271-2/+8
* Don't do "here's the directories in which to look for libraries".Guy Harris2018-01-261-1/+0
* Add ${PCAP_LIBRARY_DIRS} to the list of directories with libraries.Guy Harris2018-01-261-21/+22
* Fix typo.Guy Harris2018-01-241-1/+1
* OK, even with -lxnet, we may need -lnsl.Guy Harris2018-01-241-1/+13
* Clean up checks for -lsocket/-lnsl/-lxnet.Guy Harris2018-01-241-17/+53
* Fix check for getrpcbynumber().Guy Harris2018-01-241-3/+5
* Pop check state after pushing it in libcrypto tests.Guy Harris2018-01-231-0/+2
* -lcap_dns requires -lcasper.Guy Harris2018-01-231-5/+10
* Fix conditional addition of source files.Guy Harris2018-01-221-9/+10
* Fix name for variable containing libpcap library path.Guy Harris2018-01-221-1/+1
* Fix path for rpc.h.Guy Harris2018-01-221-1/+1
* Fix check for rpc/rpcent.h.Guy Harris2018-01-221-1/+3
* net/pfvar.h and net/if_pflog.h require other headers to be included first.Guy Harris2018-01-221-2/+2
* Fix endif() argument to match if() argument.Guy Harris2018-01-221-1/+1
* Do our best to try to get C99 support from the compiler.Guy Harris2018-01-221-0/+8
* Set up WITH_CHROOT and WITH_USER as user-settable string parameters.Guy Harris2018-01-221-0/+12
* Add cap-ng support.Guy Harris2018-01-221-2/+19
* Add Capsium sandboxing support.Guy Harris2018-01-221-0/+30
* Clean up handling of libraries.Guy Harris2018-01-221-5/+14
* Add libcrypto checks.Guy Harris2018-01-221-11/+55
* What has to be expanded is the template file, not the result file.Guy Harris2018-01-221-1/+1
* Expand the tcpdump man page from the template.Guy Harris2018-01-221-1/+10
* Install man pages from the source directory.Guy Harris2018-01-221-1/+1