From 4c692a62b6a0851f8c96dbb3abe73a5e019f7b3e Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sun, 6 May 2007 22:34:05 +0000 Subject: Start introducing actx to ber functions. svn path=/trunk/; revision=21705 --- epan/dissectors/packet-kpasswd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-kpasswd.c') diff --git a/epan/dissectors/packet-kpasswd.c b/epan/dissectors/packet-kpasswd.c index c478bbd895..a6584668e5 100644 --- a/epan/dissectors/packet-kpasswd.c +++ b/epan/dissectors/packet-kpasswd.c @@ -31,6 +31,7 @@ #include #include +#include #include "packet-tcp.h" #include "packet-kerberos.h" #include "packet-ber.h" @@ -82,7 +83,7 @@ dissect_kpasswd_ap_req_data(packet_info *pinfo _U_, tvbuff_t *tvb, proto_tree *p } -static int dissect_kpasswd_newpassword(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset) +static int dissect_kpasswd_newpassword(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx _U_) { offset=dissect_ber_octet_string_wcb(FALSE, pinfo, tree, tvb, offset, hf_kpasswd_newpassword, NULL); -- cgit v1.2.3