1 /* t35.h
2  * T.35 and H.221 tables
3  * 2003  Tomas Kukosa
4  *
5  * Wireshark - Network traffic analyzer
6  * By Gerald Combs <gerald@wireshark.org>
7  * Copyright 1998 Gerald Combs
8  *
9  * SPDX-License-Identifier: GPL-2.0-or-later
10  */
11 
12 #ifndef __T35_H__
13 #define __T35_H__
14 
15 #include <epan/value_string.h>
16 
17 extern const value_string T35CountryCode_vals[];
18 extern const value_string T35Extension_vals[];
19 extern const value_string H221ManufacturerCode_vals[];
20 
21 #endif  /* __T35_H__ */
22