Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
dissectors
packet-akp.h
1
/* Do not modify this file. Changes will be overwritten. */
2
/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3
/* packet-akp.h */
4
/* asn2wrs.py -b -q -L -p akp -c ./akp.cnf -s ./packet-akp-template -D . -O ../.. AsymmetricKeyPackageModuleV1.asn */
5
6
/* packet-akp.h
7
* Routines for Asymmetric Key Packages (formerly known as PKCS #8) dissection
8
*
9
* See <https://datatracker.ietf.org/doc/html/rfc5958>.
10
*
11
* Wireshark - Network traffic analyzer
12
* By Gerald Combs <gerald@wireshark.org>
13
* Copyright 1998 Gerald Combs
14
*
15
* SPDX-License-Identifier: GPL-2.0-or-later
16
*/
17
18
#ifndef PACKET_AKP_H
19
#define PACKET_AKP_H
20
21
#include <
epan/asn1.h
>
22
23
unsigned
dissect_akp_PrivateKeyInfo(
bool
implicit_tag _U_,
tvbuff_t
*tvb _U_,
unsigned
offset _U_,
asn1_ctx_t
*actx _U_,
proto_tree
*tree _U_,
int
hf_index _U_);
24
unsigned
dissect_akp_EncryptedPrivateKeyInfo(
bool
implicit_tag _U_,
tvbuff_t
*tvb _U_,
unsigned
offset _U_,
asn1_ctx_t
*actx _U_,
proto_tree
*tree _U_,
int
hf_index _U_);
25
26
#endif
/* PACKET_AKP_H */
asn1.h
_asn1_ctx_t
Central context object threaded through all ASN.1 dissection calls.
Definition
asn1.h:93
_proto_node
Definition
proto.h:909
tvbuff
Core tvbuff (testy virtual buffer) structure representing a region of packet data,...
Definition
tvbuff-int.h:95
Generated by
1.9.8