aboutsummaryrefslogtreecommitdiff
path: root/print-ntp.c
AgeCommit message (Expand)Author
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-04-21Extract NTP printingHerwin Weststrate
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-09-11Add the nd_print_invalid() functionFrancois-Xavier Le Bail
2018-09-03Fix spacesFrancois-Xavier Le Bail
2018-08-14NTP: Fix UTC/GMT timestamps printing according to RFC3339Francois-Xavier Le Bail
2018-05-20NTP: Fix extracting the poll valueFrancois-Xavier Le Bail
2018-05-18Fix space printing with istr[]Francois-Xavier Le Bail
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-04-30Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-02-02Do time stamp deltas with unsigned arithmetic.Guy Harris
2018-01-31Have ip{6}addr_string take a u_char * as the second argument.Guy Harris
2018-01-22NTP: Replace ND_TCHECK calls by ND_TCHECK_SIZE callsFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-14Check against various modes explicitly.Guy Harris
2018-01-11Clean up signed vs. unsigned.Guy Harris
2018-01-08Remove unneeded '&' when getting a pointer to an nd_uintN_t typeFrancois-Xavier Le Bail
2018-01-07NTP: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-14NTP: Replace ND_TCHECK2 calls by ND_TCHECK_LEN callsFrancois-Xavier Le Bail
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-13C99 type, not BSD type; use uint8_t.Guy Harris
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-10Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-09-21Make the delta between 1970 and 1900 a 64-bit signed integral constant.Guy Harris
2017-09-20Fix handling of NTP time stamps.Guy Harris
2017-09-20Actually, the UNALIGNED might not be necessary.Guy Harris
2017-09-20NTP: Remove some duplicate output.Denis Ovsienko
2017-09-20Try marking structures as UNALIGNED.Guy Harris
2017-09-04NTP: Add missing bounds checks.Denis Ovsienko
2017-09-04NTP: Update length checks after the recent commit.Denis Ovsienko
2017-09-04NTP: Use nd_XXXXX integer types in the structures.Denis Ovsienko
2017-09-04NTP: Use tstr for truncation indicator.Denis Ovsienko
2017-09-04print-ntp.c: Handle NTP Control MessagesUlrich Windl
2017-09-04Squelch a warning.Guy Harris
2017-08-30NTP: Improve length checks.Denis Ovsienko
2017-08-30Print NTP MAC with 160-bit digest.Miroslav Lichvar
2017-08-29Print NTP timestamps as UTC, not local timeUlrich Windl
2017-08-29Prepare print-ntp.c for NTP Control MessagesUlrich Windl
2017-08-29print-ntp.c: Add and use VERSIONSHIFTUlrich Windl
2017-08-29NTP: For clarity use 0x with hexadecimal format.Denis Ovsienko
2017-08-29Fix printing of NTP key-id.Miroslav Lichvar
2017-08-29Print NTP refid as hexadecimal number.Miroslav Lichvar
2017-08-29Fix printing of NTP poll interval.Miroslav Lichvar
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail