aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpeg-pmt.h
blob: 8747b2d97188e359544504f6bc14d4411a76e174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* packet-mpeg-pmt.h
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef __PACKET_MPEG_PMT_H__
#define __PACKET_MPEG_PMT_H__

#include <epan/value_string.h>

extern value_string_ext mpeg_pmt_stream_type_vals_ext;

#endif