| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Recent checkins lost a change to make the liblualib check succeed on | Jörg Mayer | 2006-02-19 | 1 | -0/+5 |
* | Prepare for lua 5.1 | Luis Ontanon | 2006-02-18 | 1 | -28/+50 |
* | lua autofoo: | Jörg Mayer | 2006-02-07 | 1 | -1/+11 |
* | Paolo Abeni | Jörg Mayer | 2006-02-04 | 1 | -0/+157 |
* | It was hard.. but at the end I won (or at least i believe so...). | Luis Ontanon | 2006-01-31 | 1 | -0/+143 |
* | Add PRIX64, as we now use it. | Guy Harris | 2005-09-15 | 1 | -1/+2 |
* | Use "pcap_get_selectable_fd()" if we have it, and if it returns -1, | Guy Harris | 2005-05-12 | 1 | -0/+1 |
* | If we have "pcap_freecode()", use it to free the instructions for a BPF | Guy Harris | 2005-03-23 | 1 | -1/+1 |
* | Don't try to run net-snmp-config if we don't find it. | Guy Harris | 2005-03-20 | 1 | -40/+68 |
* | Fix the display of help information for various --with arguments (for | Guy Harris | 2005-03-17 | 1 | -22/+11 |
* | Capitalize "Net-SNMP" the way the Net-SNMP project capitalizes it. | Guy Harris | 2005-03-16 | 1 | -1/+70 |
* | we dont need to link with gssapi.a any more | Ronnie Sahlberg | 2005-03-08 | 1 | -5/+1 |
* | when HEIMDAL is linked with : | Ronnie Sahlberg | 2005-03-08 | 1 | -1/+5 |
* | Dectect MIT-Kerberos as well | Jörg Mayer | 2004-10-15 | 1 | -18/+34 |
* | From Albert Chin: in a test program, include <glibconfig.h> rather than | Guy Harris | 2004-10-12 | 1 | -1/+1 |
* | At least on Suse, the linking flags are obtained via krb5-config --libs, | Jörg Mayer | 2004-09-30 | 1 | -1/+2 |
* | Use the right name in the Checking... messages. | Guy Harris | 2004-09-29 | 1 | -2/+2 |
* | Put back the $KRB4_CONFIG call to set KRB5_LIBS. | Guy Harris | 2004-09-29 | 1 | -1/+2 |
* | When testing whether the Heimdal library has krb5_kt_resolve (and | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | If, when checking whether the Kerberos library is Heimdal or not, we | Guy Harris | 2004-09-28 | 1 | -1/+1 |
* | If the user specified --with-krb5 but we don't have a usable Kerberos | Guy Harris | 2004-09-28 | 1 | -10/+38 |
* | Explicitly indicate when we're doing tests to see if UCD SNMP contains | Guy Harris | 2004-09-26 | 1 | -0/+8 |
* | In the SNMP tests, we're using AC_TRY_LINK to avoid caching the results | Guy Harris | 2004-09-26 | 1 | -46/+77 |