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-wlancertextn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-wlancertextn.c') diff --git a/epan/dissectors/packet-wlancertextn.c b/epan/dissectors/packet-wlancertextn.c index a7755163e2..c264d7f253 100644 --- a/epan/dissectors/packet-wlancertextn.c +++ b/epan/dissectors/packet-wlancertextn.c @@ -88,7 +88,7 @@ dissect_wlancertextn_SSID(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offs return offset; } -static int dissect_SSIDList_item(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) { +static int dissect_SSIDList_item(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_) { return dissect_wlancertextn_SSID(FALSE, tvb, offset, pinfo, tree, hf_wlancertextn_SSIDList_item); } -- cgit v1.2.3