| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove gethostbyaddr and gethostbyaddr2. | Gerald Combs | 2015-02-06 | 1 | -7/+9 |
* | Simplify how we find Lua and expand the places we look. | Jeff Morriss | 2015-02-04 | 1 | -208/+93 |
* | No *pcap should have pcap_open() without the other remote extensions. | Guy Harris | 2015-01-04 | 1 | -4/+2 |
* | Qt: Initial VoIP Calls dialog. | Gerald Combs | 2014-12-09 | 1 | -0/+7 |
* | Add support for getting nanosecond time stamp resolution when capturing. | Guy Harris | 2014-09-28 | 1 | -1/+1 |
* | Cope with MIT being line wrapped when compiling with kerberos | Garming Sam | 2014-08-22 | 1 | -2/+2 |
* | Fix a comment. | Guy Harris | 2014-08-04 | 1 | -2/+4 |
* | Define INET6 in config.h rather than in the Makefile. | Guy Harris | 2014-08-03 | 1 | -7/+17 |
* | Don't check for -Wl,{option} support. | Guy Harris | 2014-07-01 | 1 | -27/+17 |
* | Fix comments to reflect reality. | Guy Harris | 2014-07-01 | 1 | -4/+8 |
* | If we don't check for something, don't print a result. | Guy Harris | 2014-06-18 | 1 | -2/+0 |
* | Don't do the check for clang/clang++. | Guy Harris | 2014-06-18 | 1 | -42/+0 |
* | Add -Werror when testing -m compiler flags. | Guy Harris | 2014-06-18 | 1 | -2/+18 |
* | Get rid of the last bits of Python, as they break the build. | Guy Harris | 2014-06-16 | 1 | -81/+0 |
* | Don't distinguish between "GCC" and "Clang" extra -W flags. | Guy Harris | 2014-04-20 | 1 | -1/+1 |
* | Try to improve the "Kerberos requested but not OpenSSL" message. | Guy Harris | 2014-03-09 | 1 | -1/+1 |
* | Fix configure-script errors with some versions of autoconf. | Guy Harris | 2013-12-26 | 1 | -0/+6 |
* | OK, "i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. | Guy Harris | 2013-12-26 | 1 | -18/+59 |
* | No need for quotes around the arguments to AC_MSG_ macros. | Guy Harris | 2013-12-24 | 1 | -2/+2 |
* | Some warning options are, for reasons not entirely obvious to me, not | Guy Harris | 2013-12-24 | 1 | -1/+42 |
* | Add checks to see if CC and/or CXX are Clang. Add "-Qunused-arguments" | Gerald Combs | 2013-10-16 | 1 | -0/+42 |
* | Fix other HAVE_LUA entry. | Guy Harris | 2013-10-10 | 1 | -1/+1 |
* | Just describe HAVE_LUA as "Define to use Lua"; it's not tied to a | Guy Harris | 2013-10-10 | 1 | -1/+1 |
* | Revert "Prefer newer Lua versions" | Balint Reczey | 2013-09-18 | 1 | -1/+1 |
* | Prefer newer Lua versions | Balint Reczey | 2013-09-18 | 1 | -1/+1 |
* | Fix a typo | Jörg Mayer | 2013-09-14 | 1 | -1/+1 |
* | Just check whether dladdr() is available; we check in the code whether | Guy Harris | 2013-08-12 | 1 | -36/+0 |
* | On some platforms, to get dladdr() you need to link with -ldl. First | Guy Harris | 2013-08-12 | 1 | -0/+36 |
* | Add a AC_WIRESHARK_QT_MODULE_CHECK that checks for a particular Qt | Guy Harris | 2013-07-24 | 1 | -67/+63 |
* | The files in aclocal-fallback are copies of .m4 files from various | Guy Harris | 2013-07-24 | 1 | -0/+125 |
* | If the LHS of an "expr LHS : RHS" expression has an X added to avoid | Guy Harris | 2013-07-02 | 1 | -4/+4 |
* | Change additions from r50178 from if expr "$GCC_OPTION" to if expr | Stephen Fisher | 2013-07-02 | 1 | -4/+4 |
* | Rename AC_WIRESHARK_GCC_CFLAGS_CHECK to | Guy Harris | 2013-06-28 | 1 | -3/+3 |
* | Change formatting in the hopes of making the code a bit easier to figure | Guy Harris | 2013-06-28 | 1 | -104/+102 |
* | When checking whether a given option should be added to the compiler | Guy Harris | 2013-06-28 | 1 | -28/+16 |
* | Don't assume that compilers not named "clang" will, by default, report | Guy Harris | 2013-06-27 | 1 | -5/+22 |
* | Don't assume that compilers that need an extra option to report errors, | Guy Harris | 2013-06-26 | 1 | -15/+35 |
* | (Attempt to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8813 : | Jeff Morriss | 2013-06-26 | 1 | -5/+5 |
* | look for /usr/include/lua5.x directories to determine the lua version | Martin Kaiser | 2013-03-06 | 1 | -1/+8 |
* | Add the warning flags to CFLAGS_FOR_BUILD, so any build tools we build | Guy Harris | 2013-02-04 | 1 | -0/+10 |
* | In AC_WIRESHARK_GCC_CFLAGS_CHECK() don't check if $3 (the program to be run) | Jeff Morriss | 2013-01-04 | 1 | -4/+10 |
* | Add some additional arguments to AC_WIRESHARK_GCC_CFLAGS_CHECK() to make | Guy Harris | 2012-12-09 | 1 | -8/+77 |
* | From Jim Young and updated by Max Romanov: | Anders Broman | 2012-11-02 | 1 | -12/+18 |
* | Use -D_FORTIFY_SOURCE=2 only if the gc optimization level is greater than 0. | Bill Meier | 2012-07-07 | 1 | -0/+46 |
* | From Tony Trinh: | Anders Broman | 2012-06-25 | 1 | -2/+2 |
* | From Tony Trinh: | Anders Broman | 2012-06-25 | 1 | -17/+26 |
* | Whitespace fix | Jörg Mayer | 2012-06-17 | 1 | -1/+1 |
* | If the user tries to save a capture file atop a file that has all its | Guy Harris | 2012-06-02 | 1 | -0/+22 |
* | Fix some comments and some indentation. | Guy Harris | 2012-03-16 | 1 | -9/+8 |
* | Put -D and -I flags into CPPFLAGS rather than into CFLAGS; that should | Guy Harris | 2012-03-16 | 1 | -79/+52 |