aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509if.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-11-06 05:31:03 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-11-06 05:31:03 +0000
commit806bd378a6246b277e8a617ad8a45bf131c4d42a (patch)
treeefa64b544f3322c9559dbb53448ef1ccfe351c9b /epan/dissectors/packet-x509if.h
parent158631b6e87e5934bafb35a407b31740a4f1ac12 (diff)
export RDNSequence from x509if
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12494 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-x509if.h')
-rw-r--r--epan/dissectors/packet-x509if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-x509if.h b/epan/dissectors/packet-x509if.h
index 1eacddefd2..2fccde2737 100644
--- a/epan/dissectors/packet-x509if.h
+++ b/epan/dissectors/packet-x509if.h
@@ -39,6 +39,7 @@ extern const value_string Name_vals[];
int dissect_x509if_Attribute(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_x509if_AttributeType(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_x509if_Name(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+int dissect_x509if_RDNSequence(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_x509if_DistinguishedName(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_x509if_RelativeDistinguishedName(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);