aboutsummaryrefslogtreecommitdiffstats
path: root/README.win32
AgeCommit message (Collapse)AuthorFilesLines
2000-09-14Move to version 0.8.12Gilbert Ramirez1-2/+2
svn path=/trunk/; revision=2432
2000-08-25Note GTK+ distribution version for 0.8.11 binary release.Gilbert Ramirez1-2/+4
I finally have working tools, so a 0.8.11 win32 binary release we be available soon. svn path=/trunk/; revision=2375
2000-08-04Re-organize the README so that people who just want to run ethereal, notGilbert Ramirez1-36/+75
compile it, find their info at the top of the file. Explain the generated sources for developers, and the Unix-ish tools that are needed. svn path=/trunk/; revision=2205
2000-06-08Let people know that this document is useful for both compilingGilbert Ramirez1-8/+14
and using Ethereal on Win32. svn path=/trunk/; revision=2048
2000-04-29Update the README.win32 file to reflect the fact that the latest versionGuy Harris1-23/+27
of the GTK+-for-Win32 library seems to work OK (at least with recent changes to Ethereal avoid passing signed characters to "isprint()"). Note that you will need various Cygwin tools if you modify ".y", ".l", or dissector files, and give instructions on how to get Cygwin. svn path=/trunk/; revision=1898
2000-04-13Update to reflect the current state of the Win32 libpcap.Guy Harris1-10/+18
svn path=/trunk/; revision=1843
2000-03-03Fix a typo.Guy Harris1-2/+2
svn path=/trunk/; revision=1689
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez1-4/+12
from WinDump with Ethereal. We now have packet capturing on Win32. :) svn path=/trunk/; revision=1612
2000-02-09Update Makefiles for win32. Move local configuration to config.nmake,Gilbert Ramirez1-7/+11
have top-level Makefile.nmake call Makefile.nmake's in subdirectories. Build plugins, and build generated source (lex, yacc). The only thing we can't build is register.c; I need to re-work the top-level Makefile.nmake because it lists object files, not C files, which make-reg-dotc needs. svn path=/trunk/; revision=1608
2000-01-25Update with URLs for the Win32 port on both sides of the Atlantic, andGuy Harris1-3/+27
with notes about possible problems with the latest version. svn path=/trunk/; revision=1549
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez1-11/+17
with MSVC 6.0 and 'nmake', the make tool that comes with MSVC. It compiles, links, and runs. It doesn't run correctly. There's a problem when reading files. I'm getting short reads. I'm not linking in zlib or libsnmp because it first needs to be debugged. I changed the plugin code to use gmodule instead of libltdl, but the Unix build still links ethereal against libltdl. I'll fix that tonight; sorry about leaving it in such a sad state, but I wanted to check in this code before I left work on a Friday night. Ethereal still works, but the building is less than optimal. svn path=/trunk/; revision=1479
1999-07-21Finally got the win32 ethereal to link properly with MSVC.Gilbert Ramirez1-3/+12
svn path=/trunk/; revision=374
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-0/+30
but does not link. Perhaps someone who understands the MS tools can help out. I made it link a few months ago, but with different version of glib/gtk+. I can't remember how I made it link. Most of the compatibility issues were resolved with adding #ifdef HAVE_UNISTD_H the the source code. Please be sure to add this to all future code. svn path=/trunk/; revision=359