From fcb4c78a6a01d22f0db9d6de870342511030cb01 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Thu, 12 Nov 1998 00:06:47 +0000 Subject: A lengthy patch to add the wiretap library. Wiretap is not used by default because it is still in its infancy, but it can be compiled in optionally. The library exists in its own subdirectory ethereal/wiretap. This patch also edits all the packet-*.c files to remove the #include line which is unnecessary in these files. In the ethereal code, file.c is the most heavily modified with #ifdef WITH_WIRETAP lines for the optional library. svn path=/trunk/; revision=82 --- packet-vines.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packet-vines.c') diff --git a/packet-vines.c b/packet-vines.c index 5cb05996f2..453cf60447 100644 --- a/packet-vines.c +++ b/packet-vines.c @@ -1,7 +1,7 @@ /* packet-vines.c * Routines for Banyan VINES protocol packet disassembly * - * $Id: packet-vines.c,v 1.2 1998/09/27 22:12:41 gerald Exp $ + * $Id: packet-vines.c,v 1.3 1998/11/12 00:06:39 gram Exp $ * * Don Lafontaine * @@ -28,7 +28,6 @@ #include "config.h" #include -#include #include -- cgit v1.2.3