aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-08-01 16:44:06 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-08-01 16:44:06 +0000
commitd255e44bfab095f26a068bbb47efe8aa01f3caa5 (patch)
tree8ff803f0647837328e613a685ea6a7b7b04b8b8f /epan/dissectors/packet-ber.h
parent1fa1d7736e36b499973805a496539292c3731008 (diff)
From Martin Peylo (bug 2507):
The attached patch enables asn2wrs.py and packet-ber.c to decode UTCTime according to the definitions in X.680. svn path=/trunk/; revision=25897
Diffstat (limited to 'epan/dissectors/packet-ber.h')
-rw-r--r--epan/dissectors/packet-ber.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ber.h b/epan/dissectors/packet-ber.h
index 6145e763ac..fde968e073 100644
--- a/epan/dissectors/packet-ber.h
+++ b/epan/dissectors/packet-ber.h
@@ -200,6 +200,8 @@ extern int dissect_ber_old_set_of(gboolean implicit_tag, asn1_ctx_t *actx, proto
extern int dissect_ber_GeneralizedTime(gboolean implicit_tag, asn1_ctx_t *actx, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id);
+extern int dissect_ber_UTCTime(gboolean implicit_tag, asn1_ctx_t *actx, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id);
+
typedef struct _asn_namedbit {
guint32 bit;
int *p_id;