Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-ptp.h
1 /* packet-ptp.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 1998 Gerald Combs
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9 
10 #ifndef __PACKET_PTP_H__
11 #define __PACKET_PTP_H__
12 
13 extern value_string_ext ptp_v2_clockAccuracy_vals_ext;
14 extern value_string_ext ptp_v2_timeSource_vals_ext;
15 extern value_string_ext ptp_v2_portState_vals_ext;
16 extern const value_string ptp_v2_delayMechanism_vals[];
17 
18 #endif /* packet-ptp.h */
Definition: value_string.h:170
Definition: value_string.h:26