summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2012-09-13Remove our local copy of WinPcap and download it fromGerald Combs4-6/+6
wireshark-win{32,64}-libs instead. In win-setup.sh only try to unzip files ending in .zip. PortableApps and U3 packaging changes are untested. svn path=/trunk/; revision=44888
2012-08-19Get the package version using configure.in, not grep+sed. Make sure weGerald Combs2-9/+9
exit with an error in a few places where it would be useful. svn path=/trunk/; revision=44572
2012-07-27Remove a hard-coded path.Gerald Combs1-1/+1
svn path=/trunk/; revision=44085
2012-07-24Fix the dependencies for wireshark.exe and tshark.exe and use "xcopyGerald Combs1-3/+3
/d" instead of "copy" in Makefile.nmake. Fix the uninstall.exe path in packaging\nsis\Makefile.nmake. This keeps us from clobbering existing files in wireshark-gt2 unnecessarily. svn path=/trunk/; revision=43976
2012-07-24Remove uninstall_installer.exe when we're done with it so that we don'tGerald Combs1-0/+1
have an extraneous executable in the staging directory. svn path=/trunk/; revision=43965
2012-07-20Add a comment.Gerald Combs1-0/+1
svn path=/trunk/; revision=43866
2012-07-20According toGerald Combs2-7/+21
http://blogs.msdn.com/b/astebner/archive/2010/10/20/10078468.aspx and bug 7507 the Visual C++ 2010 redistributable installer might want to reboot the system. Tell it not to do that and request a reboot at the end of the installation process if needed. svn path=/trunk/; revision=43864
2012-07-20WiMAX OFDMA PHY SAP dissector plugin ↵Michael Mann2-0/+2
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2695) svn path=/trunk/; revision=43844
2012-07-19Make it possible to add custom/private MIBs to the Windows installer.Anders Broman3-0/+7
svn path=/trunk/; revision=43819
2012-06-28Update Free Software Foundation address.Jakub Zawadzki7-7/+7
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-21Try to fix tarball compilation on Windows.Gerald Combs1-0/+2
svn path=/trunk/; revision=43428
2012-06-19Followup to r43370: don't install idl2wrs or its man page.Jeff Morriss3-3/+0
svn path=/trunk/; revision=43377
2012-06-19Don't install main-menubar-ui.xmlAnders Broman1-8/+0
svn path=/trunk/; revision=43368
2012-06-14Add back an absolute path prefix.Gerald Combs1-1/+2
svn path=/trunk/; revision=43264
2012-06-14More NSIS cleanup.Gerald Combs4-17/+20
svn path=/trunk/; revision=43261
2012-06-13Fix things to match what we're doing in our portableapps counterpart.Gerald Combs1-1/+3
svn path=/trunk/; revision=43246
2012-06-13Don't add uninstall.exe to the U3/PortableApps manifest. DefineGerald Combs5-8/+13
STAGING_DIR. Update some makefile dependencies. svn path=/trunk/; revision=43244
2012-06-13Define STAGING_DIR and use it in various places instead of hard-codingGerald Combs2-92/+94
"..\.." or "..\..\wireshark-gtk2". svn path=/trunk/; revision=43239
2012-06-13Use terminology that conforms better with the MSDN documentation and aGerald Combs2-2/+3
style that conforms better with the rest of the NSIS output. svn path=/trunk/; revision=43237
2012-06-13Move the "uninstall" parts of wireshark.nsi to uninstall.nsi and theGerald Combs5-382/+412
common parts to common.nsh. Creating an installer now requires two NSIS runs: - uninstaller.nsi, which creates an installer (uninstall_installer.exe) that only writes uninstall.exe to ../../wireshark-gtk2. - wireshark.nsi, which bundles uninstall.exe along with the rest of our installation files. If we ever get around to signing our executables this will let us sign all of them. It also cleans up the .nsi file contents a bit. Instead of keeping separate list of file extensions, manage them from a single macro. Print the extensions we register / deregister in the detail pane. svn path=/trunk/; revision=43236
2012-06-11Add TGPPS9.xml to makefile and NSIS installerPascal Quantin1-0/+1
svn path=/trunk/; revision=43202
2012-06-01No more GIOP plugins, no more GIOP loadable DLL.Guy Harris2-2/+0
svn path=/trunk/; revision=42981
2012-05-30Replace IDL generated dissector with common dllAnders Broman2-8/+2
svn path=/trunk/; revision=42926
2012-05-29Use GeoIP 1.4.8 which includes a DLL instead of a static library.Gerald Combs2-0/+6
svn path=/trunk/; revision=42905
2012-05-14Try using an OBS-derived Gtk2 bundle, second try.Gerald Combs2-33/+69
svn path=/trunk/; revision=42623
2012-04-29Add .ntar as a suffix (some pcap-ng files use it).Guy Harris1-2/+4
Sort the suffixes alphabetically. svn path=/trunk/; revision=42329
2012-04-29Make the extension lower case.Guy Harris1-2/+15
Say "Pcap" rather than "Libpcap" - pcap format is used by WinPcap as well (and it's also read and written by this library called Wiretap :-)). Add an additional entry for pcap-NG. svn path=/trunk/; revision=42328
2012-04-20Switch back to the gtk.org version of the GTK+ bundle since its CairoGerald Combs2-67/+31
doesn't crash. svn path=/trunk/; revision=42171
2012-04-19Switch to our custom GTK+ bundles derived from openSUSE Build ServiceGerald Combs2-31/+67
packages. Sort and normalize our DLL lists. Add several new required DLLs. svn path=/trunk/; revision=42143
2012-04-04Add and update a bunch of Programs and Features-related registryGerald Combs2-10/+38
keys. Sort the keys by name. Calculate the installation size after all of the files have been installed and add that in the "EstimatedSize" key. Fix the display icon. Add a hint about our target platform. Add version information. We now look like a grown-up application in the Programs and Features control panel. svn path=/trunk/; revision=41914
2012-03-29Update a couple of keys.Gerald Combs1-2/+2
svn path=/trunk/; revision=41832
2012-03-20Now, isn't that swell! Leopard's dseditgroup doesn't return a failureGuy Harris1-1/+1
exit status if the group in question doesn't exist, so we can't use dseditgroup on Leopard to check whether the access_bpf group exists. Instead, as per Martin Williams' suggestion in bug 6526, use "dscl . -read /groups/{group}" instead; the suggestion came from the addgroup.sh script in https://developer.apple.com/library/mac/documentation/OpenSource/Conceptual/ShellScripting/ShellScripting.pdf svn path=/trunk/; revision=41680
2012-03-16Capitalize "Wireshark" in various package names.Gerald Combs2-2/+2
svn path=/trunk/; revision=41621
2012-03-16Add @configure_input@ to a bunch of .in files that didn't have it.Guy Harris4-1/+6
Add $Id$ to those of said files that didn't have it, and fix one $Id to be $Id$. svn path=/trunk/; revision=41594
2012-03-10Rename the Xylan dictionnary to Alcatel-Lucent Xylan dictionnaryAlexis La Goutte1-1/+1
Alcatel (now Alcatel-Lucent) buy Xylan in 1999... And now Attributs RADIUS is used in Alcatel-Lucent Omniswitch Product. svn path=/trunk/; revision=41474
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
svn path=/trunk/; revision=41180
2012-02-16As suggested on the -dev list today, add Wireshark_package.pmdoc to the sourceJeff Morriss9-2/+10
distribution. To do this, however, requires renaming that directory because automake can't handle files with spaces in their names. svn path=/trunk/; revision=41040
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-1/+1
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518
2012-01-01Happy New Year!Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=40353
2011-12-28Remove some NSIS 1.x cruft.Gerald Combs1-5/+0
svn path=/trunk/; revision=40318
2011-12-28Simplify wireshark.nsi a bit by copying DLLs from the wireshark-gtk2Gerald Combs1-45/+40
directory. This picks up any DEP/ASLR-related changes. Run peflags on more DLLs. svn path=/trunk/; revision=40317
2011-11-15Add svn:executable to propsBill Meier2-0/+0
svn path=/trunk/; revision=39858
2011-11-02Requiescat in pace, osx-build.sh.Guy Harris1-1/+0
svn path=/trunk/; revision=39714
2011-11-02Remove osx-build.sh. It was never fully ported to the Wireshark buildGerald Combs1-335/+0
environment and has been unused for 3 years. svn path=/trunk/; revision=39713
2011-08-31Remove the obsolete files fom the installerAnders Broman1-2/+0
svn path=/trunk/; revision=38816
2011-08-28I guess this is the right thing to do with the "ui" directory to put itGuy Harris1-0/+1
into the U3 package. svn path=/trunk/; revision=38764
2011-08-28Add the main menubar UI description.Anders Broman1-0/+1
svn path=/trunk/; revision=38762
2011-08-28Add the treeView popup UI description.Anders Broman1-0/+1
svn path=/trunk/; revision=38760
2011-08-28Install the GUI xml files. I'm not sure about the Makefile.am changes pkease ↵Anders Broman1-0/+10
check. svn path=/trunk/; revision=38756
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