aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-11-06 02:03:14 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-11-06 02:03:14 +0000
commit05cf6b7ced060fe062ca12eb3b3e3344f560f727 (patch)
tree3580f4a2f117e6f58b8475bafcd9fe3fefeeae64 /epan/dissectors/packet-x509af.c
parent6e106799101fbc04933b3ef9cfc8712123ced4d2 (diff)
Make X509AF use the new support for ANY type and remove the workaround
svn path=/trunk/; revision=12490
Diffstat (limited to 'epan/dissectors/packet-x509af.c')
-rw-r--r--epan/dissectors/packet-x509af.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x509af.c b/epan/dissectors/packet-x509af.c
index d70be57cd0..0a8b1b92c8 100644
--- a/epan/dissectors/packet-x509af.c
+++ b/epan/dissectors/packet-x509af.c
@@ -8,7 +8,7 @@
/* packet-x509af.c
* Routines for X.509 Authentication Framework packet dissection
*
- * $Id: packet-x509af-template.c 12437 2004-10-30 02:18:44Z sahlberg $
+ * $Id: packet-x509af-template.c 12438 2004-10-30 02:36:58Z sahlberg $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -267,6 +267,7 @@ static int dissect_algorithmId(packet_info *pinfo, proto_tree *tree, tvbuff_t *t
}
+
static int
dissect_x509af_T_parameters(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset=call_ber_oid_callback(algorithm_id, tvb, offset, pinfo, tree);