Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
epan
dissectors
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
tvbuff
Definition:
tvbuff-int.h:35
_asn1_ctx_t
Definition:
asn1.h:63
_proto_node
Definition:
proto.h:759
Generated by
1.8.11