aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2007-11-22don't install the *.exe.manifest and *.dll.manifest files. The manifest is ↵Ulf Lamping2-6/+1
embedded in the exe/dll files, so no need to install them seperately. svn path=/trunk/; revision=23544
2007-11-19Add missing \Martin Mathieson1-1/+1
svn path=/trunk/; revision=23495
2007-11-19Try to fix reported uninstallation problemsMartin Mathieson2-0/+5
svn path=/trunk/; revision=23494
2007-11-18Update to optionally use the "Ultimate Packer for eXecutables" (UPX) to pack ↵Graeme Lunt3-2/+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 Lamping6-6/+6
svn path=/trunk/; revision=23431
2007-11-11update WinPcap installer to recent 4.0.2Ulf Lamping3-4/+4
svn path=/trunk/; revision=23429
2007-11-11From Valery Sigalov:Anders Broman1-0/+4
New dissector for TPNCP protocol. http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1853 svn path=/trunk/; revision=23428
2007-11-06When checking to see if we should install WinPcap, check the installedGerald Combs3-23/+106
version directly instead of trying to divine it from its name. svn path=/trunk/; revision=23385
2007-11-03A bit of a readme for the Wireshark Portable packaging. Includes details of ↵Graeme Lunt1-0/+31
the NSIS plug-in required. svn path=/trunk/; revision=23350
2007-11-03at least mention in a comment, that you'll need the FindProcDLL plug-inUlf Lamping1-0/+2
svn path=/trunk/; revision=23349
2007-11-02Initial Portable Apps (www.portableapps.com) packaging to produce a ↵Graeme Lunt5-0/+594
"Wireshark Portable" (WSP) distribution. This allows Wireshark to be run from any USB stick, unlike the U3 packaging which must be installed on a specific U3 device. The packaging basically builds upon the U3 distribution so new libraries/config only need to be added to the U3 makefile to update both distributions. It still takes a "dumb" approach to WinPcap - installing it if it is not already installed and removing it (if WSP installed it) when Wireshark quits. (This is worse than the U3 packaging which only uninstalls WinPcap when the device is removed.) Really must talk to the WinPcap guys to see how we can make this less intrusive. I am talking to John Haller (the Portable Apps guy) about fine tuning the distribution. svn path=/trunk/; revision=23340
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 Broman3-3/+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 Mathieson2-4/+4
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-14Ethercat pluginAnders Broman2-0/+2
Author : Richard Kuemmel <r.kuemmel[AT]beckhoff.de> Updates and bugfixes: Peter Johansson <peterjohansson73[AT]gmail.com> svn path=/trunk/; revision=23174
2007-10-12Also add wimaxasncp TLV desription files to U3 build.Martin Mathieson1-0/+2
svn path=/trunk/; revision=23159
2007-10-12Install wimaxasncp TLV definition files (untested).Martin Mathieson1-0/+9
Q: are the plugins unconditionally installed by the win32 installer? i.e. should the installation of these files be conditional? svn path=/trunk/; revision=23157
2007-09-26Try to fix the U3 build.Anders Broman1-1/+8
svn path=/trunk/; revision=22988
2007-09-25Use GTK+ 2.12Anders Broman2-2/+14
svn path=/trunk/; revision=22955
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-3/+0
svn path=/trunk/; revision=22934
2007-09-17Enable NPF by default under Vista.Gerald Combs2-26/+33
svn path=/trunk/; revision=22894
2007-09-07Crap - missed this one!Martin Mathieson1-0/+1
svn path=/trunk/; revision=22823
2007-08-27Get smi_modules in the distribLuis Ontanon1-0/+4
svn path=/trunk/; revision=22694
2007-08-27And now the MIB'sAnders Broman1-0/+14
svn path=/trunk/; revision=22681
2007-08-27Add SMI to the installation, the MIB:s are still missing.Anders Broman2-0/+6
svn path=/trunk/; revision=22680
2007-08-24Clear out any remaining references to the h223 plugin. Replace theGerald Combs3-3/+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-21Update the NSIS files to add the UNISTIM plugin.Guy Harris2-0/+2
svn path=/trunk/; revision=22563
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 Lamping2-0/+3
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-10Add ETSI e2/e4 Diameter applicationsMartin Mathieson1-0/+1
svn path=/trunk/; revision=22283
2007-07-06Have the installer propose to install 4.0.1 over 4.0.0.Jaap Keuter1-0/+5
svn path=/trunk/; revision=22259
2007-07-04Switch to WinPcap 4.0.1.Gerald Combs7-17/+17
svn path=/trunk/; revision=22237
2007-06-21Add DTD file for xcap-error (RFC 4825)Martin Mathieson1-0/+1
svn path=/trunk/; revision=22148
2007-06-16Since the integration into the official GTK sources, the name of GTK-Wimp is ↵Ulf Lamping1-3/+3
now "GTK MS Windows Engine". Change the name in the NSIS installer and the docbook docs accordingly. svn path=/trunk/; revision=22114
2007-06-12Add gqpolicy.xml to installed diameter XML filesMartin Mathieson1-0/+1
svn path=/trunk/; revision=22080
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs3-1/+7
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-22Make sure we compare against something ("") in caseJörg Mayer1-1/+1
GTK_CONFIG is empty. svn path=/trunk/; revision=21884
2007-05-06instead of copying the MSVC 2005 manifest files around, embed them into the ↵Ulf Lamping1-17/+0
.exe / .dll files - this way is easier to handle while packaging and alike, and probably will solve some problems. We might want to do this for the plugins as well later. svn path=/trunk/; revision=21696
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-26Remove references to the megaco plugin from the Windows packaging stuff.Jeff Morriss2-57/+55
svn path=/trunk/; revision=21202
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