aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/wireshark.nsi
AgeCommit message (Collapse)AuthorFilesLines
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-19Use INTL_DLL for the gettext DLL name.Gerald Combs1-1/+1
svn path=/trunk/; revision=31028
2009-11-19Switch from individual GLib, GTK+, and related packages to the all-in-oneGerald Combs1-13/+10
versions. svn path=/trunk/; revision=31023
2009-10-21Update WinPcap and the developer's pack to 4.1.1.Gerald Combs1-35/+7
svn path=/trunk/; revision=30652
2009-10-20Update the WinPcap installer to 4.1. The WinPcap installer now enablesGerald Combs1-16/+5
NPF at startp, so remove the checkbox and associated code from the Wireshark installer. svn path=/trunk/; revision=30640
2009-09-17Install the CRT DLLs using the Visual C++ Redistributable PackageGerald Combs1-0/+8
(vcredist_x64.exe) on Win64. This should fix bug 4024. svn path=/trunk/; revision=29977
2009-09-16Use the latest GTK packages.Anders Broman1-0/+10
svn path=/trunk/; revision=29943
2009-08-26Add a compile-time option to use a separate thread for reading fromGerald Combs1-0/+1
pipes. Enable this by default on Windows. Remove code that tried to use WaitForSingleObject on a pipe (which Windows doesn't support). Use native file handles and system calls on Windows (which fixes a problem with partial reads I ran into during testing). This should fix bug 1759. svn path=/trunk/; revision=29574
2009-07-09Revised packaging for the Radius directory:Bill Meier1-1/+65
include new Radius dictionary files & etc. svn path=/trunk/; revision=29043
2009-06-26From Sebastien Decugis:Anders Broman1-0/+1
Add Missing Diameter EAP support. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3600 svn path=/trunk/; revision=28849
2009-06-21AUTHORS-SHORT is now in the doc subdirectoryJeff Morriss1-1/+1
svn path=/trunk/; revision=28788
2009-06-10Upgrade to KFW 3.2.2.Gerald Combs1-0/+1
svn path=/trunk/; revision=28684
2009-05-29Install WinPcap 4.1 beta5. It's stable, and is required for Win64.Gerald Combs1-5/+5
svn path=/trunk/; revision=28521
2009-05-17From Andreas Heise via bug 3357: Allow spaces in VERSION_EXTRA.Gerald Combs1-3/+3
svn path=/trunk/; revision=28384
2009-04-22From Anders: add the OPCUA plugin to the Windows distributionJeff Morriss1-0/+1
svn path=/trunk/; revision=28123
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 Combs1-3/+19
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-12From Anders: Fix a typoMartin Mathieson1-1/+1
svn path=/trunk/; revision=27710
2009-03-11Fix a tpo.Gerald Combs1-1/+1
svn path=/trunk/; revision=27705
2009-03-11Convert more PLATFORMs to WIRESHARK_TARGET_PLATFORM.Gerald Combs1-2/+2
svn path=/trunk/; revision=27702
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27506
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27505
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27504
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27503
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27502
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27501
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27500
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27499
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27498
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27497
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27496
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27495
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+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-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 Combs1-1/+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 Lamping1-4/+5
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-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 libgail.dll to the list of files to be removed.Gerald Combs1-0/+2
svn path=/trunk/; revision=26213
2008-09-09Include a missing Diameter dictionary file.Guy Harris1-0/+1
svn path=/trunk/; revision=26167