Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-mpeg-pmt.h
1 /* packet-mpeg-pmt.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 1998 Gerald Combs
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9 
10 #ifndef __PACKET_MPEG_PMT_H__
11 #define __PACKET_MPEG_PMT_H__
12 
13 #include <epan/value_string.h>
14 
15 extern value_string_ext mpeg_pmt_stream_type_vals_ext;
16 
17 #endif
Definition: value_string.h:164