summaryrefslogtreecommitdiff
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
2010-03-311.3.4 -> 1.3.5.Gerald Combs1-1/+1
svn path=/trunk/; revision=32345
2010-03-26Update c-ares to 1.7.1.Gerald Combs1-2/+2
svn path=/trunk/; revision=32293
2010-03-17Define HAVE_PCAP_LIST_DATALINKS, HAVE_PCAP_FREE_DATALINKS, andGuy Harris1-4/+12
HAVE_PCAP_SET_DATALINK only if we have the WinPcap development package; otherwise, don't define them - if you don't have the WinPcap development package when building on Windows, we don't define HAVE_LIBPCAP, so we won't include any of the code controlled by those ifdefs in any case, and, if you do have the WinPcap development package, you'll need to have the 4.1 version (you won't need WinPcap 4.1 at run time, but you will need the 4.1 development package at build time). svn path=/trunk/; revision=32230
2010-03-17Use the right #define value to check whether WinPcap hasGuy Harris1-0/+1
pcap_free_datalinks(). *Set* that #define, while we're at it. svn path=/trunk/; revision=32220
2010-02-24Use the latest GTK+ 2.16 bundle. For the Win32 build this means downgradingGerald Combs1-6/+7
from GTK+ 2.18. According to https://bugzilla.gnome.org/show_bug.cgi?id=598299 we should probably hold off on using 2.18 for a while. svn path=/trunk/; revision=31992
2010-02-15Correct GTK+ package for Win64.Guy Harris1-1/+1
svn path=/trunk/; revision=31890
2010-02-15Use the latest GTK bundle (2.18.7)Anders Broman1-5/+10
svn path=/trunk/; revision=31882
2010-02-111.3.3 -> 1.3.4.Gerald Combs1-1/+1
svn path=/trunk/; revision=31865
2010-01-21Remove comment stating that GTK 2.12 is being used since Wireshark 0.99.7.Stephen Fisher1-1/+0
Gerald just changed it from 2.16 to 2.18. svn path=/trunk/; revision=31603
2010-01-21Use the correct GTK_INST_VERSION.Gerald Combs1-1/+1
svn path=/trunk/; revision=31602
2010-01-19Drop our requirement for MSVCR71.DLL.Gerald Combs1-4/+4
svn path=/trunk/; revision=31578
2009-12-23Use the official kfw packages.Gerald Combs1-4/+4
svn path=/trunk/; revision=31355
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-9/+8
for GNUTLS since they provide 32-bit and 64-bit Windows packages. We no longer have winposixtype.h, so remove its #includes and add a ssize_t typedef to config.h.win32. svn path=/trunk/; revision=31341
2009-12-18Use the WinPcap version of pcap_datalink_val_to_description if it'sGerald Combs1-0/+2
present. Add an entry for DLT_PPI in case it's not. svn path=/trunk/; revision=31316
2009-12-18Disable PCRE in the Win32 build. GRegex uses a newer version than we doGerald Combs1-1/+1
and this matches the Win64 configuration. svn path=/trunk/; revision=31304
2009-12-17Use the latest c-ares and GeoIP libraries. Try to fix the Win32 installerGerald Combs1-15/+11
build. svn path=/trunk/; revision=31301
2009-12-17Use gtk+-bundle_2.18.5-20091215_win32Anders Broman1-2/+2
svn path=/trunk/; revision=31288
2009-12-16Use gtk+-bundle_2.16.6-20091215_win32Anders Broman1-1/+1
svn path=/trunk/; revision=31285
2009-12-08Fix compilation under Windows. Allocate our hash buffer dynamically soGerald Combs1-1/+2
that _chkstk doesn't throw a hissy fit. When hashing, open the file in binary mode. svn path=/trunk/; revision=31192
2009-11-24Switch back to normal versioning. Bump the version to 1.3.3.Gerald Combs1-1/+1
svn path=/trunk/; revision=31064
2009-11-19Switch from individual GLib, GTK+, and related packages to the all-in-oneGerald Combs1-73/+22
versions. svn path=/trunk/; revision=31023
2009-11-12Update the AirPcap code for Win64 and enable AirPcap for the 64-bit build.Gerald Combs1-2/+2
svn path=/trunk/; revision=30945
2009-11-11Update to the GnuTLS 2.8.5Tomas Kukosa1-1/+1
svn path=/trunk/; revision=30930
2009-11-10Updates for FOP 0.95.Gerald Combs1-1/+4
svn path=/trunk/; revision=30913
2009-11-09Switch the default Fop version to 0.95 and adjust custom_layer_pdf.xslGerald Combs1-1/+1
accordinglty. Tweak the print resolution on all of the images again. Add a MIME type for one of the images. svn path=/trunk/; revision=30909
2009-10-29Bump development version.Anders Broman1-1/+1
svn path=/trunk/; revision=30750
2009-10-25Use pango 1.26Anders Broman1-5/+5
svn path=/trunk/; revision=30687
2009-10-23Make the new packet list the default on Win64.Gerald Combs1-1/+1
svn path=/trunk/; revision=30668
2009-10-22Fix the WpdPack version on Win64.Gerald Combs1-1/+1
svn path=/trunk/; revision=30665
2009-10-21Use 2.22.2-1Anders Broman1-1/+1
svn path=/trunk/; revision=30653
2009-10-21Update WinPcap and the developer's pack to 4.1.1.Gerald Combs1-1/+1
svn path=/trunk/; revision=30652
2009-10-05Cleanup comments wrt. /MPKovarththanan Rajaratnam1-12/+10
svn path=/trunk/; revision=30337
2009-10-02be more verbose how to get VCREDIST_EXEUlf Lamping1-1/+2
svn path=/trunk/; revision=30247
2009-09-20Bump version number after release of first development snapshot.Jaap Keuter1-1/+1
svn path=/trunk/; revision=30007
2009-09-17Install the CRT DLLs using the Visual C++ Redistributable PackageGerald Combs1-2/+12
(vcredist_x64.exe) on Win64. This should fix bug 4024. svn path=/trunk/; revision=29977
2009-09-17Fix the Freetype DLL name on Win64.Gerald Combs1-1/+1
svn path=/trunk/; revision=29972
2009-09-17Try to get the win64 build going.Anders Broman1-2/+2
svn path=/trunk/; revision=29967
2009-09-17Make the new packet list the default build choice.Anders Broman1-1/+1
svn path=/trunk/; revision=29964
2009-09-17Use latest GTK suport libs.Anders Broman1-6/+6
svn path=/trunk/; revision=29962
2009-09-17Try to fix the build.Gerald Combs1-6/+12
svn path=/trunk/; revision=29952
2009-09-16Use the latest GTK packages.Anders Broman1-6/+18
svn path=/trunk/; revision=29943
2009-08-30Remove superfluous config parametersKovarththanan Rajaratnam1-4/+0
svn path=/trunk/; revision=29633
2009-08-29We require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED_CONFIGKovarththanan Rajaratnam1-2/+0
svn path=/trunk/; revision=29616
2009-08-29Simplify logic wrt. PANGO_INST_VERSIONKovarththanan Rajaratnam1-7/+1
svn path=/trunk/; revision=29613
2009-08-29Simplify logic wrt. GTK_INST_VERSIONKovarththanan Rajaratnam1-21/+1
svn path=/trunk/; revision=29612
2009-08-29Remove GCC_GLIB_CFLAGS. It isn't being usedKovarththanan Rajaratnam1-3/+1
svn path=/trunk/; revision=29611
2009-08-28Indicate where the some of the macros are usedKovarththanan Rajaratnam1-12/+22
svn path=/trunk/; revision=29596
2009-08-28Use GTK+ 2.16.5 and Glib 2.20.4.Anders Broman1-4/+4
svn path=/trunk/; revision=29593
2009-08-27Windows: remove all references to ICONV_DIR, because we use the statically ↵Kovarththanan Rajaratnam1-4/+0
linked win-iconv instead svn path=/trunk/; revision=29580
2009-08-26Add a compile-time option to use a separate thread for reading fromGerald Combs1-0/+1
pipes. Enable this by default on Windows. Remove code that tried to use WaitForSingleObject on a pipe (which Windows doesn't support). Use native file handles and system calls on Windows (which fixes a problem with partial reads I ran into during testing). This should fix bug 1759. svn path=/trunk/; revision=29574