Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-dcerpc-misc.h
1/* DO NOT EDIT
2 This file was automatically generated by Pidl
3 from misc.idl and misc.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_MISC_H
12#define __PACKET_DCERPC_MISC_H
13
14int misc_dissect_struct_GUID(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_);
15int misc_dissect_struct_ndr_syntax_id(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_);
16int misc_dissect_struct_policy_handle(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_);
17#define SEC_CHAN_NULL (0)
18#define SEC_CHAN_LOCAL (1)
19#define SEC_CHAN_WKSTA (2)
20#define SEC_CHAN_DNS_DOMAIN (3)
21#define SEC_CHAN_DOMAIN (4)
22#define SEC_CHAN_LANMAN (5)
23#define SEC_CHAN_BDC (6)
24#define SEC_CHAN_RODC (7)
25extern const value_string misc_netr_SchannelType_vals[];
26int misc_dissect_enum_netr_SchannelType(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, uint8_t *drep _U_, int hf_index _U_, uint32_t *param _U_);
27int misc_dissect_struct_KRB5_EDATA_NTSTATUS(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_);
28#define REG_NONE (0)
29#define REG_SZ (1)
30#define REG_EXPAND_SZ (2)
31#define REG_BINARY (3)
32#define REG_DWORD (4)
33#define REG_DWORD_BIG_ENDIAN (5)
34#define REG_LINK (6)
35#define REG_MULTI_SZ (7)
36#define REG_RESOURCE_LIST (8)
37#define REG_FULL_RESOURCE_DESCRIPTOR (9)
38#define REG_RESOURCE_REQUIREMENTS_LIST (10)
39#define REG_QWORD (11)
40extern const value_string misc_winreg_Type_vals[];
41int misc_dissect_enum_winreg_Type(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, uint8_t *drep _U_, int hf_index _U_, uint32_t *param _U_);
42#endif /* __PACKET_DCERPC_MISC_H */
Definition packet-dcerpc.h:154
Definition packet_info.h:43
Definition proto.h:901
Definition value_string.h:25
Definition tvbuff-int.h:35