aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509if.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-29 11:39:58 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-29 11:39:58 +0000
commit80160a7a3e7352909b337e5875376904264256d4 (patch)
treebb04d1c9fc62fe2ce3d63d17a4d2ad08c8db371b /epan/dissectors/packet-x509if.h
parent56e09d4928912f04d0295a8977d8eee225dc2a4e (diff)
more updates of x509if
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12433 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-x509if.h')
-rw-r--r--epan/dissectors/packet-x509if.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-x509if.h b/epan/dissectors/packet-x509if.h
index ee50a56c47..a5e7f0fcd5 100644
--- a/epan/dissectors/packet-x509if.h
+++ b/epan/dissectors/packet-x509if.h
@@ -36,6 +36,7 @@
/*--- Included file: packet-x509if-exp.h ---*/
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_RelativeDistinguishedName(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
@@ -43,7 +44,5 @@ int dissect_x509if_RelativeDistinguishedName(gboolean implicit_tag, tvbuff_t *tv
/*--- End of included file: packet-x509if-exp.h ---*/
-int dissect_x509if_Attribute(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
-
#endif /* PACKET_X509IF_H */