Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-pres.h
1/* Do not modify this file. Changes will be overwritten. */
2/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3/* packet-pres.h */
4/* asn2wrs.py -b -q -L -p pres -c ./pres.cnf -s ./packet-pres-template -D . -O ../.. ISO8823-PRESENTATION.asn ISO9576-PRESENTATION.asn */
5
6/* packet-pres.h
7 * Routines for pres packet dissection
8 *
9 * Wireshark - Network traffic analyzer
10 * By Gerald Combs <[email protected]>
11 * Copyright 1998 Gerald Combs
12 *
13 * SPDX-License-Identifier: GPL-2.0-or-later
14 */
15
16#ifndef PACKET_PRES_H
17#define PACKET_PRES_H
18
19/*#include "packet-pres-exp.h"*/
20
21extern char *find_oid_by_pres_ctx_id(packet_info *pinfo, uint32_t idx);
22
23#endif /* PACKET_PRES_H */
Definition packet_info.h:43