From 58f01d87ccb0cce46b1ce2146d42615f85880ec4 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 12 Jun 2007 21:29:27 +0000 Subject: Preparations for updated CMIP dissector: - Export AE-title from ACSE - Start REAL dissection(unfinished). svn path=/trunk/; revision=22083 --- epan/dissectors/packet-ber.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-ber.h') diff --git a/epan/dissectors/packet-ber.h b/epan/dissectors/packet-ber.h index 29c433b41a..2d4f20d165 100644 --- a/epan/dissectors/packet-ber.h +++ b/epan/dissectors/packet-ber.h @@ -119,6 +119,7 @@ extern int dissect_ber_null(gboolean implicit_tag, asn1_ctx_t *actx, proto_tree extern int dissect_ber_boolean(gboolean implicit_tag, asn1_ctx_t *actx, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id); extern int dissect_ber_boolean_value(gboolean implicit_tag, asn1_ctx_t *actx, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id, gboolean *value); +extern int dissect_ber_real(gboolean implicit_tag, asn1_ctx_t *actx, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id, double *value); extern int dissect_ber_external_type(gboolean implicit_tag, proto_tree *parent_tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, gint hf_id, ber_callback func); extern int dissect_ber_EmbeddedPDV_Type(gboolean implicit_tag, proto_tree *parent_tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, gint hf_id, ber_callback func); -- cgit v1.2.3