mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
dcerpc: add ncacn_packet_header to IDL.
Guenther Signed-off-by: Simo Sorce <idra@samba.org>
This commit is contained in:
parent
eeb034e72a
commit
389a677426
@ -317,6 +317,18 @@ interface dcerpc
|
||||
/* little-endian flag */
|
||||
const uint8 DCERPC_DREP_LE = 0x10;
|
||||
|
||||
/* header only version of ncacn_packet */
|
||||
typedef [public] struct {
|
||||
uint8 rpc_vers; /* RPC version */
|
||||
uint8 rpc_vers_minor; /* Minor version */
|
||||
dcerpc_pkt_type ptype; /* Packet type */
|
||||
uint8 pfc_flags; /* Fragmentation flags */
|
||||
uint8 drep[4]; /* NDR data representation */
|
||||
uint16 frag_length; /* Total length of fragment */
|
||||
uint16 auth_length; /* authenticator length */
|
||||
uint32 call_id; /* Call identifier */
|
||||
} ncacn_packet_header;
|
||||
|
||||
typedef [public] struct {
|
||||
uint8 rpc_vers; /* RPC version */
|
||||
uint8 rpc_vers_minor; /* Minor version */
|
||||
|
Loading…
x
Reference in New Issue
Block a user