aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-07-09 02:58:07 +0000
committerGuy Harris <guy@alum.mit.edu>2005-07-09 02:58:07 +0000
commit34ae8c850f7d868be29504f3894b509d129ec8c8 (patch)
treecd44c0940cfd4399a059bb4e41488224a6e89cb5 /epan/dissectors/packet-x509af.h
parent9cb86fda9cd916415d7852c1dbfdac6ef05e42ec (diff)
Fix up a bunch of arguments to "dissect_ber_identifier()" to match its
current signature ("class" is a "gint8 *", not a "guint8 *", and "tag" is a "gint32 *", not a "guint32 *"). Re-generate the dissectors from the ASN.1 and the .cnf files in the cases where the arguments were fixed in a .cnf file. Give some dissectors the right svn:keywords and svn:eol-style settings. svn path=/trunk/; revision=14885
Diffstat (limited to 'epan/dissectors/packet-x509af.h')
-rw-r--r--epan/dissectors/packet-x509af.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x509af.h b/epan/dissectors/packet-x509af.h
index 1df9aa348f..226ef584f3 100644
--- a/epan/dissectors/packet-x509af.h
+++ b/epan/dissectors/packet-x509af.h
@@ -9,7 +9,7 @@
* Routines for X.509 Authentication Framework packet dissection
* Ronnie Sahlberg 2004
*
- * $Id: packet-x509af-template.h 12573 2004-11-22 03:36:26Z sahlberg $
+ * $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>