aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asn1.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/asn1.h')
-rw-r--r--epan/asn1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/asn1.h b/epan/asn1.h
index baad3a91cf..e6d7bddb12 100644
--- a/epan/asn1.h
+++ b/epan/asn1.h
@@ -54,7 +54,7 @@ typedef struct _asn1_ctx_t {
tvbuff_t *arbitrary;
union {
struct {
- int (*ber_callback)(proto_tree *tree, tvbuff_t *tvb, int offset, struct _asn1_ctx_t*);
+ int (*ber_callback)(gboolean imp_tag, tvbuff_t *tvb, int offset, struct _asn1_ctx_t* ,proto_tree *tree, int hf_index );
tvbuff_t *direct_reference;
gint32 indirect_reference;
guint32 encoding;