mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-04 18:00:17 +00:00
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:
parent
55664392a9
commit
ae6e6d61f0
79 changed files with 205 additions and 77 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue