summaryrefslogtreecommitdiff
path: root/librpc/idl/dcerpc.idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-09-15 16:43:22 +0200
committerStefan Metzmacher <metze@samba.org>2014-01-07 08:37:35 +0100
commitcd4643730552674b2a10a37665eeac13c58940a8 (patch)
tree5cdd903b765a191cac64eb9edf7667b2e8ed506d /librpc/idl/dcerpc.idl
parent4289750211645ce7af6cc236de70382666e72425 (diff)
downloadsamba-cd4643730552674b2a10a37665eeac13c58940a8.tar.gz
dcerpc.idl: add DCERPC_NCACN_PAYLOAD_OFFSET
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'librpc/idl/dcerpc.idl')
-rw-r--r--librpc/idl/dcerpc.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/dcerpc.idl b/librpc/idl/dcerpc.idl
index 8e9be0ee40b..276ddd878f5 100644
--- a/librpc/idl/dcerpc.idl
+++ b/librpc/idl/dcerpc.idl
@@ -478,6 +478,7 @@ interface dcerpc
const uint8 DCERPC_DREP_OFFSET = 4;
const uint8 DCERPC_FRAG_LEN_OFFSET = 8;
const uint8 DCERPC_AUTH_LEN_OFFSET = 10;
+ const uint8 DCERPC_NCACN_PAYLOAD_OFFSET = 16;
/* little-endian flag */
const uint8 DCERPC_DREP_LE = 0x10;