Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-mpeg-pmt.h
1/* packet-mpeg-pmt.h
2 * Value strings for MPEG2 (ISO/ISO 13818-1) Program Map Table (PMT) dissection
3 *
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10#pragma once
11
12#include <wsutil/value_string.h>
13
14extern value_string_ext mpeg_pmt_stream_type_vals_ext;
Extended metadata for a value_string array.
Definition value_string.h:325