aboutsummaryrefslogtreecommitdiffstats
path: root/packet-per.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-07-19 03:45:04 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-07-19 03:45:04 +0000
commitebb75f713ed9e96dcf05abb99e72c08fe4f02cd1 (patch)
treec422f99b6132d617aa85228ccf281d63d830d049 /packet-per.h
parent37f5379f270c4213d7f34f807d6671562d195a80 (diff)
Add PrintableString stub. H225 needs this type.
I could not find a definition of which order the characters in the restricted set are encoded in so I could not implement the actual decoding. svn path=/trunk/; revision=8049
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 aaf5b336db..f098f6b890 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.4 2003/07/16 09:23:56 sahlberg Exp $
+ * $Id: packet-per.h,v 1.5 2003/07/19 03:45:04 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -67,6 +67,8 @@ guint32 dissect_per_IA5String(tvbuff_t *tvb, guint32 offset, packet_info *pinfo,
guint32 dissect_per_NumericString(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index, int min_len, int max_len);
+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_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);