Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-osi-options.h
blobd4c4578c5ab6bd3764cb073c4ec665f45edb0f48
1 /* packet-osi-options.h
2 * Defines for OSI options part decode
4 * Ralf Schneider <Ralf.Schneider@t-online.de>
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
13 #ifndef _PACKET_OSI_OPTIONS_H__
14 #define _PACKET_OSI_OPTIONS_H__
17 * published API functions
19 extern void dissect_osi_options( unsigned char, tvbuff_t *, int, proto_tree *, packet_info *);
20 extern void proto_register_osi_options(void);
22 #endif /* _PACKET_OSI_OPTIONS_H__ */