From 561f935663219ca1cf8416f5bd1408f47992bd5c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 9 Mar 2001 06:34:59 +0000 Subject: [PATCH] Include "etherpeek.h", which declares routines we define, not "snoop.h", which declares routines we neither define nor use. svn path=/trunk/; revision=3121 --- wiretap/etherpeek.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiretap/etherpeek.c b/wiretap/etherpeek.c index fab2bd765f..6fa81e8aff 100644 --- a/wiretap/etherpeek.c +++ b/wiretap/etherpeek.c @@ -2,7 +2,7 @@ * Routines for opening etherpeek files * Copyright (c) 2001, Daniel Thompson * - * $Id: etherpeek.c,v 1.1 2001/02/22 22:03:31 guy Exp $ + * $Id: etherpeek.c,v 1.2 2001/03/09 06:34:59 guy Exp $ * * Wiretap Library * Copyright (c) 1998 by Gilbert Ramirez @@ -31,7 +31,7 @@ #include "wtap-int.h" #include "file_wrappers.h" #include "buffer.h" -#include "snoop.h" +#include "etherpeek.h" #ifdef HAVE_NETINET_IN_H #include #endif