diff options
author | Jörg Mayer <jmayer@loplof.de> | 2002-08-02 21:29:45 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2002-08-02 21:29:45 +0000 |
commit | 3105ee542f89cd986d0f81d2cd70ce385021d1ce (patch) | |
tree | 8ffc7d7c256c3f3e72a0be7cc31aa2a69cdaed81 /epan/pint.h | |
parent | 9630bf353e2ca03bdce5d7ce00f184c898ba40cd (diff) | |
download | wireshark-3105ee542f89cd986d0f81d2cd70ce385021d1ce.tar.gz wireshark-3105ee542f89cd986d0f81d2cd70ce385021d1ce.tar.bz2 wireshark-3105ee542f89cd986d0f81d2cd70ce385021d1ce.zip |
Replace the types from sys/types.h and netinet/in.h by their glib.h
equivalents for the epan/ directory but leave winsock2.h in inet_pton.c
and inet_ntop.c for now (can't estimate the consequences).
svn path=/trunk/; revision=5928
Diffstat (limited to 'epan/pint.h')
-rw-r--r-- | epan/pint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/pint.h b/epan/pint.h index 2eaef53153..e73df6d310 100644 --- a/epan/pint.h +++ b/epan/pint.h @@ -2,7 +2,7 @@ * Definitions for extracting and translating integers safely and portably * via pointers. * - * $Id: pint.h,v 1.4 2001/10/29 21:56:48 guy Exp $ + * $Id: pint.h,v 1.5 2002/08/02 21:29:39 jmayer Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -29,7 +29,7 @@ #include <glib.h> -/* Pointer versions of ntohs and ntohl. Given a pointer to a member of a +/* Pointer versions of g_ntohs and g_ntohl. Given a pointer to a member of a * byte array, returns the value of the two or four bytes at the pointer. * The pletoh[sl] versions return the little-endian representation. */ |