aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509if.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-22 10:29:17 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-22 10:29:17 +0000
commitf42a958398daccf62c08ee0836b68fda1c33998b (patch)
tree000f82bdf7c2a8234e8cf6c9699131d8262948ea /epan/dissectors/packet-x509if.h
parent283807bf4b413de7a06ff4751d8e7880934a833a (diff)
downloadwireshark-f42a958398daccf62c08ee0836b68fda1c33998b.tar.gz
wireshark-f42a958398daccf62c08ee0836b68fda1c33998b.tar.bz2
wireshark-f42a958398daccf62c08ee0836b68fda1c33998b.zip
start dissecting AttributeTypeAnddistinguishedValue
(which must be implemented by hand inside themplate) svn path=/trunk/; revision=11469
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 a1253cd91a..d6132a3c7d 100644
--- a/epan/dissectors/packet-x509if.h
+++ b/epan/dissectors/packet-x509if.h
@@ -49,6 +49,7 @@ int dissect_x509if_Name(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet
int dissect_x509if_Attribute(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+int dissect_x509if_AttributeTypeAndDistinguishedValue(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
#endif /* PACKET_X509IF_H */