Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-t30.h
1 /* packet-t30.h
2  *
3  * Routines for T38 dissection
4  * 2003 Hans Viens
5  * 2004 Alejandro Vaquero, add support to conversation
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 
14 #include "ws_symbol_export.h"
15 
16 WS_DLL_PUBLIC value_string_ext t30_facsimile_control_field_vals_ext;
17 WS_DLL_PUBLIC value_string_ext t30_facsimile_control_field_vals_short_ext;
Definition: value_string.h:170