aboutsummaryrefslogtreecommitdiffstats
path: root/packet-per.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-07-31 10:26:36 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-07-31 10:26:36 +0000
commit3329a9d49fddb020f9fc355f23ef8be8a868d926 (patch)
treedd1dcf76dbe558ea461d79102580df9835135871 /packet-per.h
parent5b04b9a4ff42eb6e59c4102cfe7d9a3e121fb3c9 (diff)
Updates to OCTET STRING so that it can handle FT_STRING and not just FT_BYTES
Added decoding of unicode strings in BMPString dissector helper svn path=/trunk/; revision=8111
Diffstat (limited to 'packet-per.h')
-rw-r--r--packet-per.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-per.h b/packet-per.h
index f098f6b890..d5d1dfe32a 100644
--- a/packet-per.h
+++ b/packet-per.h
@@ -2,7 +2,7 @@
* Routines for dissection of ASN.1 Aligned PER
* 2003 Ronnie Sahlberg
*
- * $Id: packet-per.h,v 1.5 2003/07/19 03:45:04 sahlberg Exp $
+ * $Id: packet-per.h,v 1.6 2003/07/31 10:26:36 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -69,6 +69,8 @@ guint32 dissect_per_NumericString(tvbuff_t *tvb, guint32 offset, packet_info *pi
guint32 dissect_per_PrintableString(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index, int min_len, int max_len);
+guint32 dissect_per_BMPString(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index, int min_len, int max_len);
+
guint32 dissect_per_constrained_sequence_of(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *parent_tree, int hf_index, gint ett_index, int (*func)(tvbuff_t *, int , packet_info *, proto_tree *), int min_len, int max_len);
guint32 dissect_per_constrained_set_of(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *parent_tree, int hf_index, gint ett_index, int (*func)(tvbuff_t *, int , packet_info *, proto_tree *), int min_len, int max_len);