Revert "TODO dcerpc.idl: dgram"
authorStefan Metzmacher <metze@samba.org>
Tue, 18 Mar 2014 06:26:26 +0000 (07:26 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Jun 2019 10:45:39 +0000 (12:45 +0200)
This reverts commit 5da245fa17e35f5d15f4850a1a84931c873d160c.

librpc/idl/dcerpc.idl

index 229eac9c46de9ff54e8f7337b9986ec8c8864694..bbb17f0b8c41294f492104bf71dc70f1aff4fd9d 100644 (file)
@@ -576,8 +576,8 @@ interface dcerpc
 
        typedef [public] struct {
                uint8 rpc_vers;         /* RPC version (4) */
-               dcerpc_pkt_type ptype;  /* Packet type */
-               dcerpc_pfc_flags pfc_flags; /* Fragmentation flags */
+               uint8 ptype;
+               uint8 pfc_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; //TODO
+               uint8 auth_proto;
                uint8 serial_low;
                [switch_is(ptype)] dcerpc_payload u;
        } ncadg_packet;