Add IEEE 1588-2008 (PTPv2) dissector (#2156)

* Add IEEE 1588-2008 (PTPv2) dissector

PTPv2 is a time synchronization protocol in computer networks, similar to NTP.

* Add default protocol ports

* Update default test result for PTPv2

* Update copyright

---------

Co-authored-by: 0xA50C1A1 <mage.wizard88@gmail.com>
This commit is contained in:
Vladimir Gavrilov 2023-11-21 15:39:54 +03:00 committed by GitHub
parent 55664392a9
commit ae6e6d61f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 205 additions and 77 deletions

View file

@ -386,6 +386,7 @@ typedef enum {
NDPI_PROTOCOL_TELEGRAM_VOIP = 355,
NDPI_PROTOCOL_SINA_WEIBO = 356,
NDPI_PROTOCOL_TESLA_SERVICES = 357,
NDPI_PROTOCOL_PTPV2 = 358,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"