aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkixac.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-04-14 08:42:24 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-04-14 08:42:24 +0000
commit81aede3f8c81c2cffc4860d4b8c2c1fede6d4b06 (patch)
tree94b52031ea77c7b15313eedd1a9f899bb9be51c3 /epan/dissectors/packet-pkixac.h
parentcb4a91a8ca9ca53baba9a40d9b3f9f3c5207bbd5 (diff)
Added PKIXAttributeCertificate (RFC3281).
svn path=/trunk/; revision=32460
Diffstat (limited to 'epan/dissectors/packet-pkixac.h')
-rwxr-xr-xepan/dissectors/packet-pkixac.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pkixac.h b/epan/dissectors/packet-pkixac.h
new file mode 100755
index 0000000000..842ab42654
--- /dev/null
+++ b/epan/dissectors/packet-pkixac.h
@@ -0,0 +1,42 @@
+/* Do not modify this file. */
+/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
+/* packet-pkixac.h */
+/* ../../tools/asn2wrs.py -b -p pkixac -c ./pkixac.cnf -s ./packet-pkixac-template -D . PKIXAttributeCertificate.asn */
+
+/* Input file: packet-pkixac-template.h */
+
+#line 1 "packet-pkixac-template.h"
+/* packet-pkixac.h
+ *
+ * Routines for PKIXAttributeCertificate (RFC3281) packet dissection.
+ *
+ * Copyright 2010, Stig Bjorlykke <stig@bjorlykke.org>
+ *
+ * $Id$
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef PACKET_PKIXAC_H
+#define PACKET_PKIXAC_H
+
+/*#include "packet-pkixac-exp.h"*/
+
+#endif /* PACKET_PKIXAC_H */
+