diff options
author | Jörg Mayer <jmayer@loplof.de> | 2002-08-02 23:36:07 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2002-08-02 23:36:07 +0000 |
commit | 173fe5aef4167b9ad35fe514d05ef25fb66c076f (patch) | |
tree | 21967e4c27ac5e02aa39319022dd2858682fc5f4 /packet-prism.h | |
parent | ff72b97ee01caee4dff97d07195d802086c65f38 (diff) | |
download | wireshark-173fe5aef4167b9ad35fe514d05ef25fb66c076f.tar.gz wireshark-173fe5aef4167b9ad35fe514d05ef25fb66c076f.tar.bz2 wireshark-173fe5aef4167b9ad35fe514d05ef25fb66c076f.zip |
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
Diffstat (limited to 'packet-prism.h')
-rw-r--r-- | packet-prism.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <gerald@ethereal.com> @@ -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); |