Ethereal-dev: Re: [Ethereal-dev] Updated packet-dcerpc-afs4int.c with char->guint8 update

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, 26 Jan 2004 19:57:18 -0800

On Jan 26, 2004, at 7:31 PM, Jaime Fournier wrote:

Had to update the subdissectors.

Checked in.

Some warnings:

packet-dcerpc-afs4int.c: In function `dissect_afsbundled_stat':
packet-dcerpc-afs4int.c:2141: warning: unused parameter `drep'
packet-dcerpc-afs4int.c: In function `dissect_afsBulkStat':
packet-dcerpc-afs4int.c:2192: warning: unused parameter `tvb'
packet-dcerpc-afs4int.c:2193: warning: unused parameter `pinfo'
packet-dcerpc-afs4int.c:2193: warning: unused parameter `tree'
packet-dcerpc-afs4int.c:2194: warning: unused parameter `drep'
packet-dcerpc-afs4int.c: In function `afs4int_dissect_gettime_rqst':
packet-dcerpc-afs4int.c:3829: warning: unused parameter `tvb'
packet-dcerpc-afs4int.c:3829: warning: unused parameter `tree'
packet-dcerpc-afs4int.c:3829: warning: unused parameter `drep'
packet-dcerpc-afs4int.c: In function `afs4int_dissect_getserverinterfaces_rqst':
packet-dcerpc-afs4int.c:3912: warning: unused parameter `tvb'
packet-dcerpc-afs4int.c:3912: warning: unused parameter `tree'
packet-dcerpc-afs4int.c:3912: warning: unused parameter `drep'
packet-dcerpc-afs4int.c: In function `afs4int_dissect_getstatistics_rqst':
packet-dcerpc-afs4int.c:4041: warning: unused parameter `tvb'
packet-dcerpc-afs4int.c:4041: warning: unused parameter `tree'
packet-dcerpc-afs4int.c:4041: warning: unused parameter `drep'
packet-dcerpc-afs4int.c: In function `afs4int_dissect_getstatistics_resp':
packet-dcerpc-afs4int.c:4058: warning: unused parameter `tvb'
packet-dcerpc-afs4int.c:4058: warning: unused parameter `tree'
packet-dcerpc-afs4int.c:4058: warning: unused parameter `drep'
packet-dcerpc-afs4int.c: In function `afs4int_dissect_bulkfetchvv_resp':
packet-dcerpc-afs4int.c:4127: warning: unused parameter `tvb'
packet-dcerpc-afs4int.c:4127: warning: unused parameter `tree'
packet-dcerpc-afs4int.c:4127: warning: unused parameter `drep'
/usr/include/stdio.h: At top level:
packet-dcerpc-afs4int.c:2142: warning: `dissect_afsbundled_stat' defined but not used

Presumably those will go away when some commented-out, presumably-under-development code is finished?