aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/u3
AgeCommit message (Collapse)AuthorFilesLines
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
svn path=/trunk/; revision=41180
2011-08-17The MSDN page for ZeroMemory recommends using SecureZeroMemory instead,Gerald Combs1-8/+8
so do so. Add ZeroMemory to checkAPIs.pl. svn path=/trunk/; revision=38584
2011-08-10Add some distclean / clean targets.Gerald Combs1-0/+1
svn path=/trunk/; revision=38457
2011-07-28Add a cast to avoid "conversion from size_t to int, possible loss of data" ↵Chris Maynard1-1/+1
warning found when attempting to create the U3 package on Windows 7-x64. Hmm, why doesn't the Window 7-x64 buildbot build U3 or portableapps packages? svn path=/trunk/; revision=38237
2011-06-10Make the U3 and PortableApps "clean" and "distclean" targets moreGerald Combs1-1/+2
consistent with the NSIS targets. svn path=/trunk/; revision=37649
2011-04-05More manifest fixes.Gerald Combs1-1/+1
svn path=/trunk/; revision=36482
2011-04-05Remove the manifest as a prerequisite for packaging.Gerald Combs1-1/+1
svn path=/trunk/; revision=36476
2011-04-04Don't build a manifest if we don't need one.Gerald Combs1-2/+2
svn path=/trunk/; revision=36448
2011-02-02makefile.nmake => Makefile.nmakeBill Meier2-0/+0
svn path=/trunk/; revision=35750
2011-02-02Use $(WARNINGS_ARE_ERRORS) (defined in config.nmake) iso -WXBill Meier1-4/+4
svn path=/trunk/; revision=35748
2010-04-09Fix the U3 and PortableApps builds.Gerald Combs1-1/+1
svn path=/trunk/; revision=32441
2010-03-25Set svn:executable property for some .py and .pl filesBill Meier1-0/+0
svn path=/trunk/; revision=32287
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-5/+2
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-08-21Use <gcrypt.h> instead of 'gcrypt.h'Kovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29501
2009-06-02Update to install latest WinPcap and silently install/uninstall the Visual ↵Graeme Lunt3-53/+189
C++ 2008 Redistributable. svn path=/trunk/; revision=28594
2009-02-04fix the buildbot: linking u3util.exe won't create a manifest file, so don't ↵Ulf Lamping1-3/+4
try to include it svn path=/trunk/; revision=27368
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping2-0/+6
svn path=/trunk/; revision=27357
2008-09-16Add /D_BIND_TO_CURRENT_CRT_VERSION=1 to LOCAL_CFLAGS in modern versionsGerald Combs1-1/+1
of Visual C++. (How did this "feature" ever see the light of day?) Make sure we use LOCAL_CFLAGS *everywhere*. This should fix problems with building a usable installer under Visual Studio 2008 SP1. Add comments with links to Visual C++'s idiotic handling of assemblies and deployment using xcopy. Move to c-ares 1.5.3. Make sure we remove all of our manifests in epan and packaging/u3/tools. svn path=/trunk/; revision=26219
2008-08-08When copying and renaming files, put quotes around the sources andGerald Combs1-2/+2
destinations. svn path=/trunk/; revision=25957
2008-04-09lot's of GTK1 related code cleanup in the Win32 build processUlf Lamping1-2/+2
svn path=/trunk/; revision=24854
2008-04-04Start the process of removing GTK1.Gerald Combs1-8/+1
svn path=/trunk/; revision=24770
2008-02-17Added $(GTK2_LIB_DIR)\loaders to some makefiles in an attempt to fix theStig Bjørlykke1-0/+1
u3 and portableapp build. svn path=/trunk/; revision=24369
2008-01-24Removed even more C++ style comments.Stig Bjørlykke2-6/+6
svn path=/trunk/; revision=24186
2008-01-04UPX compression corrupts the WinPcap installer - so don't UPX it.Graeme Lunt1-1/+1
svn path=/trunk/; revision=24014
2008-01-04Changes to use a generic manifest to determine package contents, and also U3 ↵Graeme Lunt4-283/+130
self-certification fixes e.g. * package size (dependent on use of UPX) * upgrade * shortDescription * vendor svn path=/trunk/; revision=24012
2007-11-27Fixes to:Graeme Lunt1-6/+21
a) Check that UPX is configured correctly and offer solutions; b) Ignore any errors generated from UPX (e.g. from previously compressed files); and c) Clean up the tools directory when cleaning the U3 distribtion svn path=/trunk/; revision=23622
2007-11-22don't install the *.exe.manifest and *.dll.manifest files. The manifest is ↵Ulf Lamping1-4/+0
embedded in the exe/dll files, so no need to install them seperately. svn path=/trunk/; revision=23544
2007-11-18Update to optionally use the "Ultimate Packer for eXecutables" (UPX) to pack ↵Graeme Lunt2-1/+16
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-11-12update various other places, where WinPcap version 4.0.1 was usedUlf Lamping1-1/+1
svn path=/trunk/; revision=23433
2007-11-12update various other places, where WinPcap version 4.0.1 was usedUlf Lamping1-1/+1
svn path=/trunk/; revision=23431
2007-10-28Small fixes:Bill Meier2-3/+3
1. wireshark.bat: Quote %U3_HOST_EXEC_PATH%\wireshark.exe so pathname with spaces will work; 2. makefile.nmake: Use $(MAKE) /$(MAKEFLAGS) so things like invoking nmake at the top level with /E to have environment variables override config.namke definitions will work. svn path=/trunk/; revision=23297
2007-10-28U3 package update to:Graeme Lunt2-3/+56
a) include smi.dll if SMI_DIR is set b) add a batch script to run the U3 wireshark configuration by simulating the U3 environment c) include a test step in the build process to verify that the U3 package contains all the required files (tries to run "wireshark -D") d) include the wireshark.bat in the U3 zip file. This final step means that the U3 package can be unzipped on any drive and run using the wireshark.bat script. (Note this currently creates an unwanted cmd window.) svn path=/trunk/; revision=23295
2007-10-15Make MGCP a builtin dissector to reduce the number of plugins.Anders Broman1-1/+0
(Leave the MGCP plugin dir for now). svn path=/trunk/; revision=23190
2007-10-15In source tree, move wimaxasncp TLV files from plugin folder -> new ↵Martin Mathieson1-2/+2
top-level wimaxasncp folder. svn path=/trunk/; revision=23184
2007-10-14From Martin Mathieson:Anders Broman1-0/+1
Hopefully the u3 build will then be able to run to completion. svn path=/trunk/; revision=23178
2007-10-14And U3 ...Anders Broman1-0/+1
svn path=/trunk/; revision=23176
2007-10-12Also add wimaxasncp TLV desription files to U3 build.Martin Mathieson1-0/+2
svn path=/trunk/; revision=23159
2007-09-26Try to fix the U3 build.Anders Broman1-1/+8
svn path=/trunk/; revision=22988
2007-08-24Clear out any remaining references to the h223 plugin. Replace theGerald Combs1-1/+0
references to h223 in README.plugins with agentx since it's small and no one seems to be in a hurry to move it to epan/dissectors. svn path=/trunk/; revision=22641
2007-08-21Add the UNISTIM plugin, and put the plugins in alphabetical order (toGuy Harris1-2/+3
simplify checking whether we have the full list). svn path=/trunk/; revision=22565
2007-08-12fix a typoUlf Lamping1-1/+1
svn path=/trunk/; revision=22489
2007-08-12add IANA port-numbers file as a file named "services", with some minor ↵Ulf Lamping1-0/+1
explanations from me at the top of that file add it to the distributed files, to the Win32 NSIS and U3 packages. UNIX packages will still miss this (optional) file. svn path=/trunk/; revision=22487
2007-07-15Further synchronisation with wireshark.nsiGraeme Lunt1-0/+5
svn path=/trunk/; revision=22317
2007-07-15Include latest configuration files and remove ones no longer shipped.Graeme Lunt1-2/+3
(Without these configuration files defragmentation was failing - unsure why!) svn path=/trunk/; revision=22316
2007-07-04Switch to WinPcap 4.0.1.Gerald Combs2-11/+11
svn path=/trunk/; revision=22237
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-0/+2
Add support for WiMAX and M2M to various makefiles and installer files. Add basic support for M2M to randpkt. svn path=/trunk/; revision=21945
2007-05-06New U3 packaging tool to generate a UUID based on the Wireshark version ↵Graeme Lunt9-3/+824
string within the Wireshark namespace. The Wireshark namespace UUID is: 94630be0-e031-11db-974d-0002a5d5c51b It is based upon the example code from RFC4122 and links against gcrypt. Using this tool allows the U3 packaging UUID to be automatically changed for new versions as well as giving each buildbot version a different UUID. svn path=/trunk/; revision=21694
2007-03-28Improved cleanup of build artifactsGraham Bloice1-1/+1
svn path=/trunk/; revision=21249
2007-03-26Remove references to the megaco plugin from the Windows U3 packaging stuff ↵Jeff Morriss1-20/+19
(hopefully this is the last onegrep megaco *). svn path=/trunk/; revision=21203
2007-03-03Ensure that the correct U3 environment variables are set when the U3 ↵Graeme Lunt3-10/+152
Wireshark is started from a file association (e.g. opening a pcap file). Also tweak the space requirements and restore the VERSION_EXTRA information to the description, both within the manifest.u3i. svn path=/trunk/; revision=20964