Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-pkinit.h
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-pkinit.h */
4 /* asn2wrs.py -b -p pkinit -c ./pkinit.cnf -s ./packet-pkinit-template -D . -O ../.. PKINIT.asn */
5 
6 /* Input file: packet-pkinit-template.h */
7 
8 #line 1 "./asn1/pkinit/packet-pkinit-template.h"
9 /* packet-pkinit.h
10  * Routines for PKINIT packet dissection
11  * Ronnie Sahlberg 2004
12  *
13  * Wireshark - Network traffic analyzer
14  * By Gerald Combs <gerald@wireshark.org>
15  * Copyright 1998 Gerald Combs
16  *
17  * SPDX-License-Identifier: GPL-2.0-or-later
18  */
19 
20 #ifndef PACKET_PKINIT_H
21 #define PACKET_PKINIT_H
22 
23 int dissect_pkinit_PA_PK_AS_REQ(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx _U_);
24 int dissect_pkinit_PA_PK_AS_REP(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx _U_);
25 
26 
27 /*--- Included file: packet-pkinit-exp.h ---*/
28 #line 1 "./asn1/pkinit/packet-pkinit-exp.h"
29 extern const value_string pkinit_PaPkAsRep_vals[];
30 int dissect_pkinit_PaPkAsReq(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
31 int dissect_pkinit_PaPkAsRep(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
32 
33 /*--- End of included file: packet-pkinit-exp.h ---*/
34 #line 19 "./asn1/pkinit/packet-pkinit-template.h"
35 
36 #endif /* PACKET_PKINIT_H */
37 
Definition: tvbuff-int.h:35
Definition: asn1.h:63
Definition: value_string.h:24
Definition: proto.h:759