From b3b10bce333b4e7ea7d0a5e8cccf3cf4411e2327 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 16 Dec 2003 11:24:28 +0000 Subject: added a define for the DCERPC little-endian data representation flag (This used to be commit 691f9c1c4448fb54846fcfffeca43601bcd44138) --- source4/librpc/idl/dcerpc.idl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/librpc/idl') 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 */ -- cgit