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-ber.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ber.h') diff --git a/epan/dissectors/packet-ber.h b/epan/dissectors/packet-ber.h index 4e79d3dcfa..59226cdcb8 100644 --- a/epan/dissectors/packet-ber.h +++ b/epan/dissectors/packet-ber.h @@ -139,7 +139,7 @@ extern int dissect_ber_sequence_of(gboolean implicit_tag, packet_info *pinfo, pr extern int dissect_ber_set_of(gboolean implicit_tag, packet_info *pinfo, proto_tree *parent_tree, tvbuff_t *tvb, int offset, const ber_sequence *seq, gint hf_id, gint ett_id); -extern int dissect_ber_generalized_time(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id); +extern int dissect_ber_GeneralizedTime(gboolean implicit_tag, packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id); typedef struct _asn_namedbit { guint32 bit; -- cgit v1.2.3