Wireshark 4.5.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 <epan/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__ */
Definition value_string.h:25