aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-16 09:01:20 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-16 09:01:20 +0000
commitb3ce4bc1c13a9a1a540f9a97a5a0e9b6996c70f3 (patch)
tree15b73a65468644185f9ccaa764a1147da534935a /epan/dissectors/packet-x509af.c
parentd3c7e3f67db9958b4a2a972dbfcae3941954eccf (diff)
add new dissectors to build process
update Kerberos to call PKINIT (and remove the handwritten incomplete one inside packet-kerberos.c) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12014 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-x509af.c')
-rw-r--r--epan/dissectors/packet-x509af.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x509af.c b/epan/dissectors/packet-x509af.c
index 768a62e89e..b555ed75be 100644
--- a/epan/dissectors/packet-x509af.c
+++ b/epan/dissectors/packet-x509af.c
@@ -436,7 +436,7 @@ static ber_sequence SubjectPublicKeyInfo_sequence[] = {
{ 0, 0, 0, NULL }
};
-static int
+int
dissect_x509af_SubjectPublicKeyInfo(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_ber_sequence(implicit_tag, pinfo, tree, tvb, offset,
SubjectPublicKeyInfo_sequence, hf_index, ett_x509af_SubjectPublicKeyInfo);