Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-dcerpc-fsrvp.h
1/* DO NOT EDIT
2 This file was automatically generated by Pidl
3 from fsrvp.idl and fsrvp.cnf.
4
5 Pidl is a perl based IDL compiler for DCE/RPC idl files.
6 It is maintained by the Samba team, not the Wireshark team.
7 Instructions on how to download and install Pidl can be
8 found at https://wiki.wireshark.org/Pidl
9*/
10
11#ifndef __PACKET_DCERPC_FSRVP_H
12#define __PACKET_DCERPC_FSRVP_H
13
14#define FSRVP_E_BAD_STATE ( 0x80042301 )
15
16#define FSRVP_E_SHADOW_COPY_SET_IN_PROGRESS ( 0x80042316 )
17
18#define FSRVP_E_NOT_SUPPORTED ( 0x8004230C )
19
20#define FSRVP_E_WAIT_TIMEOUT ( 0x00000102 )
21
22#define FSRVP_E_WAIT_FAILED ( 0xFFFFFFFF )
23
24#define FSRVP_E_OBJECT_ALREADY_EXISTS ( 0x8004230D )
25
26#define FSRVP_E_OBJECT_NOT_FOUND ( 0x80042308 )
27
28#define FSRVP_E_UNSUPPORTED_CONTEXT ( 0x8004231B )
29
30#define FSRVP_E_BAD_ID ( 0x80042302 )
31
32#define FSRVP_E_SHADOWCOPYSET_ID_MISMATCH ( 0x80042501 )
33
34#define FSRVP_RPC_VERSION_1 ( 0x000000001 )
35
36#define ATTR_PERSISTENT ( 0x00000001 )
37
38#define ATTR_NO_AUTO_RECOVERY ( 0x00000002 )
39
40#define ATTR_NO_AUTO_RELEASE ( 0x00000008 )
41
42#define ATTR_NO_WRITERS ( 0x00000010 )
43
44#define ATTR_FILE_SHARE ( 0x04000000 )
45
46#define ATTR_AUTO_RECOVERY ( 0x00400000 )
47
48#define FSRVP_CTX_BACKUP ( 0x00000000 )
49
50#define FSRVP_CTX_FILE_SHARE_BACKUP ( 0x00000010 )
51
52#define FSRVP_CTX_NAS_ROLLBACK ( 0x00000019 )
53
54#define FSRVP_CTX_APP_ROLLBACK ( 0x00000009 )
55
56int 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_, uint8_t *drep _U_, int hf_index _U_, uint32_t param _U_);
57#endif /* __PACKET_DCERPC_FSRVP_H */
Definition packet-dcerpc.h:154
Definition packet_info.h:43
Definition proto.h:901
Definition tvbuff-int.h:35