| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Have AC_WIRESHARK_GCC_CFLAGS_CHECK take an optional second flag to | Guy Harris | 2012-03-16 | 1 | -16/+74 |
* | Referring to pcap_version[] doesn't do what you want on at least some | Guy Harris | 2011-12-09 | 1 | -18/+0 |
* | From Kevin Hildebrand: | Anders Broman | 2011-10-30 | 1 | -1/+2 |
* | Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but older | Gerald Combs | 2011-10-05 | 1 | -0/+7 |
* | Remove support for libpcre, we use GRegex in GLib. | Stig Bjørlykke | 2011-08-23 | 1 | -106/+0 |
* | Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5607 : | Jeff Morriss | 2011-08-09 | 1 | -1/+1 |
* | Use spaces uniformly in AC_WIRESHARK_PYTHON_CHECK. | Guy Harris | 2011-06-11 | 1 | -18/+23 |
* | Do the Python embedding similarly to other "default = yes, if available" | Guy Harris | 2011-06-11 | 1 | -0/+5 |
* | Don't bother checking for gzgets(), as we don't use it, and don't even | Guy Harris | 2011-05-03 | 1 | -80/+54 |
* | After testing for the presence of python-config, fix typo so that we actually | Jeff Morriss | 2011-04-28 | 1 | -4/+20 |
* | By default, clang only warns about unknown -W options, it doesn't | Guy Harris | 2011-04-20 | 1 | -0/+9 |
* | Instead of having GCC and CLANG variables, just have | Guy Harris | 2011-04-20 | 1 | -14/+16 |
* | First cut at support for clang. We may want to have specific items for | Guy Harris | 2011-04-20 | 1 | -4/+6 |
* | Add a "-d" flag to dumpcap, to print out the generated code for the | Guy Harris | 2010-07-13 | 1 | -1/+1 |
* | First check for the new GTK+/OS X integration functions, then the old | Guy Harris | 2010-06-05 | 1 | -14/+16 |
* | From H.sivank: GtkOSXApplication support. | Guy Harris | 2010-05-25 | 1 | -3/+34 |
* | As of release 1.5, MIT Kerberos moved krb5.h to krb5/krb5.h. Check both | Stephen Fisher | 2010-05-09 | 1 | -2/+4 |
* | Just check for pcap_create(); it first appeared in libpcap 1.0.0, and | Guy Harris | 2010-05-06 | 1 | -3/+0 |
* | Checking in Stigs changes from | Anders Broman | 2010-05-06 | 1 | -0/+3 |
* | Check for pcap_create | Anders Broman | 2010-05-06 | 1 | -0/+1 |