git add -f bin/default/librpc/gen_ndr/packet-dcerpc-*
[metze/samba/wip.git] / bin / default / librpc / gen_ndr / packet-dcerpc-schannel.c
index 7b471d76e68e36560eae93801aa22b2de4f73bdb..6eb20b20213ddf2cb4cc4384f0fac4c107721009 100644 (file)
@@ -135,7 +135,7 @@ static int schannel_dissect_element_NL_AUTH_MESSAGE_BUFFER_u(tvbuff_t *tvb _U_,
 static int schannel_dissect_element_NL_AUTH_MESSAGE_BUFFER_u(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_);
 static int schannel_dissect_element_NL_AUTH_MESSAGE_BUFFER_u(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_);
 static int schannel_dissect_element_NL_AUTH_MESSAGE_BUFFER_REPLY_dummy(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_);
-static int schannel_dissect_element_NL_AUTH_MESSAGE_MessageType(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_, guint32 *MessageType);
+static int schannel_dissect_element_NL_AUTH_MESSAGE_MessageType(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_);
 static int schannel_dissect_element_NL_AUTH_MESSAGE_Flags(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_);
 static int schannel_dissect_element_NL_AUTH_MESSAGE_oem_netbios_domain(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_, guint32 *);
 static int schannel_dissect_element_NL_AUTH_MESSAGE_oem_netbios_computer(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_, guint32 *);
@@ -586,9 +586,9 @@ schannel_dissect_NL_AUTH_MESSAGE_BUFFER_REPLY(tvbuff_t *tvb _U_, int offset _U_,
 /* IDL: } */
 
 static int
-schannel_dissect_element_NL_AUTH_MESSAGE_MessageType(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_, guint32 *MessageType)
+schannel_dissect_element_NL_AUTH_MESSAGE_MessageType(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_)
 {
-       offset = schannel_dissect_enum_NL_AUTH_MESSAGE_TYPE(tvb, offset, pinfo, tree, drep, hf_schannel_NL_AUTH_MESSAGE_MessageType, MessageType);
+       offset = schannel_dissect_enum_NL_AUTH_MESSAGE_TYPE(tvb, offset, pinfo, tree, drep, hf_schannel_NL_AUTH_MESSAGE_MessageType, 0);
 
        return offset;
 }
@@ -652,7 +652,6 @@ schannel_dissect_element_NL_AUTH_MESSAGE_Buffer(tvbuff_t *tvb _U_, int offset _U
 int
 schannel_dissect_struct_NL_AUTH_MESSAGE(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_)
 {
-       guint32 MessageType;
        proto_item *item = NULL;
        proto_tree *tree = NULL;
        dcerpc_info *di = (dcerpc_info *)pinfo->private_data;
@@ -667,7 +666,7 @@ schannel_dissect_struct_NL_AUTH_MESSAGE(tvbuff_t *tvb _U_, int offset _U_, packe
                tree = proto_item_add_subtree(item, ett_schannel_NL_AUTH_MESSAGE);
        }
        
-       offset = schannel_dissect_element_NL_AUTH_MESSAGE_MessageType(tvb, offset, pinfo, tree, drep, &MessageType);
+       offset = schannel_dissect_element_NL_AUTH_MESSAGE_MessageType(tvb, offset, pinfo, tree, drep);
 
        offset = schannel_dissect_element_NL_AUTH_MESSAGE_Flags(tvb, offset, pinfo, tree, drep);