aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-11-13 14:16:06 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-11-13 14:16:06 +0000
commit2e13664c4b8e1c74c0a1ffabd5c7c14c65daea1a (patch)
tree0fa8d0df0546569d62f4da6350d0ae84bda0a547 /epan/dissectors/packet-ber.h
parenta638e3681b501e35d659e5e6952df2d65bfbbdf2 (diff)
add new integer dissector helper that is aware of implicit tags
svn path=/trunk/; revision=12519
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 8f0c2e4a93..d69461d2e3 100644
--- a/epan/dissectors/packet-ber.h
+++ b/epan/dissectors/packet-ber.h
@@ -87,6 +87,7 @@ extern int dissect_ber_octet_string(gboolean implicit_tag, packet_info *pinfo, p
extern int dissect_ber_octet_string_wcb(gboolean implicit_tag, packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id, ber_callback func);
extern int dissect_ber_integer(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id, guint32 *value);
+extern int dissect_ber_integer_new(gboolean implicit_tag, packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id, guint32 *value);
extern int dissect_ber_boolean(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id);