Ethereal-dev: Re: [Ethereal-dev] Please comment: dce/smb/nt signed/unsigned warning fixes

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 19 Jan 2004 11:54:00 -0800

On Jan 19, 2004, at 10:51 AM, Joerg Mayer wrote:

The diff itself is huge, but the change should be trivial:
I changed all instances of "char *drep" -> "guint8 *drep"

As what's passed appears to be "hdr->drep", and "drep" is an array of 4 guint8's, that seems to be the right thing to do.