X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1729c1d31f80a31a887abbcff70f970841a3be9f..refs/heads/coverity_scan:/print-ntp.c diff --git a/print-ntp.c b/print-ntp.c index 69d7709c..5f791feb 100644 --- a/print-ntp.c +++ b/print-ntp.c @@ -66,7 +66,7 @@ * | | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ * | | - * | Originate Timestamp (64) | + * | Origin Timestamp (64) | * | | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ * | | @@ -309,7 +309,7 @@ ntp_time_print(netdissect_options *ndo, ND_PRINT("\n\t Reference Timestamp: "); p_ntp_time(ndo, &(bp->ref_timestamp)); - ND_PRINT("\n\t Originator Timestamp: "); + ND_PRINT("\n\t Origin Timestamp: "); p_ntp_time(ndo, &(bp->org_timestamp)); ND_PRINT("\n\t Receive Timestamp: ");