aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-06-12 21:29:27 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-06-12 21:29:27 +0000
commit58f01d87ccb0cce46b1ce2146d42615f85880ec4 (patch)
treea48a0c152883318edbc45eb20ff697f3815fab67 /epan/dissectors/packet-ber.h
parent930c097b1041f5358e7f4a2fdce451138eec1170 (diff)
Preparations for updated CMIP dissector:
- Export AE-title from ACSE - Start REAL dissection(unfinished). svn path=/trunk/; revision=22083
Diffstat (limited to 'epan/dissectors/packet-ber.h')
-rw-r--r--epan/dissectors/packet-ber.h1
1 files changed, 1 insertions, 0 deletions
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);