aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2010-02-19Don't say "Checking for broken pcap-config" if we don't have aGuy Harris1-8/+10
2009-12-11Put in missing comma.Guy Harris1-1/+1
2009-12-11Add the time zone abbreviation to the result of abs_time_to_str() andGuy Harris1-0/+34
2009-08-07- Add an AC macro to test linker flags.Jörg Mayer1-0/+30
2009-06-08Check for libpcap 1.0's broken pcap-config, which put a space between -LGuy Harris1-0/+26
2009-06-08Check for a pcap-config script (as provided by libpcap 1.x) and, if weGuy Harris1-46/+74
2009-06-03Don't reuse lua_dir in a for loop.Stig Bjørlykke1-4/+4
2009-06-03Fixed setting of LUA_INCLUDES when having extraneous lua heder directory.Stig Bjørlykke1-3/+25
2009-06-03Only give a failure message if configuring with --with-lua=yes.Stig Bjørlykke1-6/+17
2009-06-03Added check for extraneous lua header directories, as some systemsStig Bjørlykke1-3/+29
2009-06-03Use liblua by default, if available.Stig Bjørlykke1-1/+3
2009-05-29python binding for wireshark (first commit)Sebastien Tandel1-1/+54
2009-03-06From Petr Sumbera (bug 3305):Stig Bjørlykke1-1/+1
2008-12-23Fix bug #3152 for good.Stephen Fisher1-5/+8
2008-12-22Fix bug 3152: when searching for igemacintegration manually set GTK_LIBS toJeff Morriss1-1/+14
2008-12-21If we don't have any of the pcap_datalink_XXX_to_YYY routines,Guy Harris1-0/+1
2008-12-19After checking for ige_mac_menu_set_menu_bar reset CFLAGS and LIBSJeff Morriss1-0/+2
2008-11-18Require Lua 5.1 for Lua plugin.Balint Reczey1-50/+5
2008-10-27Add support for the GeoIP library. Using different database files,Gerald Combs1-0/+30
2008-10-26Tweak Mac IGE integration detection so that it can find the functions notStephen Fisher1-4/+5
2008-10-24Add an option to look for the presence of Imendio's Mac OS X integrationGerald Combs1-14/+36
2008-08-08Add support for c-ares to the GNU toolchain.Gerald Combs1-0/+31
2008-07-04If we have pcap_free_datalinks(), use it. If not, then, on Windows,Guy Harris1-1/+1
2008-05-05Require GLib 2.4 or later.Guy Harris1-42/+0
2008-04-20Don't define AC_WIRESHARK_CHECK_64BIT_FORMAT twice; just define the oneGuy Harris1-43/+6
2008-04-07Remove GTK1 code.Stephen Fisher1-6/+0
2008-02-07Only check for pcap_breakloop()'s "usability" if it might be present butGuy Harris1-20/+33
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+17
2007-11-20If libcap is present, have dumpcap use it to drop privileges whileGerald Combs1-0/+31
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-76/+0
2007-06-13YAE2WJaap Keuter1-2/+2
2007-05-29we dont link with g_snprintf in the configure for gtk1-2 so fall back to Ronnie Sahlberg1-0/+4
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.Guy Harris1-0/+38
2007-04-22update of AC_WIRESHARK_PCAP_CHECK to detect if pcap header version isSebastien Tandel1-1/+66
2007-04-22adding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro to test whether gccSebastien Tandel1-0/+30
2007-01-04the -lm flag might be needed to link luaLuis Ontanon1-4/+4
2006-12-08Get rid of UCD SNMP support (it's not longer supported andJörg Mayer1-140/+0
2006-11-26Bug 1246: From Eric Hall, fix typo: s/NETSNMPCNFIG/NETSNMPCONFIG/Jeff Morriss1-1/+1
2006-10-26Don't include /usr/local if usage of /usr/local has been disabled viaJörg Mayer1-3/+5
2006-10-19Set want_portaudio to yes if we'll be building with libportaudio; itGuy Harris1-0/+1
2006-09-27Change some messages when ucd snmp is found but --with-sslJörg Mayer1-3/+6
2006-09-12AC_CHECK_TYPE already prints a "checking for" message; don't botherGuy Harris1-1/+0
2006-09-05rtp_player.c will now compile with the new API, although it will notJörg Mayer1-14/+4
2006-09-04AC_CHECK_TYPE outputs a "Checking..." message; we don't need to issueGuy Harris1-2/+1
2006-09-04After some reading it is clear that the code was written forJörg Mayer1-1/+1
2006-09-04Use portaudio if it's there. Check that we have the right version.Jörg Mayer1-16/+44
2006-08-30From Alejandro Vaquero:Anders Broman1-0/+127
2006-07-19From Bálint RéczeyAnders Broman1-36/+64
2006-06-15autofoo will fail on systems that lack libgcrypt.m4.Jörg Mayer1-156/+0
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-101/+101