Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-mp4ves.h
1/* packet-mp4ves.h
2 *
3 * Copyright 2008, Anders Broman <anders.broman[at]ericsson.com>
4 *
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <[email protected]>
7 * Copyright 1998 Gerald Combs
8 *
9 * SPDX-License-Identifier: GPL-2.0-or-later
10 */
11
12#ifndef PACKET_MP4VES_H
13#define PACKET_MP4VES_H
14
15extern const value_string mp4ves_level_indication_vals[];
16
17#endif /* PACKET_MP4VES_H */
Definition value_string.h:25