1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-pkix1implicit.c */
4 /* ../../tools/asn2wrs.py -b -p pkix1implicit -c ./pkix1implicit.cnf -s ./packet-pkix1implicit-template -D . -O ../../epan/dissectors PKIX1IMPLICIT93.asn */
6 /* Input file: packet-pkix1implicit-template.c */
8 #line 1 "../../asn1/pkix1implicit/packet-pkix1implicit-template.c"
9 /* packet-pkix1implicit.c
10 * Routines for PKIX1Implitic packet dissection
14 * Wireshark - Network traffic analyzer
15 * By Gerald Combs <gerald@wireshark.org>
16 * Copyright 1998 Gerald Combs
18 * This program is free software; you can redistribute it and/or
19 * modify it under the terms of the GNU General Public License
20 * as published by the Free Software Foundation; either version 2
21 * of the License, or (at your option) any later version.
23 * This program is distributed in the hope that it will be useful,
24 * but WITHOUT ANY WARRANTY; without even the implied warranty of
25 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26 * GNU General Public License for more details.
28 * You should have received a copy of the GNU General Public License
29 * along with this program; if not, write to the Free Software
30 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
36 #include <epan/packet.h>
38 #include <epan/asn1.h>
39 #include "packet-ber.h"
40 #include "packet-pkix1implicit.h"
41 #include "packet-pkix1explicit.h"
42 #include "packet-x509ce.h"
44 #define PNAME "PKIX1Implitit"
45 #define PSNAME "PKIX1IMPLICIT"
46 #define PFNAME "pkix1implicit"
48 /* Initialize the protocol and registered fields */
49 static int proto_pkix1implicit
= -1;
51 /*--- Included file: packet-pkix1implicit-hf.c ---*/
52 #line 1 "../../asn1/pkix1implicit/packet-pkix1implicit-hf.c"
53 static int hf_pkix1implicit_Dummy_PDU
= -1; /* Dummy */
54 static int hf_pkix1implicit_AuthorityInfoAccessSyntax_PDU
= -1; /* AuthorityInfoAccessSyntax */
55 static int hf_pkix1implicit_UserNotice_PDU
= -1; /* UserNotice */
56 static int hf_pkix1implicit_AuthorityInfoAccessSyntax_item
= -1; /* AccessDescription */
57 static int hf_pkix1implicit_accessMethod
= -1; /* OBJECT_IDENTIFIER */
58 static int hf_pkix1implicit_accessLocation
= -1; /* GeneralName */
59 static int hf_pkix1implicit_noticeRef
= -1; /* NoticeReference */
60 static int hf_pkix1implicit_explicitText
= -1; /* DisplayText */
61 static int hf_pkix1implicit_organization
= -1; /* DisplayText */
62 static int hf_pkix1implicit_noticeNumbers
= -1; /* T_noticeNumbers */
63 static int hf_pkix1implicit_noticeNumbers_item
= -1; /* INTEGER */
64 static int hf_pkix1implicit_ia5String
= -1; /* IA5String */
65 static int hf_pkix1implicit_visibleString
= -1; /* VisibleString */
66 static int hf_pkix1implicit_bmpString
= -1; /* BMPString */
67 static int hf_pkix1implicit_utf8String
= -1; /* UTF8String */
69 /*--- End of included file: packet-pkix1implicit-hf.c ---*/
70 #line 43 "../../asn1/pkix1implicit/packet-pkix1implicit-template.c"
72 /* Initialize the subtree pointers */
74 /*--- Included file: packet-pkix1implicit-ett.c ---*/
75 #line 1 "../../asn1/pkix1implicit/packet-pkix1implicit-ett.c"
76 static gint ett_pkix1implicit_AuthorityInfoAccessSyntax
= -1;
77 static gint ett_pkix1implicit_AccessDescription
= -1;
78 static gint ett_pkix1implicit_UserNotice
= -1;
79 static gint ett_pkix1implicit_NoticeReference
= -1;
80 static gint ett_pkix1implicit_T_noticeNumbers
= -1;
81 static gint ett_pkix1implicit_DisplayText
= -1;
83 /*--- End of included file: packet-pkix1implicit-ett.c ---*/
84 #line 46 "../../asn1/pkix1implicit/packet-pkix1implicit-template.c"
88 dissect_pkix1implicit_ReasonFlags(gboolean implicit_tag _U_
, tvbuff_t
*tvb
, int offset
, asn1_ctx_t
*actx
, proto_tree
*tree
, int hf_index _U_
) {
89 offset
= dissect_x509ce_ReasonFlags(implicit_tag
, tvb
, offset
, actx
, tree
, hf_index
);
94 dissect_pkix1implicit_GeneralName(gboolean implicit_tag _U_
, tvbuff_t
*tvb
, int offset
, asn1_ctx_t
*actx
, proto_tree
*tree
, int hf_index _U_
) {
95 offset
= dissect_x509ce_GeneralName(implicit_tag
, tvb
, offset
, actx
, tree
, hf_index
);
101 /*--- Included file: packet-pkix1implicit-fn.c ---*/
102 #line 1 "../../asn1/pkix1implicit/packet-pkix1implicit-fn.c"
106 dissect_pkix1implicit_KeyIdentifier(gboolean implicit_tag _U_
, tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
) {
107 offset
= dissect_ber_octet_string(implicit_tag
, actx
, tree
, tvb
, offset
, hf_index
,
116 dissect_pkix1implicit_Dummy(gboolean implicit_tag _U_
, tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
) {
117 offset
= dissect_ber_null(implicit_tag
, actx
, tree
, tvb
, offset
, hf_index
);
125 dissect_pkix1implicit_OBJECT_IDENTIFIER(gboolean implicit_tag _U_
, tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
) {
126 offset
= dissect_ber_object_identifier(implicit_tag
, actx
, tree
, tvb
, offset
, hf_index
, NULL
);
132 static const ber_sequence_t AccessDescription_sequence
[] = {
133 { &hf_pkix1implicit_accessMethod
, BER_CLASS_UNI
, BER_UNI_TAG_OID
, BER_FLAGS_NOOWNTAG
, dissect_pkix1implicit_OBJECT_IDENTIFIER
},
134 { &hf_pkix1implicit_accessLocation
, BER_CLASS_CON
, -1/*choice*/, BER_FLAGS_NOOWNTAG
, dissect_x509ce_GeneralName
},
135 { NULL
, 0, 0, 0, NULL
}
139 dissect_pkix1implicit_AccessDescription(gboolean implicit_tag _U_
, tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
) {
140 offset
= dissect_ber_sequence(implicit_tag
, actx
, tree
, tvb
, offset
,
141 AccessDescription_sequence
, hf_index
, ett_pkix1implicit_AccessDescription
);
147 static const ber_sequence_t AuthorityInfoAccessSyntax_sequence_of
[1] = {
148 { &hf_pkix1implicit_AuthorityInfoAccessSyntax_item
, BER_CLASS_UNI
, BER_UNI_TAG_SEQUENCE
, BER_FLAGS_NOOWNTAG
, dissect_pkix1implicit_AccessDescription
},
152 dissect_pkix1implicit_AuthorityInfoAccessSyntax(gboolean implicit_tag _U_
, tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
) {
153 offset
= dissect_ber_sequence_of(implicit_tag
, actx
, tree
, tvb
, offset
,
154 AuthorityInfoAccessSyntax_sequence_of
, hf_index
, ett_pkix1implicit_AuthorityInfoAccessSyntax
);
162 dissect_pkix1implicit_IA5String(gboolean implicit_tag _U_
, tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
) {
163 offset
= dissect_ber_restricted_string(implicit_tag
, BER_UNI_TAG_IA5String
,
164 actx
, tree
, tvb
, offset
, hf_index
,
173 dissect_pkix1implicit_VisibleString(gboolean implicit_tag _U_
, tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
) {
174 offset
= dissect_ber_restricted_string(implicit_tag
, BER_UNI_TAG_VisibleString
,
175 actx
, tree
, tvb
, offset
, hf_index
,
184 dissect_pkix1implicit_BMPString(gboolean implicit_tag _U_
, tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
) {
185 offset
= dissect_ber_restricted_string(implicit_tag
, BER_UNI_TAG_BMPString
,
186 actx
, tree
, tvb
, offset
, hf_index
,
195 dissect_pkix1implicit_UTF8String(gboolean implicit_tag _U_
, tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
) {
196 offset
= dissect_ber_restricted_string(implicit_tag
, BER_UNI_TAG_UTF8String
,
197 actx
, tree
, tvb
, offset
, hf_index
,
204 static const value_string pkix1implicit_DisplayText_vals
[] = {
206 { 1, "visibleString" },
212 static const ber_choice_t DisplayText_choice
[] = {
213 { 0, &hf_pkix1implicit_ia5String
, BER_CLASS_UNI
, BER_UNI_TAG_IA5String
, BER_FLAGS_NOOWNTAG
, dissect_pkix1implicit_IA5String
},
214 { 1, &hf_pkix1implicit_visibleString
, BER_CLASS_UNI
, BER_UNI_TAG_VisibleString
, BER_FLAGS_NOOWNTAG
, dissect_pkix1implicit_VisibleString
},
215 { 2, &hf_pkix1implicit_bmpString
, BER_CLASS_UNI
, BER_UNI_TAG_BMPString
, BER_FLAGS_NOOWNTAG
, dissect_pkix1implicit_BMPString
},
216 { 3, &hf_pkix1implicit_utf8String
, BER_CLASS_UNI
, BER_UNI_TAG_UTF8String
, BER_FLAGS_NOOWNTAG
, dissect_pkix1implicit_UTF8String
},
217 { 0, NULL
, 0, 0, 0, NULL
}
221 dissect_pkix1implicit_DisplayText(gboolean implicit_tag _U_
, tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
) {
222 offset
= dissect_ber_choice(actx
, tree
, tvb
, offset
,
223 DisplayText_choice
, hf_index
, ett_pkix1implicit_DisplayText
,
232 dissect_pkix1implicit_INTEGER(gboolean implicit_tag _U_
, tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
) {
233 offset
= dissect_ber_integer(implicit_tag
, actx
, tree
, tvb
, offset
, hf_index
,
240 static const ber_sequence_t T_noticeNumbers_sequence_of
[1] = {
241 { &hf_pkix1implicit_noticeNumbers_item
, BER_CLASS_UNI
, BER_UNI_TAG_INTEGER
, BER_FLAGS_NOOWNTAG
, dissect_pkix1implicit_INTEGER
},
245 dissect_pkix1implicit_T_noticeNumbers(gboolean implicit_tag _U_
, tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
) {
246 offset
= dissect_ber_sequence_of(implicit_tag
, actx
, tree
, tvb
, offset
,
247 T_noticeNumbers_sequence_of
, hf_index
, ett_pkix1implicit_T_noticeNumbers
);
253 static const ber_sequence_t NoticeReference_sequence
[] = {
254 { &hf_pkix1implicit_organization
, BER_CLASS_ANY
/*choice*/, -1/*choice*/, BER_FLAGS_NOOWNTAG
|BER_FLAGS_NOTCHKTAG
, dissect_pkix1implicit_DisplayText
},
255 { &hf_pkix1implicit_noticeNumbers
, BER_CLASS_UNI
, BER_UNI_TAG_SEQUENCE
, BER_FLAGS_NOOWNTAG
, dissect_pkix1implicit_T_noticeNumbers
},
256 { NULL
, 0, 0, 0, NULL
}
260 dissect_pkix1implicit_NoticeReference(gboolean implicit_tag _U_
, tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
) {
261 offset
= dissect_ber_sequence(implicit_tag
, actx
, tree
, tvb
, offset
,
262 NoticeReference_sequence
, hf_index
, ett_pkix1implicit_NoticeReference
);
268 static const ber_sequence_t UserNotice_sequence
[] = {
269 { &hf_pkix1implicit_noticeRef
, BER_CLASS_UNI
, BER_UNI_TAG_SEQUENCE
, BER_FLAGS_OPTIONAL
|BER_FLAGS_NOOWNTAG
, dissect_pkix1implicit_NoticeReference
},
270 { &hf_pkix1implicit_explicitText
, BER_CLASS_ANY
/*choice*/, -1/*choice*/, BER_FLAGS_OPTIONAL
|BER_FLAGS_NOOWNTAG
|BER_FLAGS_NOTCHKTAG
, dissect_pkix1implicit_DisplayText
},
271 { NULL
, 0, 0, 0, NULL
}
275 dissect_pkix1implicit_UserNotice(gboolean implicit_tag _U_
, tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
) {
276 offset
= dissect_ber_sequence(implicit_tag
, actx
, tree
, tvb
, offset
,
277 UserNotice_sequence
, hf_index
, ett_pkix1implicit_UserNotice
);
284 static void dissect_Dummy_PDU(tvbuff_t
*tvb _U_
, packet_info
*pinfo _U_
, proto_tree
*tree _U_
) {
286 asn1_ctx_init(&asn1_ctx
, ASN1_ENC_BER
, TRUE
, pinfo
);
287 dissect_pkix1implicit_Dummy(FALSE
, tvb
, 0, &asn1_ctx
, tree
, hf_pkix1implicit_Dummy_PDU
);
289 static void dissect_AuthorityInfoAccessSyntax_PDU(tvbuff_t
*tvb _U_
, packet_info
*pinfo _U_
, proto_tree
*tree _U_
) {
291 asn1_ctx_init(&asn1_ctx
, ASN1_ENC_BER
, TRUE
, pinfo
);
292 dissect_pkix1implicit_AuthorityInfoAccessSyntax(FALSE
, tvb
, 0, &asn1_ctx
, tree
, hf_pkix1implicit_AuthorityInfoAccessSyntax_PDU
);
294 static void dissect_UserNotice_PDU(tvbuff_t
*tvb _U_
, packet_info
*pinfo _U_
, proto_tree
*tree _U_
) {
296 asn1_ctx_init(&asn1_ctx
, ASN1_ENC_BER
, TRUE
, pinfo
);
297 dissect_pkix1implicit_UserNotice(FALSE
, tvb
, 0, &asn1_ctx
, tree
, hf_pkix1implicit_UserNotice_PDU
);
301 /*--- End of included file: packet-pkix1implicit-fn.c ---*/
302 #line 62 "../../asn1/pkix1implicit/packet-pkix1implicit-template.c"
305 /*--- proto_register_pkix1implicit ----------------------------------------------*/
306 void proto_register_pkix1implicit(void) {
309 static hf_register_info hf
[] = {
311 /*--- Included file: packet-pkix1implicit-hfarr.c ---*/
312 #line 1 "../../asn1/pkix1implicit/packet-pkix1implicit-hfarr.c"
313 { &hf_pkix1implicit_Dummy_PDU
,
314 { "Dummy", "pkix1implicit.Dummy_element",
315 FT_NONE
, BASE_NONE
, NULL
, 0,
317 { &hf_pkix1implicit_AuthorityInfoAccessSyntax_PDU
,
318 { "AuthorityInfoAccessSyntax", "pkix1implicit.AuthorityInfoAccessSyntax",
319 FT_UINT32
, BASE_DEC
, NULL
, 0,
321 { &hf_pkix1implicit_UserNotice_PDU
,
322 { "UserNotice", "pkix1implicit.UserNotice_element",
323 FT_NONE
, BASE_NONE
, NULL
, 0,
325 { &hf_pkix1implicit_AuthorityInfoAccessSyntax_item
,
326 { "AccessDescription", "pkix1implicit.AccessDescription_element",
327 FT_NONE
, BASE_NONE
, NULL
, 0,
329 { &hf_pkix1implicit_accessMethod
,
330 { "accessMethod", "pkix1implicit.accessMethod",
331 FT_OID
, BASE_NONE
, NULL
, 0,
332 "OBJECT_IDENTIFIER", HFILL
}},
333 { &hf_pkix1implicit_accessLocation
,
334 { "accessLocation", "pkix1implicit.accessLocation",
335 FT_UINT32
, BASE_DEC
, NULL
, 0,
336 "GeneralName", HFILL
}},
337 { &hf_pkix1implicit_noticeRef
,
338 { "noticeRef", "pkix1implicit.noticeRef_element",
339 FT_NONE
, BASE_NONE
, NULL
, 0,
340 "NoticeReference", HFILL
}},
341 { &hf_pkix1implicit_explicitText
,
342 { "explicitText", "pkix1implicit.explicitText",
343 FT_UINT32
, BASE_DEC
, VALS(pkix1implicit_DisplayText_vals
), 0,
344 "DisplayText", HFILL
}},
345 { &hf_pkix1implicit_organization
,
346 { "organization", "pkix1implicit.organization",
347 FT_UINT32
, BASE_DEC
, VALS(pkix1implicit_DisplayText_vals
), 0,
348 "DisplayText", HFILL
}},
349 { &hf_pkix1implicit_noticeNumbers
,
350 { "noticeNumbers", "pkix1implicit.noticeNumbers",
351 FT_UINT32
, BASE_DEC
, NULL
, 0,
353 { &hf_pkix1implicit_noticeNumbers_item
,
354 { "noticeNumbers item", "pkix1implicit.noticeNumbers_item",
355 FT_INT32
, BASE_DEC
, NULL
, 0,
357 { &hf_pkix1implicit_ia5String
,
358 { "ia5String", "pkix1implicit.ia5String",
359 FT_STRING
, BASE_NONE
, NULL
, 0,
361 { &hf_pkix1implicit_visibleString
,
362 { "visibleString", "pkix1implicit.visibleString",
363 FT_STRING
, BASE_NONE
, NULL
, 0,
365 { &hf_pkix1implicit_bmpString
,
366 { "bmpString", "pkix1implicit.bmpString",
367 FT_STRING
, BASE_NONE
, NULL
, 0,
369 { &hf_pkix1implicit_utf8String
,
370 { "utf8String", "pkix1implicit.utf8String",
371 FT_STRING
, BASE_NONE
, NULL
, 0,
374 /*--- End of included file: packet-pkix1implicit-hfarr.c ---*/
375 #line 70 "../../asn1/pkix1implicit/packet-pkix1implicit-template.c"
378 /* List of subtrees */
379 static gint
*ett
[] = {
381 /*--- Included file: packet-pkix1implicit-ettarr.c ---*/
382 #line 1 "../../asn1/pkix1implicit/packet-pkix1implicit-ettarr.c"
383 &ett_pkix1implicit_AuthorityInfoAccessSyntax
,
384 &ett_pkix1implicit_AccessDescription
,
385 &ett_pkix1implicit_UserNotice
,
386 &ett_pkix1implicit_NoticeReference
,
387 &ett_pkix1implicit_T_noticeNumbers
,
388 &ett_pkix1implicit_DisplayText
,
390 /*--- End of included file: packet-pkix1implicit-ettarr.c ---*/
391 #line 75 "../../asn1/pkix1implicit/packet-pkix1implicit-template.c"
394 /* Register protocol */
395 proto_pkix1implicit
= proto_register_protocol(PNAME
, PSNAME
, PFNAME
);
397 /* Register fields and subtrees */
398 proto_register_field_array(proto_pkix1implicit
, hf
, array_length(hf
));
399 proto_register_subtree_array(ett
, array_length(ett
));
404 /*--- proto_reg_handoff_pkix1implicit -------------------------------------------*/
405 void proto_reg_handoff_pkix1implicit(void) {
407 /*--- Included file: packet-pkix1implicit-dis-tab.c ---*/
408 #line 1 "../../asn1/pkix1implicit/packet-pkix1implicit-dis-tab.c"
409 register_ber_oid_dissector("1.3.6.1.5.5.7.1.1", dissect_AuthorityInfoAccessSyntax_PDU
, proto_pkix1implicit
, "id-pe-authorityInfoAccessSyntax");
410 register_ber_oid_dissector("1.3.6.1.5.5.7.3.1", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-kp-serverAuth");
411 register_ber_oid_dissector("1.3.6.1.5.5.7.3.2", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-kp-clientAuth");
412 register_ber_oid_dissector("1.3.6.1.5.5.7.3.3", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-kp-codeSigning");
413 register_ber_oid_dissector("1.3.6.1.5.5.7.3.4", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-kp-emailProtection");
414 register_ber_oid_dissector("1.3.6.1.5.5.7.3.5", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-kp-ip-kp-ipsecEndSystem");
415 register_ber_oid_dissector("1.3.6.1.5.5.7.3.6", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-kp-ipsecTunnel");
416 register_ber_oid_dissector("1.3.6.1.5.5.7.3.7", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-kp-ipsecUser");
417 register_ber_oid_dissector("1.3.6.1.5.5.7.3.8", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-kp-timeStamping");
418 register_ber_oid_dissector("1.3.6.1.5.5.7.3.9", dissect_Dummy_PDU
, proto_pkix1implicit
, "OCSPSigning");
419 register_ber_oid_dissector("1.3.6.1.4.1.311.10.12.1", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-any-application-policy");
420 register_ber_oid_dissector("1.3.6.1.4.1.311.10.3.1", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-kp-ctl-usage-signing");
421 register_ber_oid_dissector("1.3.6.1.4.1.311.10.3.2", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-kp-time-stamp-signing");
422 register_ber_oid_dissector("1.3.6.1.4.1.311.10.3.4", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-kp-efs");
423 register_ber_oid_dissector("1.3.6.1.4.1.311.10.3.4.1", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-efs-recovery");
424 register_ber_oid_dissector("1.3.6.1.4.1.311.10.3.5", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-whql-crypto");
425 register_ber_oid_dissector("1.3.6.1.4.1.311.10.3.6", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-nt5-crypto");
426 register_ber_oid_dissector("1.3.6.1.4.1.311.10.3.7", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-oem-whql-crypto");
427 register_ber_oid_dissector("1.3.6.1.4.1.311.10.3.8", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-embedded-nt-crypto");
428 register_ber_oid_dissector("1.3.6.1.4.1.311.10.3.9", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-root-list-signer");
429 register_ber_oid_dissector("1.3.6.1.4.1.311.10.3.10", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-kp-qualified-subordination");
430 register_ber_oid_dissector("1.3.6.1.4.1.311.10.3.11", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-kp-key-recovery");
431 register_ber_oid_dissector("1.3.6.1.4.1.311.10.3.12", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-kp-document-signing");
432 register_ber_oid_dissector("1.3.6.1.4.1.311.10.3.13", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-kp-lifetime-signing");
433 register_ber_oid_dissector("1.3.6.1.4.1.311.10.5.1", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-drm");
434 register_ber_oid_dissector("1.3.6.1.4.1.311.10.6.1", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-licenses");
435 register_ber_oid_dissector("1.3.6.1.4.1.311.10.6.2", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-license-server");
436 register_ber_oid_dissector("1.3.6.1.4.1.311.20.1", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-auto-enroll-ctl-usage");
437 register_ber_oid_dissector("1.3.6.1.4.1.311.20.2.1", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-enrollment-agent");
438 register_ber_oid_dissector("1.3.6.1.4.1.311.20.2.2", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-kp-smartcard-logon");
439 register_ber_oid_dissector("1.3.6.1.4.1.311.21.5", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-kp-ca-exchange");
440 register_ber_oid_dissector("1.3.6.1.4.1.311.21.6", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-kp-key-recovery-agent");
441 register_ber_oid_dissector("1.3.6.1.4.1.311.21.19", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-ds-email-replication");
442 register_ber_oid_dissector("1.3.6.1.5.5.8.2.2", dissect_Dummy_PDU
, proto_pkix1implicit
, "id-ms-ipsec-kp-ike-intermediate");
443 register_ber_oid_dissector("1.3.6.1.5.5.7.2.2", dissect_UserNotice_PDU
, proto_pkix1implicit
, "id-qt-unotice");
446 /*--- End of included file: packet-pkix1implicit-dis-tab.c ---*/
447 #line 90 "../../asn1/pkix1implicit/packet-pkix1implicit-template.c"