aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2011-04-05Use the latest library tag, which updates GNUTLS. Add code to check forGerald Combs1-0/+3
libintl-8.dll and add the GNUTLS version if needed. svn path=/trunk/; revision=36483
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-03-01Update some of the "Details" properties in the installer. Remove theGerald Combs2-0/+15
32-bit BMPs from the installer icon; they don't appear to render properly. svn path=/trunk/; revision=36113
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.nmakeJaap Keuter1-4/+4
svn path=/trunk/; revision=35752
2011-02-02makefile.nmake => Makefile.nmakeBill Meier4-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
2011-01-10Revert back to NSIS from NSIS Unicode to resolve bug 5558.Chris Maynard1-2/+2
svn path=/trunk/; revision=35455
2011-01-01New Year.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=35322
2010-12-29Updates for Wireshark portable installer. Using nsis unicode now.Chris Maynard4-9/+7
svn path=/trunk/; revision=35300
2010-12-21Removed duplicate rawshark.html entry from DOC.Chris Maynard1-1/+0
svn path=/trunk/; revision=35239
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-12-01Now the Microsoft Visual C++ 2010 redistributable for x86 (32-bit) brings up ↵Stephen Fisher1-2/+2
a confusing dialog asking the user to repair or remove it if it's already installed. Change it to (re-)install quietly (/q command-line option) like we do with the 64-bit version. svn path=/trunk/; revision=35094
2010-11-21Add $Id$; Fix some properties.Bill Meier9-1/+20
svn path=/trunk/; revision=34996
2010-11-18From Taras Kotov: Anders Broman1-0/+1
Add RADIUS dictionary for vendor Eltex. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5415 svn path=/trunk/; revision=34943
2010-10-29Use Wireshark installer icon for portable apps installer. Fixes bug 4374.Chris Maynard1-1/+1
svn path=/trunk/; revision=34687
2010-10-20Copy GDK pixbuf loaders libs to the Wireshark.app.Stig Bjørlykke1-0/+7
svn path=/trunk/; revision=34583
2010-08-25Use PCAP_VERSION (from config.nmake) instead of hard coding the WinPcap version.Jeff Morriss1-1/+1
svn path=/trunk/; revision=33922
2010-08-22Add !ENDIF if needed.Gerald Combs1-0/+5
svn path=/trunk/; revision=33880
2010-08-08Don't speak of XQuartz - at least one person thought we meant that youGuy Harris1-2/+2
had to install XQuartz from Mac OS X Forge, rather than just installing the X11 that comes with OS X. svn path=/trunk/; revision=33736
2010-07-12WinPcap 4.1.1 -> 4.1.2.Gerald Combs5-7/+7
svn path=/trunk/; revision=33493
2010-07-06Don't set SDKROOT - which SDK we want depends on which OS we want thisGuy Harris1-3/+0
to run on, and not setting it should default to the OS on which we're building it (as opposed to an OS for which we might not *have* an SDK). svn path=/trunk/; revision=33458
2010-06-13The .dmg packages can come in 32-bit and 64-bit flavors. Name themGerald Combs1-5/+12
accordingly. svn path=/trunk/; revision=33222
2010-06-05Back out r33088 for now.Gerald Combs2-2/+0
svn path=/trunk/; revision=33102
2010-06-04From Matt Poduska via bug 1957 (with minor changes):Gerald Combs2-0/+2
New dissector (plugin) to support decode of the EPCglobal Low-Level Reader protocol (see llrp.org for more information). This dissector has passed fuzz testing. svn path=/trunk/; revision=33088
2010-05-11From Jay Moran via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4697 :Jeff Morriss1-1/+1
Fix generation of ~/.wireshark-etc/pangorc to fix font issue. svn path=/trunk/; revision=32751
2010-04-12Attempt (blindly--I don't have a Mac) to fixJeff Morriss2-14/+14
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2844 : Quote all references to $HOME in case that variable has a space in it. svn path=/trunk/; revision=32449
2010-04-09Fix the U3 and PortableApps builds.Gerald Combs4-14/+13
svn path=/trunk/; revision=32441
2010-04-09Rename README.win32 to README.windows and add a 64-bit download link.Gerald Combs2-41/+38
Add tools/textify.sh, which makes a Notepad-clickable copy of a text file. Use it for COPYING, NEWS, README, README.windows, and help/*.txt. Remove tools/unix2dos.pl and use Cygwin's u2d instead. svn path=/trunk/; revision=32440
2010-04-08Revert incorrect change.Anders Broman1-7/+2
svn path=/trunk/; revision=32430
2010-04-06Add Windows 7(Untested).Anders Broman1-2/+7
svn path=/trunk/; revision=32402
2010-03-25Set svn:executable property for some .py and .pl filesBill Meier3-0/+0
svn path=/trunk/; revision=32287
2010-03-18From KATAOKA Toshihiro:Anders Broman1-0/+1
Diameter Mobile IPv6 is not decoded. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4597 (I added some more IANA updates as well). svn path=/trunk/; revision=32235
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used inUwe Girlich2-0/+2
(real and simulated) BMW cars for all kinds of gadget communication. My plugin only dissects the high level infrastructure and not any particular messages. It uses a heuristic dissector to detect INTERLINK packets. svn path=/trunk/; revision=32202
2010-02-15Add a missing port from 1.2Anders Broman1-0/+1
svn path=/trunk/; revision=31884
2010-02-15Use the latest GTK bundle (2.18.7)Anders Broman1-1/+1
svn path=/trunk/; revision=31882
2010-02-09Drop support for Windows 2000 in 1.3 and later.Gerald Combs1-1/+7
svn path=/trunk/; revision=31849
2010-01-12Don't try to build NSIS installer if MAKENSIS not defined in config.nmake.Bill Meier1-0/+11
Fixes Bug #3362. Also: Use _FORCE_ instead of FORCE as dummy target. svn path=/trunk/; revision=31510
2010-01-12From Elliott: Add contrast to the border.Gerald Combs1-0/+0
svn path=/trunk/; revision=31505
2010-01-11Make it easy to add custom plugins to the installer.Anders Broman5-2/+20
svn path=/trunk/; revision=31497
2010-01-10Change "Source" to use http://wireshark.org/download/automated/src/...Bill Meier1-1/+1
i svn path=/trunk/; revision=31483
2010-01-10Fix 'make rpm-package' so it works again ...Bill Meier1-1/+1
Specifically: configure.in was changed in SVN 31068 to "Switch to .tar.bz2 for the "dist" target since that's what most people download". So: This patch has the required additional changes. svn path=/trunk/; revision=31481
2010-01-01Remove copying gnome-vfs modules, we don't use it.Stig Bjørlykke1-9/+0
svn path=/trunk/; revision=31405
2010-01-01Happy New Year!Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=31396
2009-12-23Use the official kfw packages.Gerald Combs2-3/+4
svn path=/trunk/; revision=31355
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-12-17Use the latest c-ares and GeoIP libraries. Try to fix the Win32 installerGerald Combs1-3/+4
build. svn path=/trunk/; revision=31301
2009-11-24Add u3util.exe.manifest to the distribution.Gerald Combs1-0/+1
svn path=/trunk/; revision=31067