summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2009-04-20Remove some backslashes that were inadvertently continuing lines.Gerald Combs1-3/+2
svn path=/trunk/; revision=28100
2009-04-17If our target is Win64, install into $PROGRAMFILES64\Wireshark by default.Gerald Combs1-4/+10
(This doesn't work on my test system, but appears to be correct). svn path=/trunk/; revision=28082
2009-04-17Try to handle attempts at installing 64-bit Wireshark on a 32-bit system.Gerald Combs3-3/+76
Fix Win64 package building. svn path=/trunk/; revision=28077
2009-04-15Associate .pcapng files with Wireshark.Gerald Combs1-0/+2
svn path=/trunk/; revision=28056
2009-04-02From Naoyoshi Ueda:Anders Broman1-0/+2
Radius dissector enhancement to support WiMAX vendor specific attributes. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3176 svn path=/trunk/; revision=27937
2009-03-27Add a note about 10.5.Gerald Combs1-18/+26
svn path=/trunk/; revision=27867
2009-03-12From Anders: Fix a typoMartin Mathieson1-1/+1
svn path=/trunk/; revision=27710
2009-03-11More typos.Gerald Combs1-5/+5
svn path=/trunk/; revision=27706
2009-03-11Fix a tpo.Gerald Combs1-1/+1
svn path=/trunk/; revision=27705
2009-03-11Convert more PLATFORMs to WIRESHARK_TARGET_PLATFORM.Gerald Combs2-7/+7
svn path=/trunk/; revision=27702
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter2-2/+0
svn path=/trunk/; revision=27506
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter2-2/+0
svn path=/trunk/; revision=27505
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter2-2/+0
svn path=/trunk/; revision=27504
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter2-2/+0
svn path=/trunk/; revision=27503
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter2-2/+0
svn path=/trunk/; revision=27502
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter2-2/+0
svn path=/trunk/; revision=27501
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter2-2/+0
svn path=/trunk/; revision=27500
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter2-2/+0
svn path=/trunk/; revision=27499
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter2-2/+0
svn path=/trunk/; revision=27498
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter2-2/+0
svn path=/trunk/; revision=27497
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter2-2/+0
svn path=/trunk/; revision=27496
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter2-2/+0
svn path=/trunk/; revision=27495
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter2-2/+0
svn path=/trunk/; revision=27492
2009-02-18Guy pointed out that we were still checking for the Microsoft Layer forGerald Combs1-12/+4
Unicode, which is only needed for platforms we no longer support. svn path=/trunk/; revision=27485
2009-02-18Make the dialog that confirms uninstalling the previous version ofGerald Combs1-10/+27
Wireshark default to "yes" for silent installs. Add silent default actions for other dialogs. Don't do so for error messages, since we probably want the user to see those no matter what. Fixes bug 3260. Switch back to using the uninstaller icon (which got clobbered 2 weeks after it was introduced in 2007). svn path=/trunk/; revision=27484
2009-02-16Add ipmap.html to the list of files installed and uninstalled.Guy Harris1-0/+2
svn path=/trunk/; revision=27466
2009-02-09Corrected directory for Info.plist.inStig Bjørlykke1-1/+1
svn path=/trunk/; revision=27400
2009-02-08Chris Maynard:Jörg Mayer1-9/+10
Fix for part one of bug 3120: Add packaging/macosx/Info.plist.in to the distribution list. svn path=/trunk/; revision=27395
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-03Get rid of FAQ file completely: It's still available as help/faq.txtJörg Mayer1-1/+1
svn path=/trunk/; revision=27359
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping2-0/+6
svn path=/trunk/; revision=27357
2009-01-08Year 2009.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=27193
2009-01-07If you handGerald Combs1-2/+0
File /oname=bar "foo" File "foo" to ws-manifest.pl it will generate an invalid makefile. Put the FAQ in one place: help\faq.txt. svn path=/trunk/; revision=27175
2009-01-06As suggested by Joerg a while back, get rid of FAQ in the build directory.Gerald Combs2-2/+1
Copy help/faq.txt to FAQ in the NSIS and zip packages. Add "help" to the dependency list for "all". Fix a couple of minor bugs in the top-level Makfile.nmake. svn path=/trunk/; revision=27173
2008-12-10Use GTK 2.14.5 and glib 2.18.2Anders Broman1-0/+2
Overview of Changes from GLib 2.18.2 to GLib 2.18.3 =================================================== * Build with libtool 2.x * Bugs fixed: 557087 mem leak in g_content_types_get_registered 558185 'parent' variable in g_local_file_get_child_for_display_name() hits g_object_unref(NULL) assertion 557210 g_compute_checksum_for_* asserts with less than 2 bytes 528320 Incorrect icons displayed for files with custom mimetype icons 557592 Missing include in gwinhttpfile.c 556415 Crash on Windows 2000 in g_winhttp_vfs_init() 556910 Memory leak: sub 561352 Leak of icon description 561375 Leaks mountpoint description 560569 gkeyfile doesn't use the set list_separator in some cases 560568 gkeyfile docs buglet 559413 g_option_group_set_error_hook docs buglet Overview of Changes from GTK+ 2.14.4 to 2.14.5 ============================================== * Bugs fixed: 556578 GIMP windows stay on top of other windows 557059 crash when compositing emblems with icon 557266 Window Management Problem 528320 Incorrect icons displayed for files with custom mimetype icons 557894 Wrong return value for gdk_pointer_grab_info_libgtk_only 557316 GtkLinkButton should consider user-defined tooltip 558323 glitches when popping up combos in treeviews 558278 Crash when calling a callback set by gdk_add_client_message_filter 557212 Problem with which window gains focus and is visible 541391 Unfocussable Treeview swallows focus 552956 Should check composite extension version 554567 warning fixes (missing format specifiers and NULL vs 0) svn path=/trunk/; revision=26960
2008-12-09From Alexis La Goutte (bug 3104):Stig Bjørlykke1-0/+1
Add Aruba dictionary. svn path=/trunk/; revision=26945
2008-12-08I've moved the Wireshark start menu shortcut from it's own directory into ↵Ulf Lamping2-5/+6
the plain start menu and removed the Wireshark start menu dir altogether, which makes it IMHO much more usable than before. According to the "Windows Vista User Experience Guidelines" http://msdn.microsoft.com/en-us/library/aa511447.aspx (and also my own experience), the number of items in the start menu should be reduced to the minimum. svn path=/trunk/; revision=26933
2008-11-01Trying to call ExecWait on the Wireshark unistaller won't work, since it Gerald Combs1-10/+27
returns immediately. Copy the uninstaller to $TEMP, then run it with flags which make it work as expected. Fix up the old version removal dialog. svn path=/trunk/; revision=26664
2008-10-28Fix bug 2844:Stig Bjørlykke2-2/+2
Make the OSX application launch when having space in the path. svn path=/trunk/; revision=26612
2008-10-28Show correct dates in application info.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26600
2008-10-28Removed ARCHS to make it build on Intel or PowerPC.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=26598
2008-10-28Fix issue reported in bug #2979:Stephen Fisher1-4/+1
Change Xcode project for ScriptExec to build only i386 ("Intel") instead of i386 & ppc ("Universal")) since none of the rest of Wireshark or its libraries are universal. ScriptExec is placed in Wireshark.app/Contents/MacOS/Wireshark, which then calls Wireshark.app/Contents/Resources/bin/wireshark-bin. This will make Wireshark show up as an Intel only binary instead of universal. ScriptExec comes from the Platypus application's source code. svn path=/trunk/; revision=26597
2008-10-27Fix a copy/paste error.Gerald Combs1-1/+1
svn path=/trunk/; revision=26568
2008-10-21Detect a previous Wireshark installation and let the user uninstall it first.Gerald Combs1-19/+26
svn path=/trunk/; revision=26509
2008-10-01Use LUA 5.1.4Anders Broman1-1/+1
svn path=/trunk/; revision=26329
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-09-16Add libgail.dll to the list of files to be removed.Gerald Combs1-0/+2
svn path=/trunk/; revision=26213
2008-09-09Fix U3 packaging. Build 1.1.0 again in order to pick up the new GLib/GTK+Gerald Combs1-15/+19
libraries. svn path=/trunk/; revision=26168
2008-09-09Include a missing Diameter dictionary file.Guy Harris1-0/+1
svn path=/trunk/; revision=26167
2008-09-08Add libgail.dllAnders Broman1-0/+2
svn path=/trunk/; revision=26165