Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-ocsp.h
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-ocsp.h */
4 /* asn2wrs.py -b -p ocsp -c ./ocsp.cnf -s ./packet-ocsp-template -D . -O ../.. OCSP.asn */
5 
6 /* Input file: packet-ocsp-template.h */
7 
8 #line 1 "./asn1/ocsp/packet-ocsp-template.h"
9 /* packet-ocsp.h
10  * Routines for Online Certificate Status Protocol (RFC2560) 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_OCSP_H
21 #define PACKET_OCSP_H
22 
23 /*#include "packet-ocsp-exp.h"*/
24 
25 extern int proto_ocsp;
26 int dissect_ocsp_OCSPResponse(gboolean implicit_tag, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
27 
28 #endif /* PACKET_OCSP_H */
29 
Definition: tvbuff-int.h:35
Definition: asn1.h:63
Definition: proto.h:759