connectionless cancel PDU's don't have a dg_server_accepting_cancels field

svn path=/trunk/; revision=11027
This commit is contained in:
Ulf Lamping 2004-05-28 20:59:56 +00:00
parent 504edf02ec
commit 8295862b9e
1 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* Copyright 2001, Todd Sabin <tas@webspan.net>
* Copyright 2003, Tim Potter <tpot@samba.org>
*
* $Id: packet-dcerpc.c,v 1.174 2004/05/15 10:02:26 tpot Exp $
* $Id: packet-dcerpc.c,v 1.175 2004/05/28 20:59:56 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -3638,9 +3638,12 @@ dissect_dcerpc_dg_cancel (tvbuff_t *tvb, int offset, packet_info *pinfo,
hdr->drep, hf_dcerpc_dg_cancel_id,
NULL);
/* XXX - are NDR booleans 32 bits? */
offset = dissect_dcerpc_uint32 (tvb, offset, pinfo, dcerpc_tree,
/* XXX - the RPC reference in chapter: "the cancel PDU" doesn't mention
/* the accepting_cancels field (it's only in the cancel_ack PDU)! */
/*offset = dissect_dcerpc_uint32 (tvb, offset, pinfo, dcerpc_tree,
hdr->drep, hf_dcerpc_dg_server_accepting_cancels,
NULL);
NULL);*/
break;
}
}