aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2004-05-14Make the GTK2 interface the default. Remove GTK-Wimp from the GTK2 section.Gerald Combs1-9/+6
I originally tried to make it disabled by default (using "Section /o"), but this caused odd behavior in the installer. svn path=/trunk/; revision=10884
2004-05-13Fix a typo (seperate should be separate).Olivier Biot1-3/+3
svn path=/trunk/; revision=10878
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2-2/+8
add a config.nmake option to control whether to build libethereal.dll or not; remove "./wiretap" from PATH to prevent problems due to wrongly-loaded files; build dissector.lib with MSVC; move "print.c" and "ps.c" to the dissector helpers, as "print.c" imports variables from packet-frame.c and packet-data.c, which are in libethereal; move "g711.c" out of the dissector helpers, as they're used only by Ethereal in a tap, not in Tethereal or in any dissector; add a .def file for libethereal; arrange to declare global variables exported from libethereal with "__declspec(dllimport)" when building programs that import those variables; update the NSIS installer. Make the "configure" script define ETH_VAR_IMPORT as "extern". svn path=/trunk/; revision=10834
2004-03-25From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session ManagementGuy Harris2-2/+8
support. svn path=/trunk/; revision=10480
2004-03-22!ifdef-ize out a GTKWimp text section.Gerald Combs1-1/+3
svn path=/trunk/; revision=10441
2004-03-01Include shared libs if they existJörg Mayer1-0/+5
svn path=/trunk/; revision=10272
2004-02-24added gtk-wimp to the nsis installer buildUlf Lamping2-2/+27
svn path=/trunk/; revision=10227
2004-02-18From Lars Roland: Add support for a combined GTK1/2 Windows installer.Gerald Combs2-37/+115
svn path=/trunk/; revision=10098
2004-02-16bugfix from greg morris: two help pages were missingUlf Lamping1-1/+3
svn path=/trunk/; revision=10074
2004-02-09typo fixedUlf Lamping1-2/+2
svn path=/trunk/; revision=10014
2004-02-07corrected links to the ethereal.exe for GTK2 versionUlf Lamping1-3/+3
svn path=/trunk/; revision=10006
2004-02-06renamed GTK2 version from ethereal2.exe to ethereal-gtk2.exe,Ulf Lamping2-37/+42
as this is *not* the Ethereal version 2 already. Some other cleanup done svn path=/trunk/; revision=9998
2004-02-03patch error removedUlf Lamping1-5/+1
svn path=/trunk/; revision=9972
2004-02-03from Lars Roland: fix NSIS uninstallationUlf Lamping2-18/+37
svn path=/trunk/; revision=9971
2004-02-03set compression mechanism for Modern UI to lzmaUlf Lamping1-1/+7
svn path=/trunk/; revision=9963
2004-02-01Arrange that the shortcuts for Ethereal start Ethereal in the user'sGuy Harris1-1/+2
profile directory, so that the file dialogs start there rather than in the directory in which the MIB files appear. svn path=/trunk/; revision=9933
2004-01-26updated NSIS generation to build GTK version 1 or 2,Ulf Lamping2-6/+18
added new target "packaging" to root Makefile.nmake, which will generate version 1 or 2 or both, depending on config.nmake GTK?_DIR setting svn path=/trunk/; revision=9866
2004-01-06GPL.txt -> ../../COPYINGJörg Mayer1-1/+1
svn path=/trunk/; revision=9579
2004-01-05fixed / updated some dependenciesUlf Lamping1-4/+10
svn path=/trunk/; revision=9563
2004-01-05using the file "COPYING" instead of "GPL.txt"Ulf Lamping1-340/+0
svn path=/trunk/; revision=9557
2004-01-05using the file "COPYING" instead of "GPL.txt"Ulf Lamping1-3/+3
svn path=/trunk/; revision=9555
2003-12-26conditionally use modern UI for NSIS installerUlf Lamping2-11/+79
svn path=/trunk/; revision=9448
2003-12-26bugfix: uninstall also the help textfilesUlf Lamping1-1/+3
svn path=/trunk/; revision=9446
2003-12-22Have a "toc" file in the help directory, which gives a list of helpGuy Harris1-1/+2
topic titles and help file names. svn path=/trunk/; revision=9417
2003-12-22get rid of the COMMON_FILES_GNU setting,Ulf Lamping2-16/+35
by getting the DLL's from the "source tree" svn path=/trunk/; revision=9415
2003-12-22distribute the text files in help dirUlf Lamping1-1/+7
svn path=/trunk/; revision=9406
2003-12-19From Lars Roland: fix a typo.Guy Harris1-2/+2
svn path=/trunk/; revision=9365
2003-12-18From Jan Kiszka: IrDA support.Guy Harris2-2/+4
svn path=/trunk/; revision=9345
2003-12-17From Christoph Neusch: V5UA support.Guy Harris2-3/+5
From Anders Broman: patches to various makefiles and configure scripts to build the V5UA dissector, and patches to make it compile. From me: .cvsignore file, and NSIS patches. svn path=/trunk/; revision=9311
2003-12-16minor change in the uninstaller "Publisher" stringUlf Lamping1-2/+2
svn path=/trunk/; revision=9294
2003-12-15From Lars Roland: get rid of NSIS support for glib 1.3, as we don'tGuy Harris2-29/+15
support that any more. svn path=/trunk/; revision=9288
2003-12-10Update the Windows environment to GLib 2.2.3 and GTK+ 1.3.0-20030717.Gerald Combs1-2/+2
This requires replacing libintl-1.dll from the libintl package (which is no longer used) with intl.dll from intl.dll from the gettext package. svn path=/trunk/; revision=9239
2003-12-10added some more uninstall info andUlf Lamping1-1/+8
offering only removal of program (instead of modify/repair) svn path=/trunk/; revision=9228
2003-12-08From Lars Roland: fix a typo.Guy Harris1-2/+2
svn path=/trunk/; revision=9206
2003-12-08From Lars Roland: fix the NSIS Makefile to handle PCRE.Guy Harris1-2/+4
svn path=/trunk/; revision=9205
2003-12-07Add PCRE support to the Windows build.Gerald Combs1-1/+3
svn path=/trunk/; revision=9185
2003-12-01Switch from zlib.dll to zlib1.dll.Gerald Combs1-2/+2
svn path=/trunk/; revision=9128
2003-11-17From Erwin Rol: initial ENTTEC support and RDM support.Guy Harris2-2/+6
svn path=/trunk/; revision=8985
2003-11-04Fix a typo in the filter documentation link.Gerald Combs1-2/+2
svn path=/trunk/; revision=8874
2003-10-28From Matthias Melchior: plugin to decode BER-encoded ASN.1 messages,Guy Harris2-2/+4
given a type-table from "snacc" as a protocol description. svn path=/trunk/; revision=8799
2003-10-27From Lars Roland: fix a typo.Guy Harris1-2/+2
svn path=/trunk/; revision=8790
2003-10-14From Erwin Rol: ACN support.Guy Harris2-3/+5
svn path=/trunk/; revision=8686
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-2/+3
recurse into subdirectories doing "nmake -f Makefile.nmake distclean". Have "nmake -f Makefile.nmake clean" not remove stuff that "make clean" doesn't remove (such as Flex/Bison output and config.h files) - and have "nmake -f Makefile.nmake distclean" remove stuff that "make distclean" removes, including "tethereal-tap-register.c" and "ethereal-tap-register.c". svn path=/trunk/; revision=8672
2003-10-02Fix document creation under Windows, add ethereal-filter.html to the NSISGerald Combs2-3/+6
package. svn path=/trunk/; revision=8596
2003-08-05LWRES support, from Oleg Terletsky.Guy Harris2-2/+4
svn path=/trunk/; revision=8133
2003-07-22From Lars Roland: Updates to support linking against Glib 2.2 plus GTK+ 1.3Gerald Combs2-4/+64
on Windows. svn path=/trunk/; revision=8066
2003-06-11From Erwin Rol: RTNET/TDMA support.Guy Harris2-3/+5
svn path=/trunk/; revision=7839
2003-06-05From Lars Roland: Replace bcmp() with memcmp(), add a missing quote to theGerald Combs1-2/+2
NSIS definition file. svn path=/trunk/; revision=7793
2003-06-03From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISGerald Combs1-1/+6
remove the Start menu entries and desktop icon. svn path=/trunk/; revision=7772
2003-06-02Add GNU ADNS to the Windows build environment. A precompiled DLL can beGerald Combs1-1/+2
found at http://adns.jgaa.com/ and http://www.ethereal.com/distribution/win32/development/ The modifications to the root-level config.h.win32 and Makefile.nmake may not be neccessary. svn path=/trunk/; revision=7769