From 896737c467cb848e51a9b55b123637c37f8e92a1 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 12 Dec 2004 22:47:24 +0000 Subject: update the helper for BER GeneralizedTime to handle implicit tag and update all dissectors using GeneralizedTime svn path=/trunk/; revision=12732 --- epan/dissectors/packet-x509sat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-x509sat.c') diff --git a/epan/dissectors/packet-x509sat.c b/epan/dissectors/packet-x509sat.c index 543c2d49b8..8c902548e0 100644 --- a/epan/dissectors/packet-x509sat.c +++ b/epan/dissectors/packet-x509sat.c @@ -872,7 +872,7 @@ dissect_x509sat_LanguageContextSyntax(gboolean implicit_tag _U_, tvbuff_t *tvb, static int dissect_x509sat_GeneralizedTime(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index _U_) { - offset = dissect_ber_generalized_time(pinfo, tree, tvb, offset, hf_index); + offset = dissect_ber_GeneralizedTime(implicit_tag, pinfo, tree, tvb, offset, hf_index); return offset; } -- cgit v1.2.3