Wireshark  4.3.0
The Wireshark network protocol analyzer
t35.h
Go to the documentation of this file.
1 
13 #ifndef __T35_H__
14 #define __T35_H__
15 
16 #include <epan/value_string.h>
17 
18 extern const value_string T35CountryCode_vals[];
19 extern const value_string T35Extension_vals[];
20 extern const value_string H221ManufacturerCode_vals[];
21 
22 #endif /* __T35_H__ */
Definition: value_string.h:26