aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-29 21:04:37 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-29 21:04:37 +0000
commitd0aae6dd3e9f53ec37c351b60fe8765ed31a0b05 (patch)
treeabf41a252d4ba35ae78fc2e2a7b6f3e7e63d0397 /epan/dissectors/packet-ber.h
parent18c69d17b0d304b72dcafa37b0ea7d3a4551a85e (diff)
from metze
prettify dissection of filters containing substring and extensiblematch svn path=/trunk/; revision=18617
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 c61f4f72e8..8eb67043af 100644
--- a/epan/dissectors/packet-ber.h
+++ b/epan/dissectors/packet-ber.h
@@ -100,6 +100,7 @@ extern int dissect_ber_integer(gboolean implicit_tag, packet_info *pinfo, proto_
extern int dissect_ber_null(gboolean implicit_tag, packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id);
extern int dissect_ber_boolean(gboolean implicit_tag, packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id);
+extern int dissect_ber_boolean_value(gboolean implicit_tag, packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id, gboolean *value);
#define BER_FLAGS_OPTIONAL 0x00000001