diff options
author | Jeff Chan <jchan@arista.com> | 2020-02-21 04:32:48 -0800 |
---|---|---|
committer | fxlb <devel.fx.lebail@orange.fr> | 2020-02-29 19:01:20 +0100 |
commit | 8380f5ff00dadc620426318ae75f2916738b6da0 (patch) | |
tree | d77f25728847bb7ce1646face127415651b8d834 /tests/TESTLIST | |
parent | e2256b4f2506102be2c6f7976f84f0d607c53d43 (diff) | |
download | tcpdump-8380f5ff00dadc620426318ae75f2916738b6da0.tar.gz |
Dispatch the PTP ethertype to ptp_print()
This implements "IEEE 802.3/Ethernet" mode as described in annex F of
the PTP standard. This uses the same format packets, but directly over
Ethernet instead of encapsulated in UDP.
Diffstat (limited to 'tests/TESTLIST')
-rw-r--r-- | tests/TESTLIST | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TESTLIST b/tests/TESTLIST index 9d336863..efb35a5f 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -757,6 +757,7 @@ smb_data_print-oobr smb_data_print-oobr.pcapng smb_data_print-oobr.out -vv smb_data_print-segv smb_data_print-segv.pcapng smb_data_print-segv.out -vv #ptp tests ptp ptp.pcap ptp.out +ptp_ethernet ptp_ethernet.pcap ptp_ethernet.out -e # bad packets from Jason Xiaole ldp_tlv_print-oobr ldp_tlv_print-oobr.pcap ldp_tlv_print-oobr.out -v |