aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
2008-05-16Update GnuTls to gnutls-2.3.8-1Tomas Kukosa1-2/+3
svn path=/trunk/; revision=25309
2008-05-13Update to Portaudio pa_stable_v19_20071207Tomas Kukosa1-2/+2
svn path=/trunk/; revision=25285
2008-05-12Update to WpdPack 4.0.2 and NASM 2.02Tomas Kukosa1-2/+1
svn path=/trunk/; revision=25278
2008-05-07Enable PCAP_REMOTE by defaultTomas Kukosa1-1/+1
svn path=/trunk/; revision=25252
2008-04-22Use Libsmi 0.4.8Anders Broman1-1/+1
svn path=/trunk/; revision=25147
2008-04-13as we can't easily (re)build adns on msvc6, create and use compiler specific ↵Ulf Lamping1-2/+2
dirs (e.g. MSVC2005EE/adns) to place the compiler specific dll/lib files into svn path=/trunk/; revision=25000
2008-04-13attempt to build ADNS on none MSVC6 systems - with the same mechanism as ↵Ulf Lamping1-0/+1
done with ZLIB Unfortunately, both dep and rc files need to be patched, so I added the patched files It's an ugly solution but it seems to work ... svn path=/trunk/; revision=24996
2008-04-09lot's of GTK1 related code cleanup in the Win32 build processUlf Lamping1-51/+29
svn path=/trunk/; revision=24854
2008-03-21Use the latest GTK libraries.Anders Broman1-2/+4
svn path=/trunk/; revision=24711
2008-03-20Use libgmodule-2.0-0.dll 2.14.5 for the GTK+1 version of Wireshark.Gerald Combs1-46/+47
svn path=/trunk/; revision=24703
2008-03-17Bump the version in the trunk to 1.0.99 (which will become 1.1.0 at someGerald Combs1-3/+3
point). svn path=/trunk/; revision=24676
2008-02-18The trunk is now 0.99.9.Gerald Combs1-1/+1
svn path=/trunk/; revision=24379
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+2
instead of "0". svn path=/trunk/; revision=24376
2008-02-16Clean-up: remove obsolete references to GTK libraries, ETHEREAL_EUG_DIR, etcBill Meier1-35/+10
svn path=/trunk/; revision=24365
2008-02-16Use gtk+ 2.12.8 glib 2.12.6-2 and pcre 7.0.Anders Broman1-1/+1
( Problem seemed to be with pxbuffloaders). svn path=/trunk/; revision=24357
2008-02-14Clarify wording slightly ....Bill Meier1-1/+1
svn path=/trunk/; revision=24331
2008-02-14Glib >= 2.14.5 does not require iconvBill Meier1-3/+7
svn path=/trunk/; revision=24330
2008-01-28Use the new gettext-runtime.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24217
2007-12-25Build with assembler support (NASM).Anders Broman1-1/+1
svn path=/trunk/; revision=23947
2007-12-07Delete the *right* config.h.win32.Guy Harris1-18/+17
Copy the MSVC++-version-checking stuff from it into the top-level config.h.win32, and try to set up config.nmake so that MSC_VER_REQUIRED is defined in all Makefiles that include config.nmake. svn path=/trunk/; revision=23802
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