Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
epan
t35.h
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__ */
_value_string
Definition:
value_string.h:24
Generated by
1.8.11