Wireshark  4.3.0
The Wireshark network protocol analyzer
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 <gerald@wireshark.org>
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 
15 extern const value_string mp4ves_level_indication_vals[];
16 
17 #endif /* PACKET_MP4VES_H */
Definition: value_string.h:26