aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gssapi.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-11 09:31:11 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-11 09:31:11 +0000
commit8065983c33a43ff2e37f088d8bbe0305a2e783d8 (patch)
tree78f48c0f09209572dd57598da27708f48d477222 /epan/dissectors/packet-gssapi.c
parent565bb3bb8b45f40c27d4366fbe90c33ca7e4faff (diff)
from metze
various bugfixes and enhancements to decryption of secure ldap git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13710 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gssapi.c')
-rw-r--r--epan/dissectors/packet-gssapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gssapi.c b/epan/dissectors/packet-gssapi.c
index 38df659cb8..d7a340b3d0 100644
--- a/epan/dissectors/packet-gssapi.c
+++ b/epan/dissectors/packet-gssapi.c
@@ -462,9 +462,9 @@ int wrap_dissect_gssapi_verf(tvbuff_t *tvb, int offset,
tvbuff_t *
wrap_dissect_gssapi_payload(tvbuff_t *data_tvb,
tvbuff_t *auth_tvb,
- int offset,
+ int offset _U_,
packet_info *pinfo,
- dcerpc_auth_info *auth_info)
+ dcerpc_auth_info *auth_info _U_)
{
tvbuff_t *result;