aboutsummaryrefslogtreecommitdiffstats
path: root/README.win32
AgeCommit message (Collapse)AuthorFilesLines
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