| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Add support for the GeoIP library. Using different database files, | Gerald Combs | 2008-10-27 | 1 | -0/+30 |
* | Tweak Mac IGE integration detection so that it can find the functions not | Stephen Fisher | 2008-10-26 | 1 | -4/+5 |
* | Add an option to look for the presence of Imendio's Mac OS X integration | Gerald Combs | 2008-10-24 | 1 | -14/+36 |
* | Add support for c-ares to the GNU toolchain. | Gerald Combs | 2008-08-08 | 1 | -0/+31 |
* | If we have pcap_free_datalinks(), use it. If not, then, on Windows, | Guy Harris | 2008-07-04 | 1 | -1/+1 |
* | Require GLib 2.4 or later. | Guy Harris | 2008-05-05 | 1 | -42/+0 |
* | Don't define AC_WIRESHARK_CHECK_64BIT_FORMAT twice; just define the one | Guy Harris | 2008-04-20 | 1 | -43/+6 |
* | Remove GTK1 code. | Stephen Fisher | 2008-04-07 | 1 | -6/+0 |
* | Only check for pcap_breakloop()'s "usability" if it might be present but | Guy Harris | 2008-02-07 | 1 | -20/+33 |
* | Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366) | Tomas Kukosa | 2007-12-04 | 1 | -0/+17 |
* | If libcap is present, have dumpcap use it to drop privileges while | Gerald Combs | 2007-11-20 | 1 | -0/+31 |
* | Get rid of the remains of NET-SNMP in the build process. | Jörg Mayer | 2007-09-24 | 1 | -76/+0 |
* | YAE2W | Jaap Keuter | 2007-06-13 | 1 | -2/+2 |
* | we dont link with g_snprintf in the configure for gtk1-2 so fall back to | Ronnie Sahlberg | 2007-05-29 | 1 | -0/+4 |
* | Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap. | Guy Harris | 2007-05-29 | 1 | -0/+38 |
* | update of AC_WIRESHARK_PCAP_CHECK to detect if pcap header version is | Sebastien Tandel | 2007-04-22 | 1 | -1/+66 |
* | adding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro to test whether gcc | Sebastien Tandel | 2007-04-22 | 1 | -0/+30 |
* | the -lm flag might be needed to link lua | Luis Ontanon | 2007-01-04 | 1 | -4/+4 |
* | Get rid of UCD SNMP support (it's not longer supported and | Jörg Mayer | 2006-12-08 | 1 | -140/+0 |
* | Bug 1246: From Eric Hall, fix typo: s/NETSNMPCNFIG/NETSNMPCONFIG/ | Jeff Morriss | 2006-11-26 | 1 | -1/+1 |
* | Don't include /usr/local if usage of /usr/local has been disabled via | Jörg Mayer | 2006-10-26 | 1 | -3/+5 |
* | Set want_portaudio to yes if we'll be building with libportaudio; it | Guy Harris | 2006-10-19 | 1 | -0/+1 |
* | Change some messages when ucd snmp is found but --with-ssl | Jörg Mayer | 2006-09-27 | 1 | -3/+6 |
* | AC_CHECK_TYPE already prints a "checking for" message; don't bother | Guy Harris | 2006-09-12 | 1 | -1/+0 |
* | rtp_player.c will now compile with the new API, although it will not | Jörg Mayer | 2006-09-05 | 1 | -14/+4 |
* | AC_CHECK_TYPE outputs a "Checking..." message; we don't need to issue | Guy Harris | 2006-09-04 | 1 | -2/+1 |
* | After some reading it is clear that the code was written for | Jörg Mayer | 2006-09-04 | 1 | -1/+1 |
* | Use portaudio if it's there. Check that we have the right version. | Jörg Mayer | 2006-09-04 | 1 | -16/+44 |
* | From Alejandro Vaquero: | Anders Broman | 2006-08-30 | 1 | -0/+127 |
* | From Bálint Réczey | Anders Broman | 2006-07-19 | 1 | -36/+64 |
* | autofoo will fail on systems that lack libgcrypt.m4. | Jörg Mayer | 2006-06-15 | 1 | -156/+0 |
* | Rename the main executable to "wireshark", along with more conversions: | Gerald Combs | 2006-05-31 | 1 | -101/+101 |
* | ethereal->wireshark updates | Ronnie Sahlberg | 2006-05-22 | 1 | -1/+1 |
* | If we have pcap_breakloop(), at least on UN*X we can stop the capture | Guy Harris | 2006-05-21 | 1 | -1/+1 |
* | Check several sets of additional libraries that libpcap might need | Guy Harris | 2006-04-25 | 1 | -16/+33 |