Ethereal-dev: [Ethereal-dev] Re: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-nt.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Tim Potter <tpot@xxxxxxxxx>
Date: Thu, 30 Jan 2003 17:26:11 +1100
On Thu, Jan 30, 2003 at 12:08:13AM -0600, Guy Harris wrote:

> guy         2003/01/30 00:08:11 CST
> 
>   Modified files:
>     .                    packet-dcerpc-nt.c 
>   Log:
>   NDR strings begin with a uint32, so they start on a 4-byte boundary.

Thanks - I missed that one.  I have however discovered GPOINTER_TO_INT
and GINT_TO_POINTER which should make me stop doing dodgy things with
casting integers to pointers in a non-portable manner.


Tim.