Commit Graph

63 Commits

Author SHA1 Message Date
Ulf Lamping 26a84495c8 gtkclist.c is called ethclist.c now
svn path=/trunk/; revision=10179
2004-02-22 16:28:47 +00:00
Gerald Combs 26d098a070 Remove redundant GTK2 entries.
svn path=/trunk/; revision=10116
2004-02-19 15:08:38 +00:00
Gerald Combs bd0831eadc Add GTK+ 2.
svn path=/trunk/; revision=10102
2004-02-19 01:49:13 +00:00
Ulf Lamping c976800b49 from Anders Broman: added some tips for compiling with GTK2 and other things
svn path=/trunk/; revision=10045
2004-02-12 07:59:58 +00:00
Gerald Combs e98fb47e76 Update to GLib 2.2.3-20040116 and gettext 0.13.1.
svn path=/trunk/; revision=9799
2004-01-23 02:38:03 +00:00
Ulf Lamping 31530d92ba precompiled wpdpack.zip file is now at the website
svn path=/trunk/; revision=9690
2004-01-17 11:05:35 +00:00
Ulf Lamping fa7d90f2c8 minor changes
svn path=/trunk/; revision=9589
2004-01-07 12:12:09 +00:00
Guy Harris a772545c4b Fix some typoes.
Give the appropriate locations for libiconv, gettext, and WinPcap.

Note that the WinPcap package is *not* available from ethereal.com.

Explain a bit more about how to unpack the zip files for development
packages.

svn path=/trunk/; revision=9587
2004-01-07 07:17:47 +00:00
Guy Harris ebc4dbdfe9 http://www.ethereal.com/distribution/win32/development/ has GLib 2.2.3
packages, and a gtk+-1.3.0-20030717.zip package; update the version
numbers accordingly.

svn path=/trunk/; revision=9506
2003-12-31 22:17:28 +00:00
Gerald Combs 09bf163aee Switch from gettext 0.13 to 0.12.1.
svn path=/trunk/; revision=9246
2003-12-12 16:06:29 +00:00
Gerald Combs 4f3287f27a Update the Windows environment to GLib 2.2.3 and GTK+ 1.3.0-20030717.
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-10 23:21:52 +00:00
Gerald Combs 409948eced Add PCRE support to the Windows build.
svn path=/trunk/; revision=9185
2003-12-07 00:04:32 +00:00
Gerald Combs c219943fc1 Switch over to Net-SNMP 5.1. A ZIP file of the Net-SNMP 5.1 sources plus
a static Windows library (netsnmp.lib) has been placed at

    http://www.ethereal.com/distribution/win32/development/

The Net-SNMP documentation recommends against using a DLL at the
present time.

svn path=/trunk/; revision=9177
2003-12-05 16:00:34 +00:00
Gerald Combs 9e396b2e9e Updates for new zlib.
svn path=/trunk/; revision=9129
2003-12-01 17:25:23 +00:00
Guy Harris 8e091837a9 Mention gtk/ethereal-tap-register.c.
svn path=/trunk/; revision=8673
2003-10-10 21:35:17 +00:00
Gerald Combs 3303295c84 Add default development package locations to README.win32. Use zlib 1.1.4
by default in config.nmake.

svn path=/trunk/; revision=8246
2003-08-24 23:25:40 +00:00
Gerald Combs ddd408ad2f Build with Glib 2.0 and GTK+ 1.3 by default. Don't build with zlib 1.13.
Add minor updates to README.win32.

svn path=/trunk/; revision=8126
2003-08-04 14:34:17 +00:00
Gerald Combs f755cf5034 Add GNU ADNS to the Windows build environment. A precompiled DLL can be
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
2003-06-02 18:40:02 +00:00
Guy Harris daa67ae37c Update to reflect the fact that you *HAVE* to have a Windows version of
Flex in order to build Ethereal, as the UNIX version generates files
that unconditionally include <unistd.h> and thus don't build on Windows.

svn path=/trunk/; revision=7411
2003-04-07 22:39:25 +00:00
Guy Harris 22f0f2989e From Olivier Biot: README.win32 updates for Cygwin.
svn path=/trunk/; revision=7143
2003-02-14 01:01:26 +00:00
Guy Harris 75f340ae3e Microsoft doesn't, as far as I know, have a product "Visual C"; they may
have had one ages ago, but they call their C/C++ compiler "Visual C++".
Use the right name, so as not to confuse people into thinking that the
instructions are only for "Visual C" and can't be used for Visual C++
(yes, this really did appear to happen).

svn path=/trunk/; revision=6799
2002-12-18 21:59:46 +00:00
Guy Harris 910de52a04 Note that "tethereal-tap-register.c" is built by the Bash script
"make-tapreg-dotc" from "tap-*.c", using grep and sed.

svn path=/trunk/; revision=6541
2002-11-01 10:02:18 +00:00
Gerald Combs 7000420817 Update formatting, library information.
svn path=/trunk/; revision=6388
2002-10-09 13:39:17 +00:00
Gerald Combs bd4ad18aeb Zlib and Net-SNMP updates.
svn path=/trunk/; revision=6386
2002-10-09 03:17:36 +00:00
Guy Harris 2d84cd97ce Give some more information on the "command.com" vs. "cmd.exe" issue.
svn path=/trunk/; revision=5842
2002-07-08 21:03:04 +00:00
Guy Harris 26543ab3d4 Note that the requirement for a command interpreter that understands
long file names might prevent you from building on Windows OT.

svn path=/trunk/; revision=5827
2002-07-06 19:51:25 +00:00
Gerald Combs 8afbfa52d5 Add a comment about using cmd.exe vs command.com.
svn path=/trunk/; revision=5824
2002-07-06 15:39:50 +00:00
Guy Harris 60f3462bd3 Note where the "vcvars32.bat" script is located.
Note that "cleanbld.bat" is in the top-level Ethereal source directory.

svn path=/trunk/; revision=5815
2002-07-02 19:27:40 +00:00
Gerald Combs 61473361f8 Add Ronnie's notes about compiling under Cygwin.
svn path=/trunk/; revision=5508
2002-05-19 17:12:25 +00:00
Gerald Combs 56dfc65552 Fix more Politecnico di Torino links.
svn path=/trunk/; revision=5172
2002-04-16 03:00:54 +00:00
Gerald Combs b6b2aa4906 Update wiretapped mirror links.
svn path=/trunk/; revision=5156
2002-04-14 20:06:04 +00:00
Gerald Combs 67250b71cc Change "http://netgroup-mirror.ethereal.com/winpcap" URLs to
"http://winpcap.mirror.ethereal.com/", since that's how we're mirroring
the Politecnico di Torino sites now.

svn path=/trunk/; revision=5155
2002-04-14 19:24:26 +00:00
Guy Harris 90446d2969 Update the "README.win32" file to reflect Andrew Feren's changes to use
Python iff PYTHON is defined in "config.nmake".

svn path=/trunk/; revision=4859
2002-03-04 01:26:40 +00:00
Guy Harris 1e8ca8af4d From Motonori Shindo: don't put the PDB files into the release, as
they're not built and the executables already contain debugging
information, and update the README.win32 file appropriately and add
Text2Pcap and Mergecap to it.

svn path=/trunk/; revision=4425
2001-12-19 19:16:12 +00:00
Guy Harris a29623753d Update the URL for Cygwin.
svn path=/trunk/; revision=4174
2001-11-07 18:49:57 +00:00
Gerald Combs b36700c8fb Add link to local mirror.
svn path=/trunk/; revision=4038
2001-10-18 15:44:36 +00:00
Guy Harris 9be7b5fa6e The Wiretapped.net mirror is OK again (it was a problem with the
mirroring procedure, due to the Politecnico di Torino site's IIS not
being configured to allow the relevant "virtual directories" to be
listed, thus keeping Wiretapped.net from figuring out what files were
there and whether they've changed), so put back the references to it.

svn path=/trunk/; revision=3975
2001-09-29 19:31:31 +00:00
Guy Harris 6515004633 Sigh. The wiretapped.net site appears to have an old version of
WinPcap's installer (it dates back to May, meaning it may be a beta of
2.2 or may even be 2.1), so don't suggest that people go there.

svn path=/trunk/; revision=3964
2001-09-28 07:50:48 +00:00
Guy Harris daebc74d91 2.1 isn't the current version of WinPcap; don't say what the current
version is, as that's subject to change - just speak of the "latest
non-beta version".

Mention the mirrors for WinPcap and WinDump.

svn path=/trunk/; revision=3956
2001-09-26 21:22:02 +00:00
Guy Harris e2a238b16b Add a new "cleanbld.bat" script, for Windows; it removes "config.h"
files that might be left over from a UNIX build, so that they'll be
reconstructed from the "config.h.win32" files on a Windows build.
(If you have "config.h" files left over from a UNIX build, the Windows
build will fail.)

Update "README.win32" to mention "cleanbld.bat", and to correctly list
the files generated using tools that don't come with Windows or MSVC++.
Also note that some of them can't be built on UNIX systems.

svn path=/trunk/; revision=3713
2001-07-13 08:14:03 +00:00
Gilbert Ramirez 466006a3db Add instructions for using the installation package.
svn path=/trunk/; revision=3282
2001-04-10 12:29:22 +00:00
Guy Harris fd09b74426 Note that UCD SNMP binaries and header files for Win32 can be gotten
from Revelstone's Web site (in a different directory from the one
mentioned in the past).

svn path=/trunk/; revision=3275
2001-04-09 06:12:51 +00:00
Gilbert Ramirez b71792efa4 Build with zlib.
Pre-compiled zlib provided at
	http://www.ethereal.com/distribution/win32/zlib-1.1.3-fixed.zip
"fixed" because the pre-compiled version in the "extralibs" package
from the Gimp/Win32 page has a fault zlib.lib in it.

Add note about zlib in README.win32; more work needs to be done to
this file to mention new packaging method.

svn path=/trunk/; revision=3263
2001-04-06 03:52:45 +00:00
Gilbert Ramirez e108afe2bb The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.
svn path=/trunk/; revision=3163
2001-03-23 02:05:29 +00:00
Gilbert Ramirez d21e83b98b Move version to 0.8.16.
Fix build for splitting build dir from src dir.
Note the use of updated GTK+ release for Win32 binaries.

svn path=/trunk/; revision=3107
2001-03-05 22:53:41 +00:00
Gilbert Ramirez 6cc281a3b3 Explain the installation location of plugins on win32.
svn path=/trunk/; revision=2881
2001-01-12 02:35:49 +00:00
Gilbert Ramirez f9838e0b03 Add a python script which has the same functionality as the shell
script 'make-reg-dotc'. It is used only in the Win32 build because the
make-reg-dotc shell script is *so* sloooooooooow on Win32, due to the
multiple processes (grep, grep, sed) launched multiple times for each
source file. By putting all the text-mangling logic into a single Python
script, only one process is launched, and the source files are read
only once. It's *a lot* faster... seconds instead of minutes.

svn path=/trunk/; revision=2873
2001-01-11 07:21:35 +00:00
Guy Harris 96e6115530 Fix a typo.
svn path=/trunk/; revision=2574
2000-11-06 09:49:43 +00:00
Gerald Combs e61373a7c1 Change addresses from ethereal.zing.org to www.ethereal.com.
svn path=/trunk/; revision=2481
2000-10-08 17:16:29 +00:00
Guy Harris a77f7b812d Make it clearer what it means for the glib and gtk DLLs to be in your
path, so that users don't think they should add the pathnames of the
DLLs to their path, but should add the pathnames of the directories in
which those DLLs live to their path.

svn path=/trunk/; revision=2465
2000-09-29 06:30:31 +00:00