Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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 <[email protected]>
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
22extern int proto_ocsp;
23int 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:901
Definition tvbuff-int.h:35