Wireshark  4.3.0
The Wireshark network protocol analyzer
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 <gerald@wireshark.org>
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 
21 extern char *find_oid_by_pres_ctx_id(packet_info *pinfo, guint32 idx);
22 
23 #endif /* PACKET_PRES_H */
Definition: packet_info.h:44