Mark more unused parameters.
authoreapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 6 Nov 2013 17:52:11 +0000 (17:52 +0000)
committereapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 6 Nov 2013 17:52:11 +0000 (17:52 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@53109 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-dcerpc-efs.c
epan/dissectors/packet-dcerpc-nt.c
epan/dissectors/packet-dcerpc-srvsvc.c

index 52c95456f6c91975dea80dc3e87a097ec05528a5..f9d544abf835b233b837f27dafadd964be1ee9c0 100644 (file)
@@ -132,7 +132,7 @@ static int efs_dissect_element_EfsRpcAddUsersToFile_FileName(tvbuff_t *tvb _U_,
 static int efs_dissect_element_EfsRpcSetFileEncryptionKey_pEncryptionCertificate(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
 static int efs_dissect_element_EfsRpcSetFileEncryptionKey_pEncryptionCertificate_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
 static int
-efs_dissect_struct_dom_sid(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info* di _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_)
+efs_dissect_struct_dom_sid(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, dcerpc_info* di _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_)
 {
        if(di->conformant_run){
                /* just a run to handle conformant arrays, no scalars to dissect */
index e765363b8aa41ffeec7301db08a7913dd4dea39b..6768854955741d639770f9efda7a411bacd38d5e 100644 (file)
@@ -509,7 +509,7 @@ dissect_ndr_lsa_String(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree
  */
 int
 dissect_ndr_nt_NTTIME (tvbuff_t *tvb, int offset,
-                       packet_info *pinfo, proto_tree *tree,
+                       packet_info *pinfo _U_, proto_tree *tree,
                        dcerpc_info *di, guint8 *drep _U_, int hf_index)
 {
        if(di->conformant_run){
@@ -1178,7 +1178,7 @@ dissect_nt_guid_hnd(tvbuff_t *tvb, gint offset, packet_info *pinfo,
 
 int
 dissect_dcerpc_uint8s(tvbuff_t *tvb, gint offset, packet_info *pinfo _U_,
-                     proto_tree *tree, dcerpc_info *di, guint8 *drep _U_, int hfindex,
+                     proto_tree *tree, dcerpc_info *di _U_, guint8 *drep _U_, int hfindex,
                      int length, const guint8 **pdata)
 {
        const guint8 *data;
index 78cd8939aad8eb36fc79275c6ce6614afc2b085a..906640a6383c2299570684bfd2e19a12e5be861d 100644 (file)
@@ -2136,7 +2136,7 @@ srvsvc_dissect_element_NetSrvInfo102_server_type(tvbuff_t *tvb, int offset, pack
        return srvsvc_dissect_ServerType(tvb, offset, pinfo, tree, di, drep);
 }
 static int
-srvsvc_dissect_secinfo(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, guint8 *drep _U_)
+srvsvc_dissect_secinfo(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, dcerpc_info *di, guint8 *drep _U_)
 {
        if(di->conformant_run){
                /*just a run to handle conformant arrays, nothing to dissect */