aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2006-06-08From Martin Mathieson:Anders Broman1-0/+3
new DTD files for the dtds folder. They are for: - poc-settings (RFC 4354) - presence (RFC 3863) - watcherinfo (RFC 3858) svn path=/trunk/; revision=18394
2006-06-06Ethereal -> WiresharkGerald Combs3-4/+4
svn path=/trunk/; revision=18370
2006-06-06Add a missing dtd.Anders Broman1-0/+1
svn path=/trunk/; revision=18359
2006-06-05Icon cleanup.Gerald Combs1-5/+5
svn path=/trunk/; revision=18350
2006-06-02eth -> wsUlf Lamping1-1/+1
svn path=/trunk/; revision=18316
2006-06-01Fix dist/distcheck.Gerald Combs1-1/+1
svn path=/trunk/; revision=18302
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs4-15/+15
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs2-12/+12
svn path=/trunk/; revision=18268
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs2-4/+4
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
2006-05-30ethereal.nsi -> wireshark.nsiGerald Combs3-3/+3
svn path=/trunk/; revision=18254
2006-05-30Transform ethereal.ico to wireshark.ico. Update references accordingly.Gerald Combs2-100/+100
Change the name of the Windows package to "wireshark-setup-..." Other Ethereal -> Wireshark updates. We _really_ need a better Wireshark icon. svn path=/trunk/; revision=18253
2006-05-22ethereal->wireshark updatesRonnie Sahlberg3-11/+11
svn path=/trunk/; revision=18206
2006-05-21name changeRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18197
2006-04-20if HHC_DIR is defined in config.nmake, include the user-guide.chm file into ↵Ulf Lamping2-0/+15
the Win32 installer svn path=/trunk/; revision=17936
2006-03-30Delete init.lua when asked to delete global settings.Luis Ontanon1-0/+1
svn path=/trunk/; revision=17775
2006-03-12This time, should be the good one!Luis Ontanon1-1/+1
svn path=/trunk/; revision=17607
2006-03-12is that what you meant?Ulf Lamping1-1/+1
svn path=/trunk/; revision=17606
2006-03-12Let's see if at the third attempt I get it right...Luis Ontanon1-1/+1
svn path=/trunk/; revision=17605
2006-03-12Let's try again!Luis Ontanon1-1/+0
svn path=/trunk/; revision=17604
2006-03-12I Hope this worksLuis Ontanon1-0/+3
svn path=/trunk/; revision=17603
2006-02-11add dumpcap.exe and the corresponding HTML manpage to the distributionUlf Lamping1-0/+2
svn path=/trunk/; revision=17259
2006-02-07changes to build lua plugin with MSVC6:Lars Roland2-0/+17
- nmake makefile for lua plugin added. - declare variables at the beginning of a function. - proto_reg_handoff_lua was removed, remove remaining calls, too. - missing functions to libethereal.def added. add lua plugin to installer, if available. svn path=/trunk/; revision=17196
2005-12-16Include the latest diameter.xml filesAnders Broman1-0/+2
svn path=/trunk/; revision=16830
2005-12-15Fix themeing for GTK+ 2.8. This hasn't been tested under 2.6 or 2.4.Gerald Combs2-1/+6
svn path=/trunk/; revision=16810
2005-12-15Make sure we install the libpng and cairo DLLs if needed.Gerald Combs2-0/+10
svn path=/trunk/; revision=16809
2005-12-14Add support for GLib/GTK+ 2.8. Point to the latest tag.Gerald Combs2-9/+12
svn path=/trunk/; revision=16802
2005-10-25From Jaap Keuter:Anders Broman1-1/+1
Ethereal 0.10.13 and trunk have a glitch in the NSIS Makefile.nmake. It still works with WinPcap_3_1_beta4.exe. The attached patch resolves this. svn path=/trunk/; revision=16299
2005-10-06Build the h223 pluginAnders Broman2-0/+2
svn path=/trunk/; revision=16140
2005-09-29Move the Diameter dictionary files to a "diameter" subdirectory, alongGuy Harris1-6/+6
the lines of what's done for RADIUS. That keeps them together (and separate from other files), and makes the layout of the top-level source directory closer to the layout of the installation directory, so that if you run Ethereal or Tethereal from the top-level directory on Windows it'll pick up the Diameter dictionary files (if it supports loading them), and can do so on UN*X if we support a mechanism to let it find its control files in the directory in which the binary resides. Use the diameter_DATA, dtds_DATA, and radius_DATA macros in the EXTRA_DIST macro, so you only have to change the lists of Diameter, DTD, and RADIUS files in one place if you add or remove a file. svn path=/trunk/; revision=16050
2005-09-28Add disctionary.ericssonAnders Broman1-0/+1
svn path=/trunk/; revision=16041
2005-09-17Get the first few dtds installed.Luis Ontanon1-0/+12
svn path=/trunk/; revision=15852
2005-09-14fix #388: add /desktopicon and /quicklaunchicon command line options to the ↵Ulf Lamping1-2/+23
NSIS installer update the User's Guide accordingly svn path=/trunk/; revision=15792
2005-09-09NSIS warning removed: the label "lbl_winpcap_dont_install" is currently unusedUlf Lamping1-1/+1
svn path=/trunk/; revision=15743
2005-09-08the xml plugin was removedLuis Ontanon2-3/+1
svn path=/trunk/; revision=15734
2005-08-26fix #339: don't try to install WinPcap with a silent installerUlf Lamping1-1/+5
svn path=/trunk/; revision=15536
2005-08-26fix #378:Ulf Lamping1-6/+6
use "ip.checksum_bad == 1" instead of simply "ip.checksum_bad" in the example colorfilter file, as the implementation of that filter string changed install the global example files unconditionally by the win32 installer, to fix this problem and be compatible with the unix install process svn path=/trunk/; revision=15535
2005-08-07Use the now released WinPcap 3.1 version instead of the beta 4.Ulf Lamping5-8/+10
We don't need to uninstall an old WinPcap version first, as this is done by the WinPcap installer itself now. svn path=/trunk/; revision=15256
2005-08-02Fix svn properties where needed:Jörg Mayer1-90/+90
Remove svn:executable Add svn:executable Add svn:eol-style Add svn:keywords svn path=/trunk/; revision=15183
2005-08-01Update RPM builds.Gerald Combs1-4/+18
svn path=/trunk/; revision=15165
2005-07-26fix from previous check in, set compression back to on :-(Ulf Lamping1-1/+1
svn path=/trunk/; revision=15096
2005-07-26fix detection of old/new WinPcap version, so WinPcap get's only installed by ↵Ulf Lamping1-10/+20
default if the user has a version lower than the delivered 3.1 beta 4 fix statistics tree caption svn path=/trunk/; revision=15093
2005-07-26Revert back to GTK-Wimp 0.6.2. Move to WinPcap 3.1beta4.Gerald Combs6-6/+6
svn path=/trunk/; revision=15091
2005-07-25bugfix: default for NPF service was default on for NT and above, but it has ↵Ulf Lamping3-10/+40
to be off (secure default) stop NPF service and set it back to "On demand" if user deselected the corresponding checkbox when upgrading from a previous Ethereal install, try to detect which choices of icons and alike was used last time, and set this as default (e.g. don't install desktop icon if I choose not to install last time) minor text changes svn path=/trunk/; revision=15055
2005-07-25as the buildbot is updated now:Ulf Lamping1-5/+6
using the /SOLID switch in SetCompressor again, making NSIS at least 2.07 a requirement svn path=/trunk/; revision=15052
2005-07-24make the default to not use the /SOLID switch for SetCompressor, so buildbot ↵Ulf Lamping1-2/+4
is working again svn path=/trunk/; revision=15049
2005-07-23... I should switch compression back on, the installer would otherwise ↵Ulf Lamping1-1/+1
become a bit large ... svn path=/trunk/; revision=15017
2005-07-23Installer:Ulf Lamping7-124/+793
- Installer now includes and installs WinPcap 3.0 (with detection) - Install Sections are grouped now - New Seperate page to select additional tasks like: icons, file extensions ... - New Seperate page for WinPcap detection/installation - Start WinPcap "NPF" service doesn't require a reboot Uninstaller: - New Uninstall sections page (uninstall, settings, plugins, WinPcap) - If uninstallation selected, plugins will now be completely uninstalled (all versions, not only the current one) - If selected, uninstallation of WinPcap svn path=/trunk/; revision=15016
2005-07-21remove the radius dir and all it's files while uninstallingUlf Lamping1-0/+2
svn path=/trunk/; revision=14978
2005-07-21Make GTK Wimp the default, so the installation type isn't always "Custom" on ↵Ulf Lamping1-43/+62
recent OS like 2K or XP (it will be disabled, if an "unappropriate" OS like Win98 is detected) Grouping the sections together, so getting an idea of the available sections become an easier task svn path=/trunk/; revision=14977
2005-07-15comments are ";" not ":"Luis Ontanon1-4/+4
svn path=/trunk/; revision=14930