aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
Commit message (Collapse)AuthorAgeFilesLines
* Copy over r54630 from trunk:Guy Harris2014-01-071-2/+2
| | | | | | | | | | | | | ------------------------------------------------------------------------ r54630 | guy | 2014-01-07 13:21:20 -0800 (Tue, 07 Jan 2014) | 6 lines The capabilities for dumpcap don't need to be inheritable. See https://bugzilla.redhat.com/show_bug.cgi?id=1022377 svn path=/trunk-1.10/; revision=54631
* Copy over revisions from the trunk:Pascal Quantin2014-01-021-2/+2
| | | | | | | | | | | | | | ------------------------------------------------------------------------ r54529 | stig | 2014-01-01 13:20:27 +0100 (mer. 01 janv. 2014) | 2 lignes Chemins modifiés : M /trunk/packaging/macosx/Info.plist.in M /trunk/version_info.c Happy new year! ------------------------------------------------------------------------ svn path=/trunk-1.10/; revision=54550
* Fix the app bundle variable name.Gerald Combs2013-11-111-2/+2
| | | | svn path=/trunk-1.10/; revision=53254
* Start backporting code and package signing from the trunk.Gerald Combs2013-11-112-0/+46
| | | | svn path=/trunk-1.10/; revision=53251
* We install the wrapper scripts for the command-line tools inGuy Harris2013-10-011-20/+21
| | | | | | /usr/local/bin, not in /Library/Wireshark. svn path=/trunk-1.10/; revision=52325
* Copy over revisions from the trunk:Gerald Combs2013-09-091-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r51422 | mmann | 2013-08-18 17:11:50 -0700 (Sun, 18 Aug 2013) | 5 lines Changed paths: M /trunk/AUTHORS M /trunk/epan/dissectors/packet-ieee80211-radiotap.c Bugfix SGI Nsym disambiguation is unconditionally displayed when dissecting VHT, bug 8989 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8989) From Karl Beldan BACKPORT(1.8,1.10) ------------------------------------------------------------------------ r51493 | gerald | 2013-08-23 11:42:51 -0700 (Fri, 23 Aug 2013) | 3 lines Changed paths: M /trunk/rawshark.c Initialize our wtap_pkthdr struct so that we don't try to dereference an invalid opt_comment pointer down the line. ------------------------------------------------------------------------ r51523 | gerald | 2013-08-26 09:53:17 -0700 (Mon, 26 Aug 2013) | 3 lines Changed paths: M /trunk/packaging/macosx/Resources/Wireshark.icns Use oldiconutil (https://github.com/uliwitness/oldiconutil) to convert our PNG-based icons to JPEG 2000. Hopefully fixes bug 8993. ------------------------------------------------------------------------ r51610 | pascal | 2013-08-31 02:42:11 -0700 (Sat, 31 Aug 2013) | 3 lines Changed paths: M /trunk/epan/dissectors/packet-bpdu.c From Andreas Urke via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9088 : STP: fix dissection of MSTI Root Identifiers for all MSTIs ------------------------------------------------------------------------ Copy over with manual intervention: ------------------------------------------------------------------------ r51395 | cmaynard | 2013-08-16 13:46:45 -0700 (Fri, 16 Aug 2013) | 4 lines Changed paths: M /trunk/epan/dissectors/packet-rohc.c Initialize val_len to avoid Clang warning: The right operand of '-' is a garbage value. While in there, add some protection against tvb_length_remaining() possibly returning -1, or possibly being less than val_len. #BACKPORT(1.10) ------------------------------------------------------------------------ r51448 | cmaynard | 2013-08-20 15:42:46 -0700 (Tue, 20 Aug 2013) | 9 lines Changed paths: M /trunk/epan/dissectors/packet-ncp-sss.c Simplify find_delimiter() by making use of tvb_find_guint8(). In sss_string(): -> Protect against tvb_length_remaining() possibly returning -1. -> Fix off-by-1 potential buffer overflow condition. -> Use isprint() rather than "do-it-yourself" code. -> Remove the extra unnecessary "length_remaining" checks in the for() loop. #BACKPORT(1.10, 1.8) ------------------------------------------------------------------------ r51508 | eapache | 2013-08-24 05:13:11 -0700 (Sat, 24 Aug 2013) | 3 lines Changed paths: M /trunk/epan/dissectors/packet-ieee80211.c Use the correct length field when tagging the SSID. Fixes the first valgrind fuzz failure. ------------------------------------------------------------------------ r51576 | cmaynard | 2013-08-29 11:15:13 -0700 (Thu, 29 Aug 2013) | 6 lines Changed paths: M /trunk/capture_opts.c M /trunk/capture_opts.h M /trunk/capture_stop_conditions.c M /trunk/capture_sync.c M /trunk/doc/dumpcap.pod M /trunk/doc/tshark.pod M /trunk/doc/wireshark.pod.template M /trunk/dumpcap.c M /trunk/ui/gtk/capture_dlg.c Handle the 2GiB boundary case of the max filesize autostop condition properly so that we avoid overflow conditions and so that we ensure we don't capture more than 2GiB. Also, document the max filesize autostop value of 2GIB as well as indicating that it's truly GiB and not GB. This fixes the problem reported on ask: http://ask.wireshark.org/questions/23891/wireshark-wont-run-with-multiple-capture-files #BACKPORT(1.10) ... not sure about 1.8? ------------------------------------------------------------------------ Update the release notes. svn path=/trunk-1.10/; revision=51874
* Copy over r51788 from trunk:Guy Harris2013-09-051-1/+1
| | | | | | | | | | | ------------------------------------------------------------------------ r51788 | cmaynard | 2013-09-05 10:51:17 -0700 (Thu, 05 Sep 2013) | 4 lines Per http://nsis.sourceforge.net/Docs/Chapter4.html#4.2.4, we need to use $\n for a newline in strings. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9103. #BACKPORT(1.10,1.8) svn path=/trunk-1.10/; revision=51793
* Copy over revisions from trunk:Guy Harris2013-07-312-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r51060 | guy | 2013-07-31 00:39:11 -0700 (Wed, 31 Jul 2013) | 6 lines Set the minimum OS X version in the installer package based on the deployment target; if --disable-osx-deploy-target was specified, set it to the OS version on which we're building - minor/dot-dot version and all - as there's no guarantee that it'll work on *any* version earlier than that. ------------------------------------------------------------------------ r51061 | guy | 2013-07-31 00:41:19 -0700 (Wed, 31 Jul 2013) | 2 lines Ignore the generated index.xml file. svn path=/trunk-1.10/; revision=51062
| * Set the minimum OS X version in the installer package based on theGuy Harris2013-07-312-2/+2
| | | | | | | | | | | | | | | | | | deployment target; if --disable-osx-deploy-target was specified, set it to the OS version on which we're building - minor/dot-dot version and all - as there's no guarantee that it'll work on *any* version earlier than that. svn path=/trunk/; revision=51060
| * Make it easier to add custom (proprietary) Diameter XML files.Jeff Morriss2013-07-251-2/+3
| | | | | | | | svn path=/trunk/; revision=50889
| * From Anders: add Verizon Wireless dictionaryPascal Quantin2013-07-181-0/+1
| | | | | | | | svn path=/trunk/; revision=50726
| * On OS X, set the rpath for executables to includeGuy Harris2013-07-132-42/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @executable_path/../lib as well as /usr/local/lib, so we can use @rpath in the install names in the executables and libraries in the application bundle. Have the osx-app.sh script tweak all references to libraries from /usr/local/lib in all executables, libraries, and plugins in the app bundle to use @rpath. (The "all" is important; it fixes the GTK+ crash mentioned in the comment in osx-app.sh. The notion of doing all of them came from the osx-app.sh script in a newer version of Inkscape.) This renders the setting of DYLD_LIBRARY_PATH in the wrapper scripts in the bundle unnecessary; remove it. (Ideally, we should try to get rid of the wrapper scripts entirely, but that might have to wait for us to switch to using Qt.) svn path=/trunk/; revision=50560
| * Suggest why the rpathification of the libraries might not be sufficient.Guy Harris2013-07-131-30/+31
| | | | | | | | | | | | | | | | | | | | Don't rpathify system libraries. Rpathify with @rpath, not @executable_path. Use the right path for the binaries and libraries. svn path=/trunk/; revision=50547
| * Add a --enable-osx-deploy-target option to set the deployment targetGuy Harris2013-07-061-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | when building for OS X; that causes the MACOSX_DEPLOYMENT_TARGET environment variable to be set when building (so that, for example, we don't use linker features available on the version on which we're building but not on the minimum OS version for which we're building), and causes the SDK for that version to be used (so that, for example, we don't link with libraries with later version numbers than the ones provided with the OS version for which we're building). svn path=/trunk/; revision=50410
| * makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard2013-06-254-42/+42
| | | | | | | | svn path=/trunk/; revision=50140
| * Have the NSIS installer run the existing uninstaller silently. ThisGerald Combs2013-06-061-6/+0
| | | | | | | | | | | | should save a few mouse clicks during the installation process. svn path=/trunk/; revision=49813
| * I suspect "ie4uinit" got its name because "mysterious useful undocumentedGerald Combs2013-06-063-3/+11
| | | | | | | | | | | | | | | | system utility" would have been too obvious. Have UpdateIcons call "ie4uinit -ClearIconCache" and move UpdateIcons to the "-{,Un.}Finally" sections in the installer and uninstaller. svn path=/trunk/; revision=49811
| * Add global profiles.Gerald Combs2013-05-011-0/+2
| | | | | | | | svn path=/trunk/; revision=49127
| * Change the right title this time.Gerald Combs2013-05-012-2/+2
| | | | | | | | svn path=/trunk/; revision=49126
| * Use "Global" to match the other entries.Gerald Combs2013-05-011-1/+1
| | | | | | | | svn path=/trunk/; revision=49125
| * Profiles → Global Profiles.Gerald Combs2013-05-011-1/+1
| | | | | | | | svn path=/trunk/; revision=49124
| * Install and uninstall our global profiles.Gerald Combs2013-05-012-3/+24
| | | | | | | | svn path=/trunk/; revision=49123
* | Copy over a bunch of recent missing revisions:Gerald Combs2013-07-173-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r49804 | alagoutte | 2013-06-06 09:00:23 -0700 (Thu, 06 Jun 2013) | 8 lines Changed paths: M /trunk/ui/gtk/voip_calls.c From report of IgorVK via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8736 Crash analyzing VoIP Calls Wireshark crashes when analyzing Telephony->VoIP Calls from the pcap file attached. From me : Some packets is detect to be T38 and ->stop_fd is not initialize #Backport 1.10 and 1.8 ------------------------------------------------------------------------ r49811 | gerald | 2013-06-06 11:46:37 -0700 (Thu, 06 Jun 2013) | 5 lines Changed paths: M /trunk/packaging/nsis/common.nsh M /trunk/packaging/nsis/uninstall.nsi M /trunk/packaging/nsis/wireshark.nsi I suspect "ie4uinit" got its name because "mysterious useful undocumented system utility" would have been too obvious. Have UpdateIcons call "ie4uinit -ClearIconCache" and move UpdateIcons to the "-{,Un.}Finally" sections in the installer and uninstaller. ------------------------------------------------------------------------ r49811 | gerald | 2013-06-06 11:46:37 -0700 (Thu, 06 Jun 2013) | 5 lines Changed paths: M /trunk/packaging/nsis/common.nsh M /trunk/packaging/nsis/uninstall.nsi M /trunk/packaging/nsis/wireshark.nsi I suspect "ie4uinit" got its name because "mysterious useful undocumented system utility" would have been too obvious. Have UpdateIcons call "ie4uinit -ClearIconCache" and move UpdateIcons to the "-{,Un.}Finally" sections in the installer and uninstaller. ------------------------------------------------------------------------ r49830 | stig | 2013-06-06 23:53:24 -0700 (Thu, 06 Jun 2013) | 3 lines Changed paths: M /trunk/ui/gtk/profile_dlg.c Ensure we only put private profiles directly in the profiles menu and put global profiles in the "New from Global" menu. ------------------------------------------------------------------------ r49848 | darkjames | 2013-06-08 11:57:49 -0700 (Sat, 08 Jun 2013) | 6 lines Changed paths: M /trunk/ui/gtk/bytes_view.c Fix 'Misaligned columns in hex dump pane' [1] Old code was broken for all pango version < 1.20 [1] http://www.wireshark.org/lists/wireshark-dev/201306/msg00015.html ------------------------------------------------------------------------ r49850 | guy | 2013-06-08 17:24:28 -0700 (Sat, 08 Jun 2013) | 5 lines Changed paths: M /trunk/ui/gtk/capture_dlg.c If, after editing the settings for a particular interface, we don't have a Capture Options window to update, don't try to update it. #BACKPORT ------------------------------------------------------------------------ r49851 | guy | 2013-06-08 19:32:30 -0700 (Sat, 08 Jun 2013) | 5 lines Changed paths: M /trunk/wiretap/pcapng.c Don't treat zero-length names in the NRB as errors, just silently ignore them. Works around the problem reported in bug 8763. ------------------------------------------------------------------------ r49852 | guy | 2013-06-08 19:56:16 -0700 (Sat, 08 Jun 2013) | 6 lines Changed paths: M /trunk/epan/addr_resolv.c Don't put zero-length names into our tables of resolved IPv4 and IPv6 addresses; they look weird, and can cause problems with existing versions of Wireshark when written in a Name Resolution Block. Should fix bug 8763. ------------------------------------------------------------------------ r49854 | guy | 2013-06-08 23:44:47 -0700 (Sat, 08 Jun 2013) | 4 lines Changed paths: M /trunk/wiretap/pcapng.c libwireshark's add_new_ipv4() and add_new_ipv6() now silently ignore requests to add an entry with a zero-length name; we don't have to ignore them ourselves. ------------------------------------------------------------------------ svn path=/trunk-1.10/; revision=50687
* | Copy over revisions from trunk:Guy Harris2013-07-071-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r50426 | guy | 2013-07-06 16:29:50 -0700 (Sat, 06 Jul 2013) | 8 lines Check for an OS X deployment target early, so that as many tests using the compiler are done using the flags that we'll be using when building. Add a -mmacosx-version-min flag to CFLAGS/CPPFLAGS/LDFLAGS so that the compiler tests use them. This may, or may not, obviate the need to set MACOSX_DEPLOYMENT_TARGET in OSX_DEPLOY_TARGET. ------------------------------------------------------------------------ r50410 | guy | 2013-07-06 09:42:30 -0700 (Sat, 06 Jul 2013) | 9 lines Add a --enable-osx-deploy-target option to set the deployment target when building for OS X; that causes the MACOSX_DEPLOYMENT_TARGET environment variable to be set when building (so that, for example, we don't use linker features available on the version on which we're building but not on the minimum OS version for which we're building), and causes the SDK for that version to be used (so that, for example, we don't link with libraries with later version numbers than the ones provided with the OS version for which we're building). svn path=/trunk-1.10/; revision=50439
* | Copy over revisions from the trunk:Gerald Combs2013-05-063-3/+26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r49154 | mmann | 2013-05-03 19:20:59 -0700 (Fri, 03 May 2013) | 3 lines Changed paths: M /trunk/epan/dissectors/packet-lisp-data.c M /trunk/epan/dissectors/packet-lisp.c LISP control packet incorrectly identified as LISP data based when UDP source port is 4341. Bug 8627 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8627) Also did some minor cleanup/improvements while I was there. ------------------------------------------------------------------------ r49170 | mmann | 2013-05-05 04:02:42 -0700 (Sun, 05 May 2013) | 1 line Changed paths: M /trunk/epan/dissectors/packet-lisp-data.c Remove if (tree) so expert_info will always be called. ------------------------------------------------------------------------ r49166 | rbalint | 2013-05-04 22:25:35 -0700 (Sat, 04 May 2013) | 1 line Changed paths: M /trunk/ui/gtk/filter_dlg.c Really change display filter combo box's background color using GTK3 ------------------------------------------------------------------------ r49084 | gerald | 2013-04-29 10:13:24 -0700 (Mon, 29 Apr 2013) | 2 lines Changed paths: M /trunk/colorfilters Darken and saturate the "trouble" backgrounds a bit. ------------------------------------------------------------------------ r49116 | gerald | 2013-05-01 13:31:50 -0700 (Wed, 01 May 2013) | 4 lines Changed paths: M /trunk/colorfilters A /trunk/profiles A /trunk/profiles/Bluetooth A /trunk/profiles/Bluetooth/colorfilters A /trunk/profiles/Classic A /trunk/profiles/Classic/colorfilters Add a "profiles" directory. Add a Bluetooth global profile with the current default+Bluetooth colors and a Classic global profile with the old 1.8 colors. Remove the Bluetooth rules from the default profile. ------------------------------------------------------------------------ r49122 | gerald | 2013-05-01 14:53:57 -0700 (Wed, 01 May 2013) | 2 lines Changed paths: M /trunk/Makefile.am Install the new global profiles and add them to the distribution. ------------------------------------------------------------------------ r49123 | gerald | 2013-05-01 15:06:49 -0700 (Wed, 01 May 2013) | 2 lines Changed paths: M /trunk/Makefile.nmake M /trunk/packaging/nsis/uninstall.nsi M /trunk/packaging/nsis/wireshark.nsi Install and uninstall our global profiles. ------------------------------------------------------------------------ r49124 | gerald | 2013-05-01 15:13:51 -0700 (Wed, 01 May 2013) | 2 lines Changed paths: M /trunk/packaging/nsis/uninstall.nsi Profiles → Global Profiles. ------------------------------------------------------------------------ r49125 | gerald | 2013-05-01 15:14:48 -0700 (Wed, 01 May 2013) | 2 lines Changed paths: M /trunk/packaging/nsis/wireshark.nsi Use "Global" to match the other entries. ------------------------------------------------------------------------ r49126 | gerald | 2013-05-01 15:22:10 -0700 (Wed, 01 May 2013) | 2 lines Changed paths: M /trunk/packaging/nsis/uninstall.nsi M /trunk/packaging/nsis/wireshark.nsi Change the right title this time. ------------------------------------------------------------------------ r49127 | gerald | 2013-05-01 16:17:30 -0700 (Wed, 01 May 2013) | 2 lines Changed paths: M /trunk/packaging/ws-manifest.pl Add global profiles. ------------------------------------------------------------------------ svn path=/trunk-1.10/; revision=49190
| * State that we don't support U3 any more.Gerald Combs2013-04-291-1/+3
| | | | | | | | svn path=/trunk/; revision=49090
| * Add China Telecom AVP:s to Windows installerPascal Quantin2013-04-241-0/+1
| | | | | | | | svn path=/trunk/; revision=49018
* | Copy over revisions from the trunk:Jeff Morriss2013-04-261-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r49017 | etxrab | 2013-04-24 12:51:57 -0400 (Wed, 24 Apr 2013) | 1 line Changed paths: M /trunk/Makefile.am A /trunk/diameter/ChinaTelecom.xml M /trunk/diameter/dictionary.xml Add a basic file for China Telecom AVP:s. ------------------------------------------------------------------------ r49018 | pascal | 2013-04-24 14:04:33 -0400 (Wed, 24 Apr 2013) | 2 lines Changed paths: M /trunk/packaging/nsis/wireshark.nsi Add China Telecom AVP:s to Windows installer ------------------------------------------------------------------------ r49048 | morriss | 2013-04-26 09:53:53 -0400 (Fri, 26 Apr 2013) | 1 line Changed paths: M /trunk/diameter/dictionary.xml Fix up indentation ------------------------------------------------------------------------ svn path=/trunk-1.10/; revision=49058
| * Install QtShark by default.Gerald Combs2013-04-231-1/+1
| | | | | | | | svn path=/trunk/; revision=49001
* | Remove the Qt executable from the Windows installer. (Anyone wishing toGerald Combs2013-04-232-23/+0
|/ | | | | | work with the Qt port should use the trunk.) svn path=/trunk-1.10/; revision=48999
* Update FSF address.Guy Harris2013-04-171-1/+2
| | | | svn path=/trunk/; revision=48892
* Simplify the check for rpmbuild's version.Jeff Morriss2013-03-281-6/+12
| | | | svn path=/trunk/; revision=48612
* Update the OS X application icon.Gerald Combs2013-03-261-0/+0
| | | | svn path=/trunk/; revision=48566
* Note that SanDisk deprecated U3 in 2009.Gerald Combs2013-03-161-2/+11
| | | | svn path=/trunk/; revision=48335
* Use a larger LZMA dictionary.Gerald Combs2013-03-152-0/+2
| | | | svn path=/trunk/; revision=48328
* SuSE's suse_update_desktop_file macro BuildRequires update-desktop-files.Jeff Morriss2013-03-141-0/+7
| | | | svn path=/trunk/; revision=48298
* Prettify the WinPcap version display.Gerald Combs2013-03-112-2/+3
| | | | svn path=/trunk/; revision=48250
* Switch to WinPcap 4.1.3.Gerald Combs2013-03-091-1/+1
| | | | svn path=/trunk/; revision=48207
* freekdesktop.org says all themes must fall back to 'hicolor' if they don't findJeff Morriss2013-03-081-9/+13
| | | | | | | | | | | | | | | | a theme-specific icon (and as such hicolor is where applications should install their icons). So: don't install some of our icons in the gnome area, install them all in hicolor. While we're at it, go ahead and install all the icon sizes we have. If we're on SuSE, use their desktop-file-updater macro; without that they won't recognize our desktop file. Fix bug which prevented the MIME database from being updated if our install prefix is not /usr . svn path=/trunk/; revision=48204
* Add /SD defaults to every MessageBox call (even if they're commentedGerald Combs2013-03-083-8/+8
| | | | | | | | out). Fixes bug 8451. Don't yell at the user so much. svn path=/trunk/; revision=48196
* List more (obvious) build dependencies.Jeff Morriss2013-03-071-8/+36
| | | | | | | | The problem with listing these package names (which I think is convenient) is that different distros have different names for some packages. So: update to work on OpenSuSE. svn path=/trunk/; revision=48160
* Update the changelog.Gerald Combs2013-03-061-0/+3
| | | | svn path=/trunk/; revision=48151
* Enable c-ares support by default to match the Windows and DebianGerald Combs2013-03-061-3/+8
| | | | | | | packages (and to make things less painful if the user enables name resolution). Untested. svn path=/trunk/; revision=48150
* "HKEY_CURRENT_USER\Software\The Wireshark developer community, ↵Gerald Combs2013-03-051-0/+1
| | | | | | http://www.wireshark.org/\Wireshark\WinSparkle" isn't the prettiest registry path. svn path=/trunk/; revision=48089
* Make it so that alternate-prefix RPM builds actually work.Jeff Morriss2013-02-281-5/+5
| | | | | | | | | | | | Use the prefix from 'configure' in the RPM (so: to build an RPM which installs in /opt do "./configure --prefix=/opt && make rpm-package"). (Maybe this approach should also be used for the other options in the .spec file.) Only clean up if building the RPM was successful. svn path=/trunk/; revision=47957
* Add a %prefix option for users who want to (easily) configure Wireshark toJeff Morriss2013-02-271-12/+19
| | | | | | | | | | | | | | | install in a non-standard location. Assume the desktop-integration stuff goes in /usr (regardless of our prefix). This (with r47914) fixes RPM generation when someone uses a prefix other than /usr . Also: run desktop-file-validate on the wireshark.desktop file (just in case it wasn't installed with desktop-file-install). svn path=/trunk/; revision=47916
* Fix Build of PortableAPPs with QtsharkAlexis La Goutte2013-02-231-1/+1
| | | | svn path=/trunk/; revision=47833
* Add QtShark stuff to PortableAppsAlexis La Goutte2013-02-222-1/+7
| | | | svn path=/trunk/; revision=47825
* include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser2013-02-211-1/+1
| | | | svn path=/trunk/; revision=47802
* Remove vcredist_??.exe when we're done with it.Gerald Combs2013-02-211-0/+1
| | | | svn path=/trunk/; revision=47788