blob: 3f1f5cb6444be7148eca9af876130ca03321d937 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/* packet-t30.h
*
* Routines for T38 dissection
* 2003 Hans Viens
* 2004 Alejandro Vaquero, add support to conversation
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "ws_symbol_export.h"
WS_DLL_PUBLIC value_string_ext t30_facsimile_control_field_vals_ext;
WS_DLL_PUBLIC value_string_ext t30_facsimile_control_field_vals_short_ext;
|