aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2008-05-22Set SYMROOT to make osx-package work correctly on my computers.Stig Bjørlykke1-0/+3
Hopefully this will not break the buildbot. svn path=/trunk/; revision=25351
2008-05-21Fetch version from correct variable, after changes done in r25232.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=25338
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss2-1/+2
wiretap to this new libwsutil. This solves http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677 by making libwireshark no longer depend on libwiretap. svn path=/trunk/; revision=25330
2008-05-16Update GnuTls to gnutls-2.3.8-1Tomas Kukosa1-3/+3
svn path=/trunk/; revision=25309
2008-05-10From Hans-Peter Bock:Jaap Keuter2-0/+2
Attached to this post you find a patch for integration into wireshark that adds a dissector for SERCOS III, ethertype 0x88cd. svn path=/trunk/; revision=25270
2008-04-16From Chris:Stig Bjørlykke1-4/+6
The attached simple patch adds 2 missing help files to HELP and alphabetizes all of them. svn path=/trunk/; revision=25067
2008-04-15configure seems to install the manpages into .../share/man/, not .../man/Jörg Mayer1-1/+1
svn path=/trunk/; revision=25033
2008-04-10Remove the PSTAMP line (dated 2000-07-16). Instead let the package building ↵Jeff Morriss1-1/+0
tool automatically fill it in so that we can get some idea where/when a particular package was actually built. svn path=/trunk/; revision=24882
2008-04-09Change of GTK variable name (GTK2_LIB_DIR => GTK_LIB_DIR)Graeme Lunt1-2/+2
svn path=/trunk/; revision=24865
2008-04-09lot's of GTK1 related code cleanup in the Win32 build processUlf Lamping4-33/+33
svn path=/trunk/; revision=24854
2008-04-08Make the SVR4 package checkinstall script work with only GTK2+.Jeff Morriss1-59/+20
svn path=/trunk/; revision=24853
2008-04-08Make the SVR4 package checkinstall script work with GTK1 or GTK2 (previously ↵Jeff Morriss1-37/+59
it only worked with GTK1). This version should go into the 1.0 trunk. svn path=/trunk/; revision=24852
2008-04-05fix u3 buildUlf Lamping1-1/+1
svn path=/trunk/; revision=24792
2008-04-05remove -gtk2 suffixUlf Lamping2-2/+2
svn path=/trunk/; revision=24785
2008-04-05remove more GTK1 stuff from the Win32 build process (incomplete)Ulf Lamping2-14/+3
svn path=/trunk/; revision=24780
2008-04-04Start the process of removing GTK1.Gerald Combs4-133/+4
svn path=/trunk/; revision=24770
2008-04-04The OS X packaging patch renamed the staging directory to .inst (instead of ↵Jeff Morriss1-1/+1
.stage). Update the SVR4 packaging script to reflect the new name. svn path=/trunk/; revision=24769
2008-03-29Remove most of the OS X packaging files from the distribution. TheGerald Combs2-1/+9
files in Resources/themes/Clearlooks-Quicksilver-OSX overrun the 99-character file name length limitation imposed by the default tar format (V7). We can fix this by - Feeding "tar-ustar" to AM_INIT_AUTOMAKE, which apparently means changing AM_INIT_AUTOMAKE(wireshark, x.y.z) in configure.in to AC_INIT(wireshark, x.y.z) AM_INIT_AUTOMAKE(tar-ustar) Although the automake documentation recommends this, it means updating make-version.pl and possibly other scripts. - Shortening everything in the Clearlooks-Quicksilver-OSX path. - Skipping tar distributions altogether in favor of zip. None of these fixes are trivial, and version 1.0 awaits. For now, you'll have to build OS X packages from SVN. svn path=/trunk/; revision=24752
2008-03-28Trying to feed file names with spaces to GNU make will just end in tears.Gerald Combs3-2/+2
Don't do that. svn path=/trunk/; revision=24749
2008-03-28Add the OS X packaging files to the distribution.Gerald Combs2-1/+69
svn path=/trunk/; revision=24747
2008-03-21Scale the 128-pixel icon down a little, so that it looks better in the dock.Gerald Combs4-40/+40
Strip terminal control characters out of the build scripts, so that their buildbot output is readable. svn path=/trunk/; revision=24709
2008-03-20Use libgmodule-2.0-0.dll 2.14.5 for the GTK+1 version of Wireshark.Gerald Combs2-1/+4
svn path=/trunk/; revision=24703
2008-03-19From Stig: Fix the call to osx-app.sh.Gerald Combs1-1/+1
svn path=/trunk/; revision=24692
2008-03-15Check in the OS X packaging patch from bug 2341, since I've hadGerald Combs63-0/+6384
confirmation that the OS X package works on at least one system other than my laptop. svn path=/trunk/; revision=24640
2008-03-14Make sure the Infiniband plugin is properly built and packaged.Gerald Combs2-0/+2
svn path=/trunk/; revision=24634
2008-02-22add an error message to the NSIS compiler output, if the MSVC_VARIANT ↵Ulf Lamping1-0/+1
setting is obviously wrong svn path=/trunk/; revision=24439
2008-02-22Have the uninstaller remove ws.css.Gerald Combs1-0/+1
svn path=/trunk/; revision=24437
2008-02-22add rawshark.html to packaging and Wireshark help menuUlf Lamping1-0/+1
svn path=/trunk/; revision=24431
2008-02-22Use the docbook CSS for the man pages (which assumes your version of Gerald Combs2-5/+11
pod2html supports the "--css" flag). Package up the CSS file, and add missing HTML files where needed. svn path=/trunk/; revision=24428
2008-02-17Added $(GTK2_LIB_DIR)\loaders to some makefiles in an attempt to fix theStig Bjørlykke3-0/+3
u3 and portableapp build. svn path=/trunk/; revision=24369
2008-02-16pcre.dll is now pcre3.dll for pcre-7.0Bill Meier1-1/+1
svn path=/trunk/; revision=24366
2008-02-16Use gtk+ 2.12.8 glib 2.12.6-2 and pcre 7.0.Anders Broman1-2/+2
( Problem seemed to be with pxbuffloaders). svn path=/trunk/; revision=24357
2008-02-15Add rawshark, a utility that, when given raw pcap-formatted packets andGerald Combs1-0/+16
a list of fields, prints the field values found in each packet. Packet data can be specified as a libpcap DLT, e.g. "EN10MB" or an upper-layer protocol, e.g. "http". svn path=/trunk/; revision=24339
2008-02-15(Use ifdef not IFDEF for consistency)Bill Meier1-2/+2
svn path=/trunk/; revision=24334
2008-02-15iconv is now not normally used;Bill Meier1-0/+2
svn path=/trunk/; revision=24333
2008-02-14Glib >= 2.14.5 does not require iconvBill Meier1-0/+2
svn path=/trunk/; revision=24330
2008-01-31Split out the Gmb application AVP:s to at least make it simpler to handle theAnders Broman1-0/+1
AVP "collision". http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1494 svn path=/trunk/; revision=24235
2008-01-24Removed even more C++ style comments.Stig Bjørlykke2-6/+6
svn path=/trunk/; revision=24186
2008-01-23Unpack FindProcDLL.dll into $(WIRESHARK_LIBS\nsis-plugins, and tell NSIS Gerald Combs3-9/+17
where it is using "!addplugindir". svn path=/trunk/; revision=24166
2008-01-11Associate Wireshark with Tektronix K12xx/K15 .rf5 filesJeff Morriss2-1/+5
svn path=/trunk/; revision=24067
2008-01-08Graeme Lunt:Jörg Mayer1-4/+4
(The fix is to cd back to "../portableapps/win32", rather than "../u3/win32", at the end of the nsis-bits target in makefile.nmake.) Me: Get rid of some whitespace at the end of lines. svn path=/trunk/; revision=24031
2008-01-07Added missing Eriscsson.xmlAnders Broman1-0/+1
svn path=/trunk/; revision=24027
2008-01-04UPX compression corrupts the WinPcap installer - so don't UPX it.Graeme Lunt2-2/+2
svn path=/trunk/; revision=24014
2008-01-04Update to use the generic manifest and make independent of the U3 packaging.Graeme Lunt5-70/+150
Also tidy up. svn path=/trunk/; revision=24013
2008-01-04Changes to use a generic manifest to determine package contents, and also U3 ↵Graeme Lunt4-283/+130
self-certification fixes e.g. * package size (dependent on use of UPX) * upgrade * shortDescription * vendor svn path=/trunk/; revision=24012
2008-01-04A script to generate a generic manifest file from the nsis/wireshark.nsi.Graeme Lunt2-0/+119
The U3 and portableapps packaging will use this generic manifest to package the correct set of components. Thus all three packages will be kept in sync. svn path=/trunk/; revision=24011
2007-12-16Automatically install the FindProcDll.dll NSIS plug-in required for the ↵Graeme Lunt2-8/+15
WiresharkPortable.exe. This should allow the builbot to build the PortableApps packaging. svn path=/trunk/; revision=23881
2007-11-27Fixes to:Graeme Lunt1-6/+21
a) Check that UPX is configured correctly and offer solutions; b) Ignore any errors generated from UPX (e.g. from previously compressed files); and c) Clean up the tools directory when cleaning the U3 distribtion svn path=/trunk/; revision=23622
2007-11-22don't install the *.exe.manifest and *.dll.manifest files. The manifest is ↵Ulf Lamping2-6/+1
embedded in the exe/dll files, so no need to install them seperately. svn path=/trunk/; revision=23544
2007-11-19Add missing \Martin Mathieson1-1/+1
svn path=/trunk/; revision=23495