Wireshark 4.5.0
The Wireshark network protocol analyzer
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
packet-h223.h
1/*
2 * Routines for H.223 packet dissection
3 * 2004 Richard van der Hoff <richardv@mxtelecom.com>
4 *
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
8 *
9 * SPDX-License-Identifier: GPL-2.0-or-later
10 */
11
12#ifndef __PACKET_H223_H__
13#define __PACKET_H223_H__
14
15void proto_register_h223 (void);
16void proto_reg_handoff_h223(void);
17
18#endif /* __PACKET_H223_H__ */