wireshark/epan/dissectors/packet-dcerpc-fsrvp.h

58 lines
1.6 KiB
C

/* DO NOT EDIT
This file was automatically generated by Pidl
from fsrvp.idl and fsrvp.cnf.
Pidl is a perl based IDL compiler for DCE/RPC idl files.
It is maintained by the Samba team, not the Wireshark team.
Instructions on how to download and install Pidl can be
found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl
*/
#ifndef __PACKET_DCERPC_FSRVP_H
#define __PACKET_DCERPC_FSRVP_H
#define FSRVP_E_BAD_STATE ( 0x80042301 )
#define FSRVP_E_SHADOW_COPY_SET_IN_PROGRESS ( 0x80042316 )
#define FSRVP_E_NOT_SUPPORTED ( 0x8004230C )
#define FSRVP_E_WAIT_TIMEOUT ( 0x00000102 )
#define FSRVP_E_WAIT_FAILED ( 0xFFFFFFFF )
#define FSRVP_E_OBJECT_ALREADY_EXISTS ( 0x8004230D )
#define FSRVP_E_OBJECT_NOT_FOUND ( 0x80042308 )
#define FSRVP_E_UNSUPPORTED_CONTEXT ( 0x8004231B )
#define FSRVP_E_BAD_ID ( 0x80042302 )
#define FSRVP_E_SHADOWCOPYSET_ID_MISMATCH ( 0x80042501 )
#define FSRVP_RPC_VERSION_1 ( 0x000000001 )
#define ATTR_PERSISTENT ( 0x00000001 )
#define ATTR_NO_AUTO_RECOVERY ( 0x00000002 )
#define ATTR_NO_AUTO_RELEASE ( 0x00000008 )
#define ATTR_NO_WRITERS ( 0x00000010 )
#define ATTR_FILE_SHARE ( 0x04000000 )
#define ATTR_AUTO_RECOVERY ( 0x00400000 )
#define FSRVP_CTX_BACKUP ( 0x00000000 )
#define FSRVP_CTX_FILE_SHARE_BACKUP ( 0x00000010 )
#define FSRVP_CTX_NAS_ROLLBACK ( 0x00000019 )
#define FSRVP_CTX_APP_ROLLBACK ( 0x00000009 )
int fsrvp_dissect_struct_fssagent_share_mapping_1(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, dcerpc_info* di _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_);
#endif /* __PACKET_DCERPC_FSRVP_H */