Wireshark  4.3.0
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 -q -L -p ocsp -c ./ocsp.cnf -s ./packet-ocsp-template -D . -O ../.. OCSP.asn */
5 
6 /* packet-ocsp.h
7  * Routines for Online Certificate Status Protocol (RFC2560) packet dissection
8  * Ronnie Sahlberg 2004
9  *
10  * Wireshark - Network traffic analyzer
11  * By Gerald Combs <gerald@wireshark.org>
12  * Copyright 1998 Gerald Combs
13  *
14  * SPDX-License-Identifier: GPL-2.0-or-later
15  */
16 
17 #ifndef PACKET_OCSP_H
18 #define PACKET_OCSP_H
19 
20 /*#include "packet-ocsp-exp.h"*/
21 
22 extern int proto_ocsp;
23 int dissect_ocsp_OCSPResponse(bool implicit_tag, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
24 
25 #endif /* PACKET_OCSP_H */
26 
Definition: asn1.h:65
Definition: proto.h:904
Definition: tvbuff-int.h:35