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-raw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packet-raw.c') diff --git a/packet-raw.c b/packet-raw.c index 656c3cc8f4..af01fe3aba 100644 --- a/packet-raw.c +++ b/packet-raw.c @@ -1,7 +1,7 @@ /* packet-raw.c * Routines for raw packet disassembly * - * $Id: packet-raw.c,v 1.5 1998/11/05 10:23:26 guy Exp $ + * $Id: packet-raw.c,v 1.6 1998/11/12 00:06:37 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -34,7 +34,6 @@ #include #include -#include #include "ethereal.h" #include "packet.h" -- cgit v1.2.3