aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs1.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-11 18:36:51 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-11 18:36:51 +0000
commit28d64c31ae72b9a7f10d4f365ac3a211d9bf92c4 (patch)
tree9c39b6eb5dbf9b871b178d8740bc66dbf6278c45 /epan/dissectors/packet-pkcs1.h
parent4c307fcc7cdf1ca3cc7591fea6bca6c07275e4c5 (diff)
Re-generate a number of ASN.1-based dissectors with the most recent
version of asn2eth. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12267 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-pkcs1.h')
-rw-r--r--epan/dissectors/packet-pkcs1.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/epan/dissectors/packet-pkcs1.h b/epan/dissectors/packet-pkcs1.h
index c4a6f27ec8..76505ee474 100644
--- a/epan/dissectors/packet-pkcs1.h
+++ b/epan/dissectors/packet-pkcs1.h
@@ -1,15 +1,14 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
-/* packet-pkcs1.h */
+/* ./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 $
+ * $Id: packet-pkcs1-template.h 12203 2004-10-05 09:18:55Z guy $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -36,11 +35,6 @@
/*--- 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);