aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcg-cp-oids.h
diff options
context:
space:
mode:
authorMartin Peylo <wireshark@izac.de>2018-10-02 17:03:08 +0300
committerAnders Broman <a.broman58@gmail.com>2018-10-03 03:49:44 +0000
commit0bc74bb7ea51a49ef1d49cb69be94bf98fc53ae4 (patch)
treeb74b9f8534d3c12cf72968405683545da269df20 /epan/dissectors/packet-tcg-cp-oids.h
parent107205c2becb5a16b214cdbc471833fdfee077ab (diff)
Adding dissector for OIDs used in TCG X.509 Certificates
OIDs used in Trusted Computing Group X.509 Certificate Profiles are available in https://www.trustedcomputinggroup.org/wp-content/uploads/Credential_Profile_EK_V2.0_R14_published.pdf Example Certificates in PEM format are in Appendix A. The relevant TCG OIDs are mostly used in certificate extensions like: - subjectAltName - extKeyUsage - subjectDirectoryAttributes Change-Id: Ifd44f598bea0b32b4471dfec2fd3af74f7a9e33e Reviewed-on: https://code.wireshark.org/review/29983 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-tcg-cp-oids.h')
-rw-r--r--epan/dissectors/packet-tcg-cp-oids.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tcg-cp-oids.h b/epan/dissectors/packet-tcg-cp-oids.h
new file mode 100644
index 0000000000..db969452fb
--- /dev/null
+++ b/epan/dissectors/packet-tcg-cp-oids.h
@@ -0,0 +1,29 @@
+/* Do not modify this file. Changes will be overwritten. */
+/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
+/* packet-tcg-cp-oids.h */
+/* asn2wrs.py -b -p tcg-cp-oids -c ./tcg-cp-oids.cnf -s ./packet-tcg-cp-oids-template -D . -O ../.. tcg-cp-oids.asn */
+
+/* Input file: packet-tcg-cp-oids-template.h */
+
+#line 1 "./asn1/tcg-cp-oids/packet-tcg-cp-oids-template.h"
+/* packet-tcg-cp-oids.h
+ * Routines for TCG Certificate Profile OIDs
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#ifndef PACKET_TCG_CP_OIDS_H
+#define PACKET_TCG_CP_OIDS_H
+
+
+/*--- Included file: packet-tcg-cp-oids-exp.h ---*/
+#line 1 "./asn1/tcg-cp-oids/packet-tcg-cp-oids-exp.h"
+
+/*--- End of included file: packet-tcg-cp-oids-exp.h ---*/
+#line 15 "./asn1/tcg-cp-oids/packet-tcg-cp-oids-template.h"
+
+#endif /* PACKET_TCG_CP_OIDS_H */