summaryrefslogtreecommitdiff
path: root/packaging/u3
AgeCommit message (Collapse)AuthorFilesLines
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
2007-03-02If the VERSION_EXTRA is set in config.nmake, this can lead to an invalid U3 ↵Graeme Lunt1-1/+3
package version in the manifest file. So we now create the U3 package version from the base components. svn path=/trunk/; revision=20957
2007-02-04Remove version from Launchpad name and include a default dfilter_macros to ↵Graeme Lunt2-2/+3
remove start-up warning. svn path=/trunk/; revision=20710
2007-01-31- add some links about U3Ulf Lamping1-1/+7
- fix some typos - mention that uninstalling WS from the stick removes personal settings svn path=/trunk/; revision=20643
2007-01-30Switch to WinPcap 4.0.Gerald Combs2-32/+32
svn path=/trunk/; revision=20622
2007-01-30if wireshark-gtk2.exe.manifest doesn't exist, don't try to copy it - ↵Ulf Lamping1-1/+1
hopefully fixes the buildbot... svn path=/trunk/; revision=20618
2007-01-28add some manifest files (on demand), otherwise u3 package won't work with ↵Ulf Lamping1-0/+4
MSVC!=6 (note that it still might need to provide msvcr*.dll files, I currently don't have a machine to test) svn path=/trunk/; revision=20593
2007-01-28*) Ask the user if they want to install WinPcap.Graeme Lunt1-2/+8
*) Associate Wireshark with p7s, p7m and p7c files (if not already associated). svn path=/trunk/; revision=20582
2007-01-25Update manifest file (template) to:Graeme Lunt2-4/+16
a) remove schema reference b) assign new GUID for 0.99.6 Update makefile.nmake to: a) include user-guide.chm - user-guide.chm is copied from the nsis packaging directory b) include the example_snmp_users_file c) other tidy-ups svn path=/trunk/; revision=20555
2007-01-15Update to get_persdatafile_dir() to choose a default directory on the U3 ↵Graeme Lunt1-1/+15
device that Wireshark is being run from. The U3 Deployment Guide recommends a sub-directory of U3_DEVICE_DOCUMENT_PATH, so the u3util creates a "My Captures" sub-directory to use as the personal data file directory. svn path=/trunk/; revision=20441
2007-01-13Tidyups:Graeme Lunt2-34/+33
* clean up more things * better directory creation * README update svn path=/trunk/; revision=20419
2007-01-10Fix the GNUTLS DLL names. Add the program version to the package file name.Gerald Combs1-5/+5
svn path=/trunk/; revision=20380
2006-11-26U3 Packaging update forGraeme Lunt3-12/+336
a) Packaging changes - including the latest GTK/GLIB/PANGO libaries b) File associations - made when Wireshark is first run and removed when device is removed. c) Install WinPcap - by running the installer if WinPcap is not installed. Uninstalled (if the U3 device installed it) when the device is removed. (This is an interim approach until the appropriate WinPcap U3 installation can be determined). svn path=/trunk/; revision=19985
2006-11-07Get rid of another ACN reference.Guy Harris1-1/+0
svn path=/trunk/; revision=19843