aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps
AgeCommit message (Collapse)AuthorFilesLines
2014-07-28Fix download of 3rd party packages when WIRESHARK_TARGET_PLATFORM ↵Pascal Quantin1-1/+1
environment variable is not explicitly set Bug: 10317 Change-Id: Ic7b4ffe2bbe4f69928b91a5151d8cef1ae59f723 Reviewed-on: https://code.wireshark.org/review/3203 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-07-21One more place with win32-setup.sh -> win-setup.shJoerg Mayer1-2/+2
Change-Id: Id6738d06470da81dd18d0e80e474c9ca64169d03 Reviewed-on: https://code.wireshark.org/review/3145 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-05-01Remove 'include win32.mak' from certain nmake files when not needed.Bill Meier1-1/+0
Change-Id: I05a505d884abb5fd7fca87bb89af29e3e4502b74 Reviewed-on: https://code.wireshark.org/review/1460 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-6/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\$Id\$/,+1 d') (No space or star before $Id$) Change-Id: I0801bd7cf234d32487008a8b6dcee64875b07688 Reviewed-on: https://code.wireshark.org/review/876 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-01-05Fix indent (use 4 spaces) and add modelines and remove trailing whitespaceAlexis La Goutte1-54/+67
svn path=/trunk/; revision=54611
2014-01-05Fix build when use PortablesAPPSAlexis La Goutte1-0/+2
svn path=/trunk/; revision=54607
2013-12-01- Rename PCAP_VERSION to WINPCAP_VERSION - the version of the underlyingJörg Mayer2-3/+3
pcap probably is different from the WinPcap version. - Set WINPCAP_VERSION for cmake builds to "unknown" - Oh, the NEWS file changed again. svn path=/trunk/; revision=53690
2013-11-14Revert some inadvertent changes from the last commit.Gerald Combs1-5/+5
svn path=/trunk/; revision=53329
2013-11-14Create a plural-only English translation. Use it to pluralize the FollowGerald Combs1-5/+5
Stream and Flow Graph hint statistics. svn path=/trunk/; revision=53326
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs2-3/+2
the PortableApps version relies on U3_-prefixed environment variables. svn path=/trunk/; revision=52941
2013-10-28Remove some (but not all) U3 remnants.Gerald Combs2-2/+3
svn path=/trunk/; revision=52935
2013-08-30Try to fix PortableApps packaging. Note that the Qt definitions shouldGerald Combs2-12/+24
be in config.nmake along with everything else. svn path=/trunk/; revision=51598
2013-08-30Try 2 to fix Portable App buildbotAlexis La Goutte1-0/+5
svn path=/trunk/; revision=51595
2013-08-30Try to fix Portable App buildbotAlexis La Goutte1-0/+6
svn path=/trunk/; revision=51594
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-7/+7
svn path=/trunk/; revision=50140
2013-03-15Use a larger LZMA dictionary.Gerald Combs1-0/+1
svn path=/trunk/; revision=48328
2013-02-23Fix Build of PortableAPPs with QtsharkAlexis La Goutte1-1/+1
svn path=/trunk/; revision=47833
2013-02-22Add QtShark stuff to PortableAppsAlexis La Goutte2-1/+7
svn path=/trunk/; revision=47825
2012-06-13Don't add uninstall.exe to the U3/PortableApps manifest. DefineGerald Combs2-4/+5
STAGING_DIR. Update some makefile dependencies. svn path=/trunk/; revision=43244
2011-07-19Instead of overloading WIRESHARK_LIBS / wireshark_LIBS in Makefile.nmakeGerald Combs1-4/+4
use WIRESHARK_LIB_DIR for the location of our external libraries. svn path=/trunk/; revision=38119
2011-06-10Make the U3 and PortableApps "clean" and "distclean" targets moreGerald Combs1-0/+1
consistent with the NSIS targets. svn path=/trunk/; revision=37649
2011-02-12Cygwin 1.7 is much pickier about paths. Pass a POSIX path to bash.Gerald Combs1-1/+1
svn path=/trunk/; revision=35930
2011-02-02makefile.nmake => Makefile.nmakeBill Meier1-0/+0
svn path=/trunk/; revision=35750
2011-01-10Revert back to NSIS from NSIS Unicode to resolve bug 5558.Chris Maynard1-2/+2
svn path=/trunk/; revision=35455
2010-12-29Updates for Wireshark portable installer. Using nsis unicode now.Chris Maynard4-9/+7
svn path=/trunk/; revision=35300
2010-12-02Allow more than one instance of Wireshark to be started. For now, the stuffChris Maynard1-9/+10
that disallowed it is just commented out. Later, we might choose to make use of AllowMultipleInstances like other portableapps do, such as Firefox, et al. This change was made as a result of the following query on the -users list: http://www.wireshark.org/lists/wireshark-users/201012/msg00008.html svn path=/trunk/; revision=35104
2010-10-29Use Wireshark installer icon for portable apps installer. Fixes bug 4374.Chris Maynard1-1/+1
svn path=/trunk/; revision=34687
2010-08-22Add !ENDIF if needed.Gerald Combs1-0/+5
svn path=/trunk/; revision=33880
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-10-25More fixes from John T. Haller via bug 4158, with some cleanups from me.Gerald Combs2-3/+4
svn path=/trunk/; revision=30696
2009-10-23Add updates from bug 4158.Gerald Combs3-3/+12
svn path=/trunk/; revision=30681
2009-08-08Pass on WinPcap/MSVC redistributable executables to the WiresharkPortable ↵Kovarththanan Rajaratnam1-2/+2
launcher and not the extractor. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3547. svn path=/trunk/; revision=29335
2009-06-29Changes to address bug 3547:Graeme Lunt3-5/+12
1) Make sure WiresharkPortable.nsi uses correct WinPcap version (from config.nmake), and also vcredist. 2) Automatically generate WiresharkPortable.ini with correct default values 3) Include readme.txt in the distribution so that users know how to use WiresharkPortable.ini Thanks to Kovarththanan Rajaratnam for basic patch. svn path=/trunk/; revision=28880
2009-06-13Update for the latest WinPcap and also installation of the VC redistributable.Graeme Lunt3-8/+39
svn path=/trunk/; revision=28717
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-23Unpack FindProcDLL.dll into $(WIRESHARK_LIBS\nsis-plugins, and tell NSIS Gerald Combs3-9/+17
where it is using "!addplugindir". svn path=/trunk/; revision=24166
2008-01-08Graeme Lunt:Jörg Mayer1-4/+4
(The fix is to cd back to "../portableapps/win32", rather than "../u3/win32", at the end of the nsis-bits target in makefile.nmake.) Me: Get rid of some whitespace at the end of lines. svn path=/trunk/; revision=24031
2008-01-04UPX compression corrupts the WinPcap installer - so don't UPX it.Graeme Lunt1-1/+1
svn path=/trunk/; revision=24014
2008-01-04Update to use the generic manifest and make independent of the U3 packaging.Graeme Lunt5-70/+150
Also tidy up. svn path=/trunk/; revision=24013
2007-12-16Automatically install the FindProcDll.dll NSIS plug-in required for the ↵Graeme Lunt2-8/+15
WiresharkPortable.exe. This should allow the builbot to build the PortableApps packaging. svn path=/trunk/; revision=23881
2007-11-18Update to optionally use the "Ultimate Packer for eXecutables" (UPX) to pack ↵Graeme Lunt1-1/+0
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 Lamping2-2/+2
svn path=/trunk/; revision=23431
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