Commit Graph

78 Commits

Author SHA1 Message Date
Ulf Lamping 8825aaf338 add the comment "The Ethereal Network Protocol Analyzer" to some shortcuts
svn path=/trunk/; revision=13801
2005-03-18 18:58:56 +00:00
Lars Roland e695d5c1fc add xml and stats_tree plugin to the installer.
svn path=/trunk/; revision=13657
2005-03-07 22:31:13 +00:00
Guy Harris ba7e8f3b81 From Oleg Terletsky: AgentX support.
svn path=/trunk/; revision=13372
2005-02-10 06:36:21 +00:00
Lars Roland 050f70e8e0 Set Registry key for starting NPF service to "Auto Start" and not "System Start".
svn path=/trunk/; revision=13358
2005-02-08 22:10:04 +00:00
Lars Roland 1a57492eca Add a section to the installer, which sets following key to "1" on WIN NT, if the key is available.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NPF\Start

With this key set to 1, the NPF service is started automatically at startup and then even users with restricted privilegies should be able to access Network Devices for capturing. 
See also:
http://winpcap.polito.it/misc/faq.htm#Q-18

svn path=/trunk/; revision=13349
2005-02-08 02:34:15 +00:00
Ulf Lamping 7f3a6f361e Enable GTK-Wimp only for Windows 2000/XP/2003
...as Win9x/ME/NT known to have problems with it!

svn path=/trunk/; revision=13254
2005-02-03 02:35:20 +00:00
Lars Roland c4ac7edd32 Add mate.dll to the installer.
However it won't be installed by default.

svn path=/trunk/; revision=13155
2005-01-21 19:16:05 +00:00
Gerald Combs 86edb8d5fe Don't make GTK-Wimp enabled by default after all.
svn path=/trunk/; revision=13095
2005-01-17 22:24:53 +00:00
Gerald Combs db4f10408c Switch the Windows build environment to GTK 2.4.14. Enable GTK-Wimp by
default in the installer.

svn path=/trunk/; revision=13087
2005-01-17 16:45:15 +00:00
Gerald Combs 642513149f From Laurent Rabret:
- enable Windows' ShellExecute command to call Ethereal without specifying
  the installation path (a new key added in the registry)
- decode 2 more options in the OPSI plugin.


svn path=/trunk/; revision=12363
2004-10-21 02:06:37 +00:00
Ulf Lamping 0f80fa5c7d renamed capinfo to capinfos, as the former name capinfo was already used in a program called tcprelay, so that might confuse packaging managers and users. Hopefully I got all the places need to be changed.
svn path=/trunk/; revision=12358
2004-10-20 18:50:58 +00:00
Guy Harris 7e1521119f From Graeme Hewson: make AUTHORS-SHORT not include formatting codes,
with AUTHORS-SHORT-FORMAT containing the formatting codes.

svn path=/trunk/; revision=12334
2004-10-17 23:03:11 +00:00
Olivier Biot 4878b7488b First support for Unix-to-DOS line termination translation by means of a small
perl script (unix2dos.pl). The NEWS file is now properly displayed on the
Notepad.exe text editor on a Windows box.

svn path=/trunk/; revision=12318
2004-10-16 11:46:17 +00:00
Guy Harris 716985d56f From Olivier Jacques: add imscxdx.xml to the source tarball and NSIS
packaging information.

svn path=/trunk/; revision=12260
2004-10-11 08:24:46 +00:00
Ulf Lamping 2d2b3d4f5a removed "Well Known" help page, as the content (and far more than that) moved to the wiki.
svn path=/trunk/; revision=12100
2004-09-25 10:15:08 +00:00
Guy Harris 6e9e773a85 From Lars Roland:
don't support GTK-Wimp for GTK+ 1.2[.x] (it requires 2.x);

	install the NEWS file as "NEWS.txt";

	optionally show it at the end of an installation.

svn path=/trunk/; revision=11841
2004-08-26 22:48:29 +00:00
Guy Harris 77ed248489 From Lars Roland: cosmetic fixes.
svn path=/trunk/; revision=11827
2004-08-25 03:32:26 +00:00
Olivier Biot 1867a5e9a5 Add capinfo to the Windows installer.
svn path=/trunk/; revision=11558
2004-07-28 23:09:12 +00:00
Guy Harris 6041d12dde From Laurent Rabret: OPSI support.
svn path=/trunk/; revision=11454
2004-07-21 06:31:33 +00:00
Ulf Lamping 16c252d775 Be kind and say "Please note" instead of simply "Note" when something went wrong while uninstalling :-)
svn path=/trunk/; revision=11399
2004-07-17 20:34:41 +00:00
Guy Harris d4488c7af7 From Laurent Rabret:
fix a bug in the case where both Ethereal with GTK1 and GTK2 are
	attached;

	disallow the "extension box" if Ethereal isn't selected.

svn path=/trunk/; revision=11266
2004-06-29 07:14:39 +00:00
Guy Harris 02a2979365 From Laurent Rabret:
- associate standard trace file extensions to ethereal *only*
	  if such extensions are not already known in the system;

	- suppress the linking while Ethereal is uninstalling *only*
	  for extensions associated to Ethereal.

svn path=/trunk/; revision=11134
2004-06-10 10:12:30 +00:00
Guy Harris 01c249fd4f From Lars Roland: define an "installation" version of GTK+ 2.x and Pango
in "config.nmake", and use that in the NSIS script when generating the
NSIS installer, so it puts GTK+ and Pango in the appropriate
subdirectories.  Also, when uninstalling, remove both of the sets of
subdirectories.

As per his suggestion, get rid of the "GTK1_VERSION" and "GTK2_VERSION"
macros, and just directly insert the values where those macros were used
- "GTK1_VERSION" wasn't used at all, and "GTK2_VERSION" was only used
immediately below where it was defined, and stuff elsewhere, such as in
the NSIS script, didn't use them and would break if you changed them
anyway.

svn path=/trunk/; revision=10976
2004-05-23 22:21:30 +00:00
Ulf Lamping 64fa797077 install (and uninstall) AUTHORS-SHORT and COPYING files
svn path=/trunk/; revision=10945
2004-05-21 17:31:16 +00:00
Gerald Combs ee7618dc6e Make the GTK2 interface the default. Remove GTK-Wimp from the GTK2 section.
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-14 02:46:38 +00:00
Guy Harris 15af0f656f From Lars Roland: add support for building a libethereal.dll with MSVC:
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-05-09 10:03:41 +00:00
Guy Harris a1467c86e1 From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session Management
support.

svn path=/trunk/; revision=10480
2004-03-25 11:21:07 +00:00
Gerald Combs 516d177e55 !ifdef-ize out a GTKWimp text section.
svn path=/trunk/; revision=10441
2004-03-22 22:37:41 +00:00
Ulf Lamping 301b5ddbcc added gtk-wimp to the nsis installer build
svn path=/trunk/; revision=10227
2004-02-24 18:51:40 +00:00
Gerald Combs 037c2c12e4 From Lars Roland: Add support for a combined GTK1/2 Windows installer.
svn path=/trunk/; revision=10098
2004-02-18 20:45:54 +00:00
Ulf Lamping 55e5bb39e9 bugfix from greg morris: two help pages were missing
svn path=/trunk/; revision=10074
2004-02-16 19:07:10 +00:00
Ulf Lamping c001aedfda typo fixed
svn path=/trunk/; revision=10014
2004-02-09 18:23:25 +00:00
Ulf Lamping f992f12aa4 corrected links to the ethereal.exe for GTK2 version
svn path=/trunk/; revision=10006
2004-02-07 21:47:25 +00:00
Ulf Lamping 610ff1ee37 renamed GTK2 version from ethereal2.exe to ethereal-gtk2.exe,
as this is *not* the Ethereal version 2 already.
Some other cleanup done

svn path=/trunk/; revision=9998
2004-02-06 18:47:45 +00:00
Ulf Lamping 929e54fa44 patch error removed
svn path=/trunk/; revision=9972
2004-02-03 20:13:18 +00:00
Ulf Lamping 97172d52a0 from Lars Roland: fix NSIS uninstallation
svn path=/trunk/; revision=9971
2004-02-03 20:03:40 +00:00
Ulf Lamping f8fccb9ed1 set compression mechanism for Modern UI to lzma
svn path=/trunk/; revision=9963
2004-02-03 01:06:21 +00:00
Guy Harris 4dc66956d2 Arrange that the shortcuts for Ethereal start Ethereal in the user's
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-02-01 03:35:05 +00:00
Ulf Lamping c6201489da updated NSIS generation to build GTK version 1 or 2,
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-26 21:12:41 +00:00
Ulf Lamping 108b5cb256 using the file "COPYING" instead of "GPL.txt"
svn path=/trunk/; revision=9555
2004-01-05 15:27:35 +00:00
Ulf Lamping f849df17e6 conditionally use modern UI for NSIS installer
svn path=/trunk/; revision=9448
2003-12-26 12:27:47 +00:00
Ulf Lamping 1f959ea4bd bugfix: uninstall also the help textfiles
svn path=/trunk/; revision=9446
2003-12-26 11:36:43 +00:00
Guy Harris a7d9018c1f Have a "toc" file in the help directory, which gives a list of help
topic titles and help file names.

svn path=/trunk/; revision=9417
2003-12-22 22:17:30 +00:00
Ulf Lamping f86e376f5b get rid of the COMMON_FILES_GNU setting,
by getting the DLL's from the "source tree"

svn path=/trunk/; revision=9415
2003-12-22 21:41:40 +00:00
Ulf Lamping 6a644f8426 distribute the text files in help dir
svn path=/trunk/; revision=9406
2003-12-22 07:57:43 +00:00
Guy Harris bbcb86c564 From Lars Roland: fix a typo.
svn path=/trunk/; revision=9365
2003-12-19 23:25:05 +00:00
Guy Harris b8299f0b98 From Jan Kiszka: IrDA support.
svn path=/trunk/; revision=9345
2003-12-18 19:07:14 +00:00
Guy Harris 2df96b563e From Christoph Neusch: V5UA support.
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-17 05:16:21 +00:00
Ulf Lamping 2dbc7fccce minor change in the uninstaller "Publisher" string
svn path=/trunk/; revision=9294
2003-12-16 06:25:56 +00:00
Guy Harris b87e74ed6b From Lars Roland: get rid of NSIS support for glib 1.3, as we don't
support that any more.

svn path=/trunk/; revision=9288
2003-12-15 04:28:57 +00:00