diff options
author | Tim Potter <tpot@samba.org> | 2004-06-15 09:34:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:41 -0500 |
commit | 609576605894c4d74f76cda31fb6faedd31ad6d4 (patch) | |
tree | cbf9ae4ba5d9fd993fd91174273a0c595badb732 /source4/build/pidl/packet-dcerpc-eparser.h | |
parent | 7c81205557cdf97f9da960148e68699f89e86918 (diff) | |
download | samba-609576605894c4d74f76cda31fb6faedd31ad6d4.tar.gz samba-609576605894c4d74f76cda31fb6faedd31ad6d4.tar.bz2 samba-609576605894c4d74f76cda31fb6faedd31ad6d4.zip |
r1153: We can now dissect security descriptors.
(This used to be commit c194f2cf073585d8a9dbc6a6e746dd1cbf7c67b7)
Diffstat (limited to 'source4/build/pidl/packet-dcerpc-eparser.h')
-rw-r--r-- | source4/build/pidl/packet-dcerpc-eparser.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source4/build/pidl/packet-dcerpc-eparser.h b/source4/build/pidl/packet-dcerpc-eparser.h index 2e3d557bf7..95514aac37 100644 --- a/source4/build/pidl/packet-dcerpc-eparser.h +++ b/source4/build/pidl/packet-dcerpc-eparser.h @@ -41,6 +41,11 @@ struct e_ndr_pull { int flags; }; +struct ndr_pull_save { + guint32 offset; + struct ndr_pull_save *next; +}; + /* offset lists are used to allow a push/pull function to find the start of an encapsulating structure */ struct ndr_ofs_list { @@ -50,8 +55,6 @@ struct ndr_ofs_list { typedef long long gNTTIME; typedef long long gHYPER_T; -//typedef unsigned long long guint64; -//typedef long long gint64; #include "packet-dcerpc-proto.h" |