10#ifndef __PACKET_PTP_H__
11#define __PACKET_PTP_H__
13extern value_string_ext ptp_v2_clockAccuracy_vals_ext;
14extern value_string_ext ptp_v2_timeSource_vals_ext;
15extern value_string_ext ptp_v2_portState_vals_ext;
18void dissect_ptp_v2_timeInterval(tvbuff_t *tvb,
unsigned *cur_offset, proto_tree *tree,
20 int hf_ptp_v2_timeInterval_ns,
int hf_ptp_v2_timeInterval_subns,
21 proto_tree **tree_out, int64_t *ns_out);
25 uint16_t ptp_v2_flags;
26 uint8_t ptp_v2_messageid;
27} ptp_v2_tlv_org_ext_info_t;
Definition packet-ptp.h:23
struct _value_string value_string
Mapping between a 32-bit integer value and its string representation.