From: Stefan Metzmacher Date: Tue, 30 Sep 2008 02:59:24 +0000 (+0200) Subject: dcerpc.idl: add DCERPC_PFC_OFFSET X-Git-Tag: samba-4.0.0alpha6~769^2~228^2~91^2~8^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abe0af4ab417086d413f02cadf7315a8f801a0f8;p=thirdparty%2Fsamba.git dcerpc.idl: add DCERPC_PFC_OFFSET metze --- diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index 1c6574b11be..a78329d9908 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -261,6 +261,7 @@ interface dcerpc const uint8 DCERPC_PFC_FLAG_OBJECT_UUID = 0x80; /* on valid guid is in the optional object field */ /* these offsets are needed by the signing code */ + const uint8 DCERPC_PFC_OFFSET = 3; const uint8 DCERPC_DREP_OFFSET = 4; const uint8 DCERPC_FRAG_LEN_OFFSET = 8; const uint8 DCERPC_AUTH_LEN_OFFSET = 10;