Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcap | Gilbert Ramirez | 2000-02-09 | 1 | -1/+4 |
| | | | | | | from WinDump with Ethereal. We now have packet capturing on Win32. :) svn path=/trunk/; revision=1612 | ||||
* | Merge in the final code to make Ethereal run on Win32, compiled | Gilbert Ramirez | 2000-01-15 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | Uwe Girlich's patch to handle OSes (e.g., SINIX) that lack | Guy Harris | 1999-10-01 | 1 | -0/+69 |
"strncasecmp()" or "mkstemp()"; add in source to the GNU "libc" versions, and have the "configure" script check for the routines in question and set up the Makefile to build from our versions if they're missing. svn path=/trunk/; revision=745 |