From fc11bab20b8ba9548808d60c108fb81096aaffe3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 23 Sep 2013 08:09:37 +0200 Subject: frstrans.idl: add flag(NDR_PAHEX) to frstrans_BytePipe That way we get hexdump -C style output for the content of the pipe chunks. Signed-off-by: Stefan Metzmacher Reviewed-by: Matthieu Patou --- librpc/idl/frstrans.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc') diff --git a/librpc/idl/frstrans.idl b/librpc/idl/frstrans.idl index a60529b8a3..caf6e42991 100644 --- a/librpc/idl/frstrans.idl +++ b/librpc/idl/frstrans.idl @@ -277,7 +277,7 @@ interface frstrans /*****************/ /* Function 0x0f */ - typedef pipe uint8 frstrans_BytePipe; + typedef [flag(NDR_PAHEX)] pipe uint8 frstrans_BytePipe; WERROR frstrans_RawGetFileDataAsync( [in,ref] policy_handle *server_context, -- cgit