1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

dcerpc.idl: add DCERPC_NCACN_PAYLOAD_OFFSET

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Stefan Metzmacher 2013-09-15 16:43:22 +02:00
parent 4289750211
commit cd46437305

View File

@ -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;