aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+22
- retrieving the list of remote PCAP interfaces - password authentication support - UDP data fransfer - packet sampling (available in WinPcap 4.x) etc. fix problem if non-default rpcap port is used svn path=/trunk/; revision=23750
2007-11-30first steps to support MSVC 2008 Express EditionUlf Lamping1-1/+15
svn path=/trunk/; revision=23691
2007-11-29Update to gtk+ 2.14.2 and glib glib-2.14.4Anders Broman1-2/+2
svn path=/trunk/; revision=23674
2007-11-28Add a link to NASMAnders Broman1-0/+1
svn path=/trunk/; revision=23652
2007-11-28Fixes for Windows build w/o ZLIB Bill Meier1-0/+2
svn path=/trunk/; revision=23651
2007-11-28Various changes with focus to startup speedupTomas Kukosa1-0/+9
The startup timeout on Win32 is reduced to 80% without assembler and to 50% with assembler usage (which is optional) proto.c - do not look up in filed tree and inserts in two steps but do it at once - next few small speedups - some often called elementary functions can be optionally implemented in assembler - dispart some functions to see more exact result from profiling packet-tpnc.c - do not reallocate memory for each filed svn path=/trunk/; revision=23643
2007-11-24Support for the automatic configuration of the UPX dll/exe packer.Graeme Lunt1-3/+3
config.nmake - default UPX to the downloaded version in $WIRESHARK_LIBS win32-setup.sh - updated to also add executables bit to exes - and also use new tag Makefile.nmake - to download UPX (and also use new version of user-guide) svn path=/trunk/; revision=23562
2007-11-21Bump the trunk to 0.99.8.Gerald Combs1-1/+1
svn path=/trunk/; revision=23525
2007-11-18Update to optionally use the "Ultimate Packer for eXecutables" (UPX) to pack ↵Graeme Lunt1-0/+13
the exes and dlls prior to U3 and PortableApps packaging. For the U3 package, this results in a 40% smaller package. For the PortableApps version, the package size is not much different, but the install time is quicker. svn path=/trunk/; revision=23484
2007-09-27revert changes in config.nmake committed by mistake and commit configure.in Tomas Kukosa1-5/+5
svn path=/trunk/; revision=22996
2007-09-27put next few simple ASN.1 dissectors into the new makefile structureTomas Kukosa1-5/+5
svn path=/trunk/; revision=22994
2007-09-25Use GTK+ 2.12Anders Broman1-4/+17
svn path=/trunk/; revision=22955
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-23/+0
svn path=/trunk/; revision=22934
2007-09-05remove comment which compiler version works - they all workUlf Lamping1-8/+8
svn path=/trunk/; revision=22798
2007-08-28always compile zlib.dll from source (even on MSVC6 now), this simplifies the ↵Ulf Lamping1-6/+0
makefiles a bit and (more important) removes an annoying behaviour if you switch between compiler versions - you'll need to run the setup target each time you switch svn path=/trunk/; revision=22714
2007-08-26Minor tweeks.Anders Broman1-1/+1
svn path=/trunk/; revision=22674
2007-08-26Use config and makefile from Chris Maynard and Luis instead.Anders Broman1-11/+16
svn path=/trunk/; revision=22672
2007-08-26Download libsmiAnders Broman1-0/+11
svn path=/trunk/; revision=22671
2007-06-150.99.6 has been split off. Bump the trunk to 0.99.7.Gerald Combs1-1/+1
svn path=/trunk/; revision=22111
2007-05-20Revert back to having a local copy of airpcap.h. This should fix buildingGerald Combs1-2/+2
with AirPcap. Re-define AIRPCAP_DIR. svn path=/trunk/; revision=21846
2007-05-20Undefine AIRPCAP_DIR to get the Windows build going again.Anders Broman1-1/+1
svn path=/trunk/; revision=21841
2007-05-18From Dustin Johnson:Gerald Combs1-0/+1
- Update the wireless/AirPcap GUI code to support 802.11n as well as some related upcoming code changes. - Remove airpcap.h from the repository, since it exists in the AirPcap devpack (and will be superseded Real Soon Now). - Show the individual channel flag bits in radiotap. Fix the 802.11n MCS set display. This is a partial checkin, so hopefully nothing is broken. svn path=/trunk/; revision=21831
2007-03-22Use the latest GTK stuff.Anders Broman1-1/+1
svn path=/trunk/; revision=21122
2007-02-08Python V2.5 is the latest stable version. Add a comment to config.nmake (but ↵Ulf Lamping1-0/+3
keep the 2.4 alive for now) and update version strings in the devel guide. If the buildbot will be updated, we could also activate the new version in config.nmake. svn path=/trunk/; revision=20750
2007-02-03some minor cleanupUlf Lamping1-10/+6
svn path=/trunk/; revision=20702
2007-02-03as discussed on the list:Ulf Lamping1-25/+5
- GTK 2.10 is mainline now - WINPCAP_VERSION is just confusing without benefit, remove it svn path=/trunk/; revision=20701
2007-02-03... no it won't, that's why I removed them ...Ulf Lamping1-4/+4
Put the quotes around the places where HHC_DIR is used, that should work. svn path=/trunk/; revision=20699
2007-02-03Quotes around HHC_DIR required so build doesn't fail;Bill Meier1-1/+1
Will the buildbot "build docs" step work ? Let's see svn path=/trunk/; revision=20698
2007-02-03fix HHC_DIR to workUlf Lamping1-2/+2
svn path=/trunk/; revision=20693
2007-02-03cleanup docbook related commentsUlf Lamping1-14/+12
svn path=/trunk/; revision=20692
2007-02-03move docbook related settings from docbook/Makefile.nmake to config.nmake - ↵Ulf Lamping1-3/+50
having only one place to configure it all :-) svn path=/trunk/; revision=20690
2007-01-31fix a cut-n-paste error, to fix buildbot problemUlf Lamping1-1/+1
svn path=/trunk/; revision=20645
2007-01-31C preprocessor only handles integers for conditional compilation. Build ↵Ulf Lamping1-0/+14
MSC_VER_REQUIRED in config.nmake and compare it with _MSC_VER in config.h.win32 svn path=/trunk/; revision=20637
2007-01-22Bump the trunk version to 0.99.6.Gerald Combs1-1/+1
svn path=/trunk/; revision=20526
2007-01-19user-guide final step:Ulf Lamping1-2/+2
enable HHC_DIR as default, hopefully the buildbot will "get it right" now :-) svn path=/trunk/; revision=20496
2007-01-16in effect use the User's Guide as the online help system now (for GTK > V1)!Ulf Lamping1-15/+0
remove ENABLE_WSUG setting from config.nmake and replace it with GLIB_MAJOR_VERSION >= 2 (as Glib 1.x cannot open a browser to show a HTML file - it's just currently? not implemented) svn path=/trunk/; revision=20446
2007-01-13no, we're still not using MSVC2005 as default :-(Ulf Lamping1-1/+1
should fix the Win32 buildbot ... svn path=/trunk/; revision=20413
2007-01-13fix some remaining MSVC != V6 issues:Ulf Lamping1-14/+54
- add redistributables (msvcr*.dll) to the NSIS installer (depending on MSVC_VARIANT) - split MSVC2006 and MSVC2006EE (Express Edition) settings in config.nmake, as redistributable settings for NSIS are different - remove Platform SDK setting from config.nmake, it's not needed svn path=/trunk/; revision=20411
2007-01-11add the ".NET Framework SDK V1.0" to the list of working MSVC_VARIANTS :-)Ulf Lamping1-1/+6
svn path=/trunk/; revision=20390
2007-01-10various msvc / zlib config cleanupUlf Lamping1-24/+15
svn path=/trunk/; revision=20383
2007-01-10fix the HHC_DIR settings for none MSVC6 variantsUlf Lamping1-0/+5
svn path=/trunk/; revision=20375
2007-01-10from Laurent Rabret:Ulf Lamping1-8/+3
use /MD switch instead of direct linker switches (hopefully this will fix linker issues mentioned by Andrew and Stephen) svn path=/trunk/; revision=20370
2007-01-08fix compilation for:Ulf Lamping1-5/+5
- Visual Studio .NET (2002) - Visual Studio .NET 2003 svn path=/trunk/; revision=20349
2007-01-08Oops, I did it again ;-)Ulf Lamping1-1/+1
C:\Programme -> C:\Program Files svn path=/trunk/; revision=20339
2007-01-08if we don't have MSVC6, download (using the setup target) the zlib source ↵Ulf Lamping1-1/+3
package instead of the dll one, and compile it in a temp dir before continuing with wiretap svn path=/trunk/; revision=20337
2007-01-07fix GNUTLS compiling issue on recent MSVC versions by switching off ↵Ulf Lamping1-3/+2
Wincrypt.h, see: http://www.mail-archive.com/openssl-dev@openssl.org/msg03802.html for details svn path=/trunk/; revision=20336
2007-01-06add experimental support for some more of the MSVC_VARIANTs:Ulf Lamping1-9/+17
- Microsoft .Net Framework SDK Version 1.1 - Microsoft .Net Framework 2.0 SDK ... which seems to work fine now (except for the open problems like zlib) :-) Some of the plugins need different linker flags depending on the MSVC. I've set a "define" in config.nmake (PLUGIN_LDFLAGS) and used it in the affected plugins/.../Makefile.nmake. Maybe we should generally change the plugins that way. btw: The "Microsoft Visual C++ Toolkit 2003" (mentioned some time ago on the list) doesn't work as some important files are missing - and we have much easier alternatives now :-) svn path=/trunk/; revision=20332
2007-01-05don't spread the AirPcap DevPack files over the libs dir, unzip files into: ↵Ulf Lamping1-1/+1
AirPcap_Devpack_1_0_0_594 svn path=/trunk/; revision=20324
2007-01-05compile error in openssl.h depends on the Platform SDK, not the MSVC variant ↵Ulf Lamping1-2/+2
used change the !IFDEF around GNUTLS accordingly svn path=/trunk/; revision=20323
2007-01-05move the directory settings more to the top, add an optional platform SDK ↵Ulf Lamping1-13/+23
setting svn path=/trunk/; revision=20322