TODO dcerpc.idl: dgram
authorStefan Metzmacher <metze@samba.org>
Sat, 11 Jan 2014 10:53:02 +0000 (11:53 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Jun 2019 10:45:39 +0000 (12:45 +0200)
librpc/idl/dcerpc.idl

index bbb17f0b8c41294f492104bf71dc70f1aff4fd9d..229eac9c46de9ff54e8f7337b9986ec8c8864694 100644 (file)
@@ -576,8 +576,8 @@ interface dcerpc
 
        typedef [public] struct {
                uint8 rpc_vers;         /* RPC version (4) */
-               uint8 ptype;
-               uint8 pfc_flags;
+               dcerpc_pkt_type ptype;  /* Packet type */
+               dcerpc_pfc_flags pfc_flags; /* Fragmentation flags */
                uint8 ncadg_flags;
                uint8 drep[3];
                uint8 serial_high;
@@ -592,7 +592,7 @@ interface dcerpc
                uint16 ahint;
                uint16 len;
                uint16 fragnum;
-               uint8 auth_proto;
+               uint8 auth_proto; //TODO
                uint8 serial_low;
                [switch_is(ptype)] dcerpc_payload u;
        } ncadg_packet;