aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs1.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-29 12:10:44 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-29 12:10:44 +0000
commitcf1e60bbc7824a8f285af1862ce5dc3d81c6d725 (patch)
treed5de1946d02fd0d0619f3baa3eda0b402d4a1511 /epan/dissectors/packet-pkcs1.h
parentce6804616e3d05870fca90bce65fba47713684a2 (diff)
New protocol: PKCS#1 (rfc2313 pplus some extra oid's)
svn path=/trunk/; revision=11566
Diffstat (limited to 'epan/dissectors/packet-pkcs1.h')
-rw-r--r--epan/dissectors/packet-pkcs1.h52
1 files changed, 52 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pkcs1.h b/epan/dissectors/packet-pkcs1.h
new file mode 100644
index 0000000000..c4a6f27ec8
--- /dev/null
+++ b/epan/dissectors/packet-pkcs1.h
@@ -0,0 +1,52 @@
+/* Do not modify this file. */
+/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
+/* packet-pkcs1.h */
+/* ../../tools/asn2eth.py -X -b -p pkcs1 -c pkcs1.cnf -s packet-pkcs1-template PKCS1.asn */
+
+/* Input file: packet-pkcs1-template.h */
+/* Include files: packet-pkcs1-exp.h, packet-pkcs1-valexp.h */
+
+/* packet-pkcs1.h
+ * Routines for PKCS#1/RFC2313 packet dissection
+ *
+ * $Id: packet-pkcs1-template.h,v 1.1 2004/05/24 08:42:29 sahlberg Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * 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_PKCS1_H
+#define PACKET_PKCS1_H
+
+
+/*--- Included file: packet-pkcs1-exp.h ---*/
+
+/* Do not modify this file. */
+/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
+/* packet-pkcs1-exp.h */
+/* ../../tools/asn2eth.py -X -b -p pkcs1 -c pkcs1.cnf -s packet-pkcs1-template PKCS1.asn */
+
+int dissect_pkcs1_RSAPublicKey(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+int dissect_pkcs1_RSAPrivateKey(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+int dissect_pkcs1_DigestInfo(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+
+/*--- End of included file: packet-pkcs1-exp.h ---*/
+
+
+#endif /* PACKET_PKCS1_H */
+