Ethereal-dev: [Ethereal-dev] smb: comparison between pointer an integer

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

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: Tue, 29 Jan 2002 11:05:06 -0600
In the current Ethereal CVS, I get this warning:

packet-smb.c: In function `dissect_read_andx_response':
packet-smb.c:4793: warning: comparison between pointer and integer

The code in question takes a pointer, converts it to a guint32,
and then compares it to NULL.

Could someone with more knowledge about packet-smb.c fix this?

--gilbert