Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
t35.h
Go to the documentation of this file.
1
13#ifndef __T35_H__
14#define __T35_H__
15
16#include <wsutil/value_string.h>
17
18extern const value_string T35CountryCode_vals[];
19extern const value_string T35Extension_vals[];
20extern const value_string H221ManufacturerCode_vals[];
21
22#endif /* __T35_H__ */
Mapping between a 32-bit integer value and its string representation.
Definition value_string.h:33