From 0d9b63663f888bafbc7451845a79dabf9ceadc0f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 8 Jul 2010 01:13:57 -0400 Subject: s3:dcerpc Add prs_parse_dcerpc_bind --- source3/include/proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index ec61dd1b9d..90afdd1fa6 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5080,6 +5080,9 @@ void init_rpc_hdr(RPC_HDR *hdr, enum dcerpc_pkt_type pkt_type, uint8 flags, bool smb_io_rpc_hdr(const char *desc, RPC_HDR *rpc, prs_struct *ps, int depth); bool smb_io_rpc_context(const char *desc, struct dcerpc_ctx_list *rpc_ctx, prs_struct *ps, int depth); bool smb_io_rpc_hdr_rb(const char *desc, RPC_HDR_RB *rpc, prs_struct *ps, int depth); +NTSTATUS dcerpc_pull_dcerpc_bind(TALLOC_CTX *mem_ctx, + const DATA_BLOB *blob, + struct dcerpc_bind *r); void init_rpc_hdr_ba(RPC_HDR_BA *rpc, uint16 max_tsize, uint16 max_rsize, uint32 assoc_gid, const char *pipe_addr, -- cgit