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