Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal mkstemp.h Makefile.am Makefile.nmake

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Fri, 14 Jan 2000 18:22:48 -0600 (CST)
gram        2000/01/14 18:22:46 CST

  Modified files:
    .                    Makefile.am Makefile.nmake README.win32 
                         acconfig.h asn1.c config.h.win32 
                         configure.in dfilter.h file.c mkstemp.c 
                         packet-isis-lsp.c packet-tcp.c 
                         packet-udp.c plugins.c plugins.h util.c 
  Added files:
    .                    mkstemp.h 
  Log:
  Merge in the final code to make Ethereal run on Win32, compiled
  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.
  
  Revision  Changes    Path
  1.152     +2 -1      ethereal/Makefile.am
  1.9       +119 -101  ethereal/Makefile.nmake
  1.3       +17 -11    ethereal/README.win32
  1.14      +3 -1      ethereal/acconfig.h
  1.3       +5 -1      ethereal/asn1.c
  1.5       +31 -54    ethereal/config.h.win32
  1.73      +3 -2      ethereal/configure.in
  1.15      +5 -1      ethereal/dfilter.h
  1.153     +2 -4      ethereal/file.c
  1.2       +11 -0     ethereal/mkstemp.c
  1.2       +7 -3      ethereal/packet-isis-lsp.c
  1.55      +2 -4      ethereal/packet-tcp.c
  1.46      +2 -4      ethereal/packet-udp.c
  1.5       +42 -21    ethereal/plugins.c
  1.5       +23 -3     ethereal/plugins.h
  1.26      +5 -1      ethereal/util.c