Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-etsi_card_app_toolkit.h
1/* packet-etsi_card_app_toolkit.h
2 * Routines for packet dissection of
3 * ETSI TS 102 223 v18.2.0 (Release 18 / 2025-04)
4 * 3GPP TS 11.14 v8.17.0 (Release 1999 / 2004-09)
5 * 3GPP TS 31.111 v9.7.0 (Release 9 / 2012-03)
6 *
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@wireshark.org>
9 * Copyright 1998 Gerald Combs
10 *
11 * SPDX-License-Identifier: GPL-2.0-or-later
12 */
13#pragma once
14
15#include <wsutil/value_string.h>
16
17extern value_string_ext csd_data_rate_vals_ext;
Extended metadata for a value_string array.
Definition value_string.h:325