| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't say "Checking for broken pcap-config" if we don't have a | Guy Harris | 2010-02-19 | 1 | -8/+10 |
* | Put in missing comma. | Guy Harris | 2009-12-11 | 1 | -1/+1 |
* | Add the time zone abbreviation to the result of abs_time_to_str() and | Guy Harris | 2009-12-11 | 1 | -0/+34 |
* | - Add an AC macro to test linker flags. | Jörg Mayer | 2009-08-07 | 1 | -0/+30 |
* | Check for libpcap 1.0's broken pcap-config, which put a space between -L | Guy Harris | 2009-06-08 | 1 | -0/+26 |
* | Check for a pcap-config script (as provided by libpcap 1.x) and, if we | Guy Harris | 2009-06-08 | 1 | -46/+74 |
* | Don't reuse lua_dir in a for loop. | Stig Bjørlykke | 2009-06-03 | 1 | -4/+4 |
* | Fixed setting of LUA_INCLUDES when having extraneous lua heder directory. | Stig Bjørlykke | 2009-06-03 | 1 | -3/+25 |
* | Only give a failure message if configuring with --with-lua=yes. | Stig Bjørlykke | 2009-06-03 | 1 | -6/+17 |
* | Added check for extraneous lua header directories, as some systems | Stig Bjørlykke | 2009-06-03 | 1 | -3/+29 |
* | Use liblua by default, if available. | Stig Bjørlykke | 2009-06-03 | 1 | -1/+3 |
* | python binding for wireshark (first commit) | Sebastien Tandel | 2009-05-29 | 1 | -1/+54 |
* | From Petr Sumbera (bug 3305): | Stig Bjørlykke | 2009-03-06 | 1 | -1/+1 |
* | Fix bug #3152 for good. | Stephen Fisher | 2008-12-23 | 1 | -5/+8 |
* | Fix bug 3152: when searching for igemacintegration manually set GTK_LIBS to | Jeff Morriss | 2008-12-22 | 1 | -1/+14 |
* | If we don't have any of the pcap_datalink_XXX_to_YYY routines, | Guy Harris | 2008-12-21 | 1 | -0/+1 |
* | After checking for ige_mac_menu_set_menu_bar reset CFLAGS and LIBS | Jeff Morriss | 2008-12-19 | 1 | -0/+2 |
* | Require Lua 5.1 for Lua plugin. | Balint Reczey | 2008-11-18 | 1 | -50/+5 |