smb-rpc 0.11.1

MS-RPC implementations for `smb-rs`
Documentation
1
2
3
4
5
6
7
8
use smb_dtyp::make_guid;

use crate::pdu::DceRpcSyntaxId;

pub const NDR64_SYNTAX_ID: DceRpcSyntaxId = DceRpcSyntaxId {
    uuid: make_guid!("71710533-beba-4937-8319-b5dbef9ccc36"),
    version: 1,
};