Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / pres / packet-pres-template.h
blob21b2581b4cc764eb38465bb9c6e56cd5905b3024
1 /* packet-pres.h
2 * Routines for pres packet dissection
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
11 #ifndef PACKET_PRES_H
12 #define PACKET_PRES_H
14 /*#include "packet-pres-exp.h"*/
16 extern char *find_oid_by_pres_ctx_id(packet_info *pinfo, uint32_t idx);
18 #endif /* PACKET_PRES_H */