summaryrefslogtreecommitdiff
path: root/print-ptp.c
Commit message (Expand)AuthorAgeFilesLines
* PTP: Print un-allocated values for the message field as "Reserved"Francois-Xavier Le Bail2023-01-021-1/+1
* PTP: use the proper values for the control fieldDavid Mirabito2023-01-021-3/+25
* PTP: Replace some ' ,' with ', ' (style)Francois-Xavier Le Bail2022-12-121-23/+23
* PTP: Remove an unused macroFrancois-Xavier Le Bail2022-12-121-9/+0
* PTP: fix printing of the correction fieldsCharles (Chas) Williams2022-10-141-7/+10
* Update the ND_LCHECK*() macros to ND_ICHECK*() macrosFrancois-Xavier Le Bail2021-12-291-1/+1
* PTP: Use ND_LCHECK_U for checking invalid lengthFrancois-Xavier Le Bail2021-02-011-7/+5
* Include <string.h> only if required.Denis Ovsienko2020-10-171-1/+0
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-1/+0
* PTP: Declare 'static' some variablesFrancois-Xavier Le Bail2020-05-301-4/+5
* PTP: Fix fetching the domainNumberFrancois-Xavier Le Bail2020-04-201-1/+1
* PTP: Use GET_BE_U_6() calls for 6 bytes time stampsFrancois-Xavier Le Bail2020-03-301-3/+3
* PTP: Fix the "not implemented" message for version 1Francois-Xavier Le Bail2020-02-291-1/+1
* PTP: Fix header field 'Port Identity' variable sizeFrancois-Xavier Le Bail2020-02-281-2/+2
* PTP: Fix printing the Reserved2 fieldFrancois-Xavier Le Bail2020-02-281-7/+7
* The ptp (precision time protocol) with UDP as the transport protocol.Partha Ghosh2019-11-221-0/+621