From 339d67b043a1f1ac860b84ed48ec6ba77d96f487 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Sat, 15 Jan 2000 00:23:13 +0000 Subject: 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. svn path=/trunk/; revision=1479 --- asn1.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'asn1.c') diff --git a/asn1.c b/asn1.c index 28e7bfccce..fc913ebf3d 100644 --- a/asn1.c +++ b/asn1.c @@ -1,7 +1,7 @@ /* asn1.c * Routines for ASN.1 BER dissection * - * $Id: asn1.c,v 1.2 1999/12/10 09:49:26 guy Exp $ + * $Id: asn1.c,v 1.3 2000/01/15 00:22:29 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -65,6 +65,10 @@ # include #endif +#ifdef HAVE_WINSOCK_H +#include +#endif + #include #include "asn1.h" -- cgit v1.2.3