From 173fe5aef4167b9ad35fe514d05ef25fb66c076f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Fri, 2 Aug 2002 23:36:07 +0000 Subject: Replace the types from sys/types.h and netinet/in.h by their glib.h equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. svn path=/trunk/; revision=5932 --- packet-prism.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-prism.h') diff --git a/packet-prism.h b/packet-prism.h index f17cd190ff..eeadc0e614 100644 --- a/packet-prism.h +++ b/packet-prism.h @@ -9,7 +9,7 @@ * * By Tim Newsham * - * $Id: packet-prism.h,v 1.1 2001/11/28 07:11:07 guy Exp $ + * $Id: packet-prism.h,v 1.2 2002/08/02 23:35:56 jmayer Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -32,6 +32,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -void capture_prism(const u_char *pd, int offset, int len, packet_counts *ld); +void capture_prism(const guchar *pd, int offset, int len, packet_counts *ld); void proto_register_prism(void); void proto_reg_handoff_prism(void); -- cgit v1.2.3