Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-h223.h
blob0d60caec6686b86a8f710e3d4d7e5ce7e982a94c
1 /*
2 * Routines for H.223 packet dissection
3 * 2004 Richard van der Hoff <richardv@mxtelecom.com>
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __PACKET_H223_H__
13 #define __PACKET_H223_H__
15 void proto_register_h223 (void);
16 void proto_reg_handoff_h223(void);
18 #endif /* __PACKET_H223_H__ */