| Commit message (Expand) | Author | Age | Files | Lines |
* | When we dynamically discover a Kerberos key, it helps to add it to the | Gerald Combs | 2004-11-01 | 1 | -3/+0 |
* | Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default. | Gerald Combs | 2004-10-15 | 1 | -0/+6 |
* | From Lars Roland: add an option to link plugins with libethereal rather | Guy Harris | 2004-09-29 | 1 | -11/+10 |
* | From Gisle Vanem: add support for pcap_datalink_val_to_name() for Win32. | Guy Harris | 2004-09-23 | 1 | -0/+2 |
* | Some UN*Xes don't have any "strtou*" routine to convert a string to a | Guy Harris | 2004-09-03 | 1 | -3/+0 |
* | "_strtoui64()" first appeared in MSVC++ 7 (good job of supporting those | Guy Harris | 2004-08-25 | 1 | -1/+1 |
* | We're using "strtoull()", not "strtol()" - define "strtoull", not | Guy Harris | 2004-08-22 | 1 | -2/+2 |
* | Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit | Guy Harris | 2004-08-22 | 1 | -0/+3 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | bugfix: prefix for int64 output on win32 must be "I64" not "i64" | Ulf Lamping | 2004-06-20 | 1 | -5/+5 |
* | Pick up the stuff I did for tcpdump to figure out the right strings to | Guy Harris | 2004-06-19 | 1 | -1/+40 |
* | From Lars Roland: add support for building a libethereal.dll with MSVC: | Guy Harris | 2004-05-09 | 1 | -1/+22 |
* | Get rid of epan/config.h.win32. | Olivier Biot | 2004-05-06 | 1 | -2/+2 |
* | Add PCRE support to the Windows build. | Gerald Combs | 2003-12-07 | 1 | -1/+4 |
* | Let people configure whether to build with Zlib or not solely by | Guy Harris | 2003-11-07 | 1 | -2/+2 |
* | Configure whether we have WinPcap based on whether WINPCAP_VERSION is | Guy Harris | 2003-10-10 | 1 | -2/+4 |
* | Don't wire into "config.h.win32" files an indication of whether we have | Guy Harris | 2003-06-12 | 1 | -2/+2 |
* | Add GNU ADNS to the Windows build environment. A precompiled DLL can be | Gerald Combs | 2003-06-02 | 1 | -1/+5 |
* | Define HAVE_NET_SNMP, as Ethereal is set up to be built with Net-SNMP | Guy Harris | 2002-10-23 | 1 | -2/+3 |
* | Link to libsnmp under Win32. | Gerald Combs | 2002-10-09 | 1 | -2/+2 |
* | From Ulf Lamping: define HAVE_LIBZ in the top-level config.h.win32, as | Guy Harris | 2002-09-10 | 1 | -2/+2 |
* | WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3's | Guy Harris | 2002-06-23 | 1 | -2/+2 |
* | Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp". | Guy Harris | 2002-03-12 | 1 | -4/+3 |
* | Don't assume that all UNIX platforms have <iconv.h> - explicitly check | Guy Harris | 2001-11-02 | 1 | -1/+4 |
* | On Windows, use the directory in which the binary resides as the | Guy Harris | 2001-08-21 | 1 | -3/+1 |
* | On Win32, use the default installation directory for Ethereal as the | Guy Harris | 2001-08-18 | 1 | -4/+3 |
* | Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified with | Guy Harris | 2001-07-27 | 1 | -2/+1 |
* | Windows+MSVC lacks "strptime()", so we need to include "strptime.h" to | Guy Harris | 2001-06-02 | 1 | -1/+2 |
* | Base HAVE_PLUGINS on whether "g_module_supported()" returns TRUE, not on | Guy Harris | 2001-05-01 | 1 | -4/+1 |
* | Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap version | Gilbert Ramirez | 2001-04-05 | 1 | -2/+3 |
* | Use sed in the Win32 build to place the version in various files. | Gilbert Ramirez | 2001-04-05 | 1 | -2/+2 |
* | Move version to 0.8.16. | Gilbert Ramirez | 2001-03-05 | 1 | -4/+4 |
* | Change version numbers to 0.8.15 | Gilbert Ramirez | 2001-01-12 | 1 | -3/+3 |
* | Move Win32 version to 0.8.14.1 | Gilbert Ramirez | 2000-11-28 | 1 | -3/+3 |
* | Generated Bison and Flex files test whether __STDC__ is defined | Guy Harris | 2000-11-22 | 1 | -1/+18 |
* | Move to version 0.8.14 | Gilbert Ramirez | 2000-11-20 | 1 | -3/+3 |
* | Move to 0.8.13 | Gilbert Ramirez | 2000-10-27 | 1 | -2/+2 |
* | Move to version 0.8.13. | Gilbert Ramirez | 2000-10-27 | 1 | -2/+2 |
* | Make the top-level "config.h.win32" more closely resemble the top-level | Guy Harris | 2000-10-17 | 1 | -14/+48 |
* | Move to version 0.8.12 | Gilbert Ramirez | 2000-09-14 | 1 | -3/+3 |
* | Move to version 0.8.11 | Gilbert Ramirez | 2000-08-03 | 1 | -3/+3 |
* | There is a <sys/stat.h> available on Win32, and, in fact, we now include | Guy Harris | 2000-07-31 | 1 | -1/+4 |
* | Apparently, on systems with glibc 2.2, "inet_aton()" is declared in | Guy Harris | 2000-07-14 | 1 | -1/+2 |
* | Add: | Gilbert Ramirez | 2000-07-05 | 1 | -1/+2 |
* | Change version to 0.8.10 | Gilbert Ramirez | 2000-07-04 | 1 | -3/+3 |
* | Add COPS dissector (with a few fixes for compiling on Win32). | Gilbert Ramirez | 2000-06-07 | 1 | -4/+6 |
* | Move to version 0.8.6. | Gilbert Ramirez | 2000-04-07 | 1 | -1/+1 |
* | Update version and plugin directory. | Gilbert Ramirez | 2000-04-05 | 1 | -2/+2 |
* | Add getopt.c (from GNU libc) for use on Win32. | Gilbert Ramirez | 2000-03-28 | 1 | -0/+1 |
* | Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcap | Gilbert Ramirez | 2000-02-09 | 1 | -1/+1 |