aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
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
2011-08-10Add some distclean / clean targets.Gerald Combs1-0/+1
svn path=/trunk/; revision=38457
2011-07-28Add a cast to avoid "conversion from size_t to int, possible loss of data" ↵Chris Maynard1-1/+1
warning found when attempting to create the U3 package on Windows 7-x64. Hmm, why doesn't the Window 7-x64 buildbot build U3 or portableapps packages? svn path=/trunk/; revision=38237
2011-07-19Instead of overloading WIRESHARK_LIBS / wireshark_LIBS in Makefile.nmakeGerald Combs2-6/+6
use WIRESHARK_LIB_DIR for the location of our external libraries. svn path=/trunk/; revision=38119
2011-07-17We don't have an "--enable-osxapp" configure option; update a comment.Guy Harris1-3/+7
svn path=/trunk/; revision=38075
2011-07-17Get rid of the .pkg and .dmg with "make clean".Guy Harris1-1/+2
svn path=/trunk/; revision=38074
2011-07-17Handle versions of GTK+ where gdk-pixbuf is a separate library.Guy Harris1-2/+31
svn path=/trunk/; revision=38072
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-3/+0
Remove our local strerror implementation. Mark strerror as locale unsafe API. This fixes bug 5715. svn path=/trunk/; revision=37812
2011-06-27Use the latest libsmi package. Note that we now support OID resolutionGerald Combs1-13/+7
on 64-bit Windows. svn path=/trunk/; revision=37808
2011-06-23Remove old PCRE references from the Windows build environment. We're notGerald Combs2-11/+3
likely to add it back to wireshark-win32-libs and it was never available in wireshark-win64-libs. svn path=/trunk/; revision=37778
2011-06-10Make the U3 and PortableApps "clean" and "distclean" targets moreGerald Combs2-1/+3
consistent with the NSIS targets. svn path=/trunk/; revision=37649
2011-06-09From Madhusudhan M:Anders Broman1-0/+2
Cisco and Vodafone Diameter AVP:s I have axtracted the relevant vendor AVP:s and separated them out in Vendor specific xml files. Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5972 svn path=/trunk/; revision=37627
2011-06-08From Michael Mann:Anders Broman2-2/+0
Make interlink built-in dissector (from plugin). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6005 svn path=/trunk/; revision=37610
2011-06-07Move packet-sercosiii.c to be a builtin dissector.Anders Broman2-2/+0
svn path=/trunk/; revision=37597
2011-06-07Add files to distribution.Anders Broman2-1/+5
svn path=/trunk/; revision=37589
2011-05-25Add new dictionary from freeradius.org: GIT 2.1.x branch.Bill Meier1-0/+1
svn path=/trunk/; revision=37385
2011-05-24Remove blank line added by mistake ...Bill Meier1-1/+0
svn path=/trunk/; revision=37381
2011-05-24Update list of radius dictionary files to reflect adds/deletes.Bill Meier1-2/+13
svn path=/trunk/; revision=37380
2011-05-20Fix annoying typo.Guy Harris1-1/+1
svn path=/trunk/; revision=37318
2011-05-20In at least some versions of OS X SystemStarter gets cranky if theGuy Harris1-0/+1
startup item is group-writable. svn path=/trunk/; revision=37316
2011-05-19From Dirk Jagdmann via bug 5875:Gerald Combs1-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. svn path=/trunk/; revision=37298
2011-05-15Fix the ChmodBPF startup item permissions. Handling this withinGerald Combs1-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. svn path=/trunk/; revision=37167
2011-05-13Fix items pointed out by Guy in bug 5756.Gerald Combs7-7/+7
svn path=/trunk/; revision=37129
2011-05-13That's *application*/vnd.tcpdump.pcap to you.Guy Harris1-1/+1
svn path=/trunk/; revision=37116
2011-05-13Pcap files now have an official MIME type.Guy Harris1-1/+1
svn path=/trunk/; revision=37114
2011-05-13Try to fix distcheck.Gerald Combs1-2/+1
svn path=/trunk/; revision=37108
2011-05-12More OS X installer fixes and tweaks.Gerald Combs5-4/+5
svn path=/trunk/; revision=37107
2011-05-12Fix the OS X packaging build.Gerald Combs2-1/+9
svn path=/trunk/; revision=37105
2011-05-12Remove "--version ..." to see if it fixes the builds.Gerald Combs1-1/+0
svn path=/trunk/; revision=37096
2011-05-12Switch to an installer package for OS X instead of a draggable appGerald Combs13-72/+121
bundle. There are still a few rough edges but it's an improvement over what we currently have. Fixes bug 5756. svn path=/trunk/; revision=37093
2011-04-05Use the latest library tag, which updates GNUTLS. Add code to check forGerald Combs1-0/+3
libintl-8.dll and add the GNUTLS version if needed. svn path=/trunk/; revision=36483
2011-04-05More manifest fixes.Gerald Combs1-1/+1
svn path=/trunk/; revision=36482
2011-04-05Remove the manifest as a prerequisite for packaging.Gerald Combs1-1/+1
svn path=/trunk/; revision=36476
2011-04-04Don't build a manifest if we don't need one.Gerald Combs1-2/+2
svn path=/trunk/; revision=36448
2011-03-01Update some of the "Details" properties in the installer. Remove theGerald Combs2-0/+15
32-bit BMPs from the installer icon; they don't appear to render properly. svn path=/trunk/; revision=36113
2011-02-12Cygwin 1.7 is much pickier about paths. Pass a POSIX path to bash.Gerald Combs1-1/+1
svn path=/trunk/; revision=35930
2011-02-02makefile.nmake => Makefile.nmakeJaap Keuter1-4/+4
svn path=/trunk/; revision=35752