Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.nmake README.win32 config.h.win32
gram 1999/07/12 21:53:16 CDT
Modified files:
. Makefile.in acinclude.m4 aclocal.m4
column.c config.h.in configure
configure.in dfilter.h display.c
ethereal.c ethereal.h file.c file.h
filter.c follow.c packet-gre.c
packet-http.c packet-icmpv6.c
packet-ipv6.c packet-isakmp.c
packet-ncp.c packet-null.c packet-pptp.c
packet-radius.c packet-rsvp.c
packet-rsvp.h packet-smb.c packet.c
prefs.c proto.h resolv.c smb.h summary.c
timestamp.h
Added files:
. Makefile.nmake README.win32
config.h.win32
Log:
Added support for compiling on win32 with Visual C and 'nmake'. It compiles,
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.
Revision Changes Path
1.46 +1 -0 ethereal/Makefile.in
1.3 +31 -0 ethereal/acinclude.m4
1.14 +31 -0 ethereal/aclocal.m4
1.15 +5 -1 ethereal/column.c
1.18 +9 -0 ethereal/config.h.in
1.30 +153 -154 ethereal/configure
1.30 +5 -29 ethereal/configure.in
1.3 +5 -1 ethereal/dfilter.h
1.9 +19 -1 ethereal/display.c
1.53 +43 -4 ethereal/ethereal.c
1.16 +5 -2 ethereal/ethereal.h
1.37 +19 -1 ethereal/file.c
1.20 +6 -1 ethereal/file.h
1.13 +10 -1 ethereal/filter.c
1.11 +3 -1 ethereal/follow.c
1.3 +3 -1 ethereal/packet-gre.c
1.5 +3 -1 ethereal/packet-http.c
1.4 +5 -1 ethereal/packet-icmpv6.c
1.10 +4 -1 ethereal/packet-ipv6.c
1.6 +5 -1 ethereal/packet-isakmp.c
1.17 +3 -2 ethereal/packet-ncp.c
1.9 +4 -1 ethereal/packet-null.c
1.3 +5 -1 ethereal/packet-pptp.c
1.2 +2 -3 ethereal/packet-radius.c
1.3 +5 -1 ethereal/packet-rsvp.c
1.2 +4 -4 ethereal/packet-rsvp.h
1.19 +3 -2 ethereal/packet-smb.c
1.30 +8 -1 ethereal/packet.c
1.19 +13 -1 ethereal/prefs.c
1.3 +8 -1 ethereal/proto.h
1.8 +17 -5 ethereal/resolv.c
1.3 +6 -1 ethereal/smb.h
1.5 +5 -3 ethereal/summary.c
1.2 +10 -1 ethereal/timestamp.h