librpc: support "packet" for packet level authentication in binding strings
[samba.git] / librpc / rpc / rpc_common.h
index 9bc7d86dc722746abdecccf0ed5469e213fb29f8..d6b2d5dbc055ec5e1be186549b87caecc4a8a48c 100644 (file)
@@ -106,6 +106,8 @@ struct dcerpc_binding;
 /* this triggers the DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN flag in the bind request */
 #define DCERPC_PROPOSE_HEADER_SIGNING          (1<<25)
 
+#define DCERPC_PACKET                  (1<<26)
+
 /* The following definitions come from ../librpc/rpc/dcerpc_error.c  */
 
 const char *dcerpc_errstr(TALLOC_CTX *mem_ctx, uint32_t fault_code);