summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dcerpc.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-12-16 11:24:28 +0000
committerAndrew Tridgell <tridge@samba.org>2003-12-16 11:24:28 +0000
commitb3b10bce333b4e7ea7d0a5e8cccf3cf4411e2327 (patch)
tree5da9f10b4490c945f695f98513696039a7920f11 /source4/librpc/idl/dcerpc.idl
parent6ba28732ec830e824ba5ffc7acbe7a3efc501038 (diff)
downloadsamba-b3b10bce333b4e7ea7d0a5e8cccf3cf4411e2327.tar.gz
samba-b3b10bce333b4e7ea7d0a5e8cccf3cf4411e2327.tar.bz2
samba-b3b10bce333b4e7ea7d0a5e8cccf3cf4411e2327.zip
added a define for the DCERPC little-endian data representation flag
(This used to be commit 691f9c1c4448fb54846fcfffeca43601bcd44138)
Diffstat (limited to 'source4/librpc/idl/dcerpc.idl')
-rw-r--r--source4/librpc/idl/dcerpc.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl
index ad82679576..4d09a9ec4f 100644
--- a/source4/librpc/idl/dcerpc.idl
+++ b/source4/librpc/idl/dcerpc.idl
@@ -170,6 +170,9 @@ interface dcerpc
const uint8 DCERPC_FRAG_LEN_OFFSET = 8;
const uint8 DCERPC_AUTH_LEN_OFFSET = 10;
+ /* little-endian flag */
+ const uint8 DCERPC_DREP_LE = 0x10;
+
typedef [public] struct {
uint8 rpc_vers; /* RPC version */
uint8 rpc_vers_minor; /* Minor version */