Added support for compiling on win32 with Visual C and 'nmake'. It compiles,
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 13 Jul 1999 02:53:26 +0000 (02:53 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 13 Jul 1999 02:53:26 +0000 (02:53 +0000)
commit5ac565b736a239c22d34ffb75b39a98a60e31c09
tree4ddecf128133922607a7f2d194c4d36601690f1e
parentd26a8c8fd438ea5d6be78eb1779876ea507429f6
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@359 f5534014-38df-0310-8fa8-9805f1628bb7
53 files changed:
Makefile.in
Makefile.nmake [new file with mode: 0644]
README.win32 [new file with mode: 0644]
acinclude.m4
aclocal.m4
column.c
config.h.in
config.h.win32 [new file with mode: 0644]
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
wiretap/Makefile.in
wiretap/Makefile.nmake [new file with mode: 0644]
wiretap/config.h.in
wiretap/config.h.win32 [new file with mode: 0644]
wiretap/configure
wiretap/configure.in
wiretap/file.c
wiretap/iptrace.c
wiretap/lanalyzer.c
wiretap/libpcap.c
wiretap/netmon.c
wiretap/netxray.c
wiretap/ngsniffer.c
wiretap/snoop.c
wiretap/wtap.c
wiretap/wtap.h