aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2011-05-20Fix annoying typo.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37318 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-20In at least some versions of OS X SystemStarter gets cranky if theguy1-0/+1
startup item is group-writable. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37316 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-19From Dirk Jagdmann via bug 5875:gerald1-0/+2
My attachment adds a link to a XSLT file to the preamble of the PDML. The XSLT will transform the PDML to a HTML page, and the HTML page features a look similar to Wireshark. See http://cubic.org/~doj/ebay/a.pdml for an example. The patch also contains a small perl program which converts the Wireshark colortable into javascript code which is used in the XSLT file. If you want to use a different color scheme you would execute the perl program and insert the generated javascript function into your XSLT file. To view the HTML you could either place the PDML and XSLT file on your webserver and verify that your webserver sends the PDML file as "text/xml". Then your webbrowser will find the linked XSLT file, download that as well and convert the PDML to HTML on the fly. You could also use an XSLT processor like xsltproc to convert the PDML and XSLT into a static HTML file. From me: Minor fixups. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37298 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-15Fix the ChmodBPF startup item permissions. Handling this withingerald1-1/+4
PackageMaker would be a more correct fix. Replacing PackageMaker with something that fits our development and deployment model would be an even more correct fix. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37167 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-13Fix items pointed out by Guy in bug 5756.gerald7-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37129 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-13That's *application*/vnd.tcpdump.pcap to you.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37116 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-13Pcap files now have an official MIME type.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37114 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-13Try to fix distcheck.gerald1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37108 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-12More OS X installer fixes and tweaks.gerald5-4/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37107 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-12Fix the OS X packaging build.gerald2-1/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37105 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-12Remove "--version ..." to see if it fixes the builds.gerald1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37096 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-12Switch to an installer package for OS X instead of a draggable appgerald13-72/+121
bundle. There are still a few rough edges but it's an improvement over what we currently have. Fixes bug 5756. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37093 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-05Use the latest library tag, which updates GNUTLS. Add code to check forgerald1-0/+3
libintl-8.dll and add the GNUTLS version if needed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36483 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-05More manifest fixes.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36482 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-05Remove the manifest as a prerequisite for packaging.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36476 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-04Don't build a manifest if we don't need one.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36448 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-01Update some of the "Details" properties in the installer. Remove thegerald2-0/+15
32-bit BMPs from the installer icon; they don't appear to render properly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36113 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-12Cygwin 1.7 is much pickier about paths. Pass a POSIX path to bash.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35930 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-02makefile.nmake => Makefile.nmakejake1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35752 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-02makefile.nmake => Makefile.nmakewmeier4-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35750 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-02Use $(WARNINGS_ARE_ERRORS) (defined in config.nmake) iso -WXwmeier1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35748 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-10Revert back to NSIS from NSIS Unicode to resolve bug 5558.cmaynard1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35455 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-01New Year.stig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35322 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-29Updates for Wireshark portable installer. Using nsis unicode now.cmaynard4-9/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35300 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-21Removed duplicate rawshark.html entry from DOC.cmaynard1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35239 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-02Allow more than one instance of Wireshark to be started. For now, the stuffcmaynard1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35104 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-01Now the Microsoft Visual C++ 2010 redistributable for x86 (32-bit) brings up ↵sfisher1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35094 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-21Add $Id$; Fix some properties.wmeier9-1/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34996 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-18From Taras Kotov: etxrab1-0/+1
Add RADIUS dictionary for vendor Eltex. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5415 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34943 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-29Use Wireshark installer icon for portable apps installer. Fixes bug 4374.cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34687 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-20Copy GDK pixbuf loaders libs to the Wireshark.app.stig1-0/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34583 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-25Use PCAP_VERSION (from config.nmake) instead of hard coding the WinPcap version.morriss1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33922 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-22Add !ENDIF if needed.gerald1-0/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33880 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-08Don't speak of XQuartz - at least one person thought we meant that youguy1-2/+2
had to install XQuartz from Mac OS X Forge, rather than just installing the X11 that comes with OS X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33736 f5534014-38df-0310-8fa8-9805f1628bb7
2010-07-12WinPcap 4.1.1 -> 4.1.2.gerald5-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33493 f5534014-38df-0310-8fa8-9805f1628bb7
2010-07-06Don't set SDKROOT - which SDK we want depends on which OS we want thisguy1-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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33458 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-13The .dmg packages can come in 32-bit and 64-bit flavors. Name themgerald1-5/+12
accordingly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33222 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-05Back out r33088 for now.gerald2-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33102 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-04From Matt Poduska via bug 1957 (with minor changes):gerald2-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33088 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-11From Jay Moran via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4697 :morriss1-1/+1
Fix generation of ~/.wireshark-etc/pangorc to fix font issue. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32751 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-12Attempt (blindly--I don't have a Mac) to fixmorriss2-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32449 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-09Fix the U3 and PortableApps builds.gerald4-14/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32441 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-09Rename README.win32 to README.windows and add a 64-bit download link.gerald2-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32440 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-08Revert incorrect change.etxrab1-7/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32430 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06Add Windows 7(Untested).etxrab1-2/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32402 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-25Set svn:executable property for some .py and .pl fileswmeier3-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32287 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-18From KATAOKA Toshihiro:etxrab1-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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32235 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used ingirlich2-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32202 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-15Add a missing port from 1.2etxrab1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31884 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-15Use the latest GTK bundle (2.18.7)etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31882 f5534014-38df-0310-8fa8-9805f1628bb7