]> The Tcpdump Group git mirrors - tcpdump/history - print-ntp.c
Do time stamp deltas with unsigned arithmetic.
[tcpdump] / print-ntp.c
2018-02-03  Guy HarrisDo time stamp deltas with unsigned arithmetic.
2018-01-31  Guy HarrisMerge branch 'master' of github.com:the-tcpdump-group...
2018-01-31  Guy HarrisHave ip{6}addr_string take a u_char * as the second...
2018-01-22  Francois-Xavier... NTP: Replace ND_TCHECK calls by ND_TCHECK_SIZE calls
2018-01-21  Guy HarrisAlways include <config.h> rather than "config.h".
2018-01-21  Francois-Xavier... Use quoted include netdissect-stdinc.h instead of angle...
2018-01-14  Guy HarrisCheck against various modes explicitly.
2018-01-11  Guy HarrisClean up signed vs. unsigned.
2018-01-08  Francois-Xavier... Remove unneeded '&' when getting a pointer to an nd_uin...
2018-01-07  Francois-Xavier... NTP: Use more ND_TCHECK_n() macros
2018-01-07  Francois-Xavier... Update ND_PRINT() as a variadic macro
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-14  Francois-Xavier... NTP: Replace ND_TCHECK2 calls by ND_TCHECK_LEN calls
2017-12-13  Francois-Xavier... Remove all storage class specifier 'register'
2017-12-13  Guy HarrisC99 type, not BSD type; use uint8_t.
2017-12-11  Francois-Xavier... Replace ND_TTEST2()/ND_TCHECK2() macros by macros using...
2017-12-11  Guy HarrisMake nd_uint8_t and nd_int8_t arrays, to catch direct...
2017-11-22  Francois-Xavier... Rename EXTRACT_ macros
2017-11-18  Francois-Xavier... Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
2017-11-11  David CroninMerge remote-tracking branch 'upstream/master'
2017-09-28  Michael RichardsonMerge pull request #635 from sjvudp/f-contribute
2017-09-21  Guy HarrisMake the delta between 1970 and 1900 a 64-bit signed...
2017-09-21  Guy HarrisFix handling of NTP time stamps.
2017-09-20  Guy HarrisActually, the UNALIGNED might not be necessary.
2017-09-20  Denis OvsienkoNTP: Remove some duplicate output.
2017-09-20  Guy HarrisTry marking structures as UNALIGNED.
2017-09-04  Denis OvsienkoNTP: Add missing bounds checks.
2017-09-04  Denis OvsienkoNTP: Update length checks after the recent commit.
2017-09-04  Denis OvsienkoNTP: Use nd_XXXXX integer types in the structures.
2017-09-04  Denis OvsienkoNTP: Use tstr for truncation indicator.
2017-09-04  Ulrich Windlprint-ntp.c: Handle NTP Control Messages
2017-09-04  Guy HarrisSquelch a warning.
2017-08-30  Denis OvsienkoNTP: Improve length checks.
2017-08-30  Miroslav LichvarPrint NTP MAC with 160-bit digest.
2017-08-29  Guy HarrisMerge pull request #613 from msehnout/master
2017-08-29  Ulrich WindlPrint NTP timestamps as UTC, not local time
2017-08-29  Ulrich WindlPrepare print-ntp.c for NTP Control Messages
2017-08-29  Ulrich Windlprint-ntp.c: Add and use VERSIONSHIFT
2017-08-29  Denis OvsienkoNTP: For clarity use 0x with hexadecimal format.
2017-08-29  Miroslav LichvarFix printing of NTP key-id.
2017-08-29  Miroslav LichvarPrint NTP refid as hexadecimal number.
2017-08-29  Miroslav LichvarFix printing of NTP poll interval.
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2016-08-15  Francois-Xavier... Add a summary comment in all other printers
2016-08-14  Francois-Xavier... Move the printer summaries from INSTALL.txt to each...
2015-09-14  Guy HarrisUse double rather than float.
2015-09-14  Guy HarrisConsistently use float constants.
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-09-05  Francois-Xavier... Printers must include 'netdissect.h', not 'interface.h'
2015-05-20  Guy HarrisMerge pull request #455 from brooksdavis/gndo-cleanup
2015-04-27  Guy HarrisFix a bunch of de-constifications.
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-04-14  Denis OvsienkoNDOize the rest of util.c
2014-04-06  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2014-04-04  Guy HarrisNetdissectify the to-name resolution routines.
2014-04-02  Denis Ovsienkoconvert some stray printf()'s
2014-03-20  Denis OvsienkoNDOize ATM, MPTCP, NTP, VTP & Whiteboard decoders
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
2014-01-02  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Michael Richardsonwhitespace changes
2013-12-31  Guy HarrisPull a bunch of headers into the only source file that...
2013-09-24  Denis Ovsienkojustify declarations of struct tok arrays
2013-02-22  Bill FennerMerge branch 'master' of git://github.com/mcr/tcpdump
2013-02-07  Ajith AdapaMerge remote branch 'upstream/master'
2012-11-16  Wesley ShieldsMerge branch 'master' of https://github.com/mcr/tcpdump
2012-11-13  peppeThe peer polling interval is an exponent; treat it...
2010-03-09  Dmitry Eremin-Sole... Merge remote branch 'origin/master'
2010-02-24  Guy HarrisMerge branch 'cleanup' of git://github.com/krajaratnam...
2010-02-21  Guy HarrisAdd additional checks to make sure we don't go past...
2007-11-30  hannesfrom Carles Kishimoto <[email protected]>:
2005-05-06  guyAdd an "fn_printzp()" routine for printing null-padded...
2004-01-28  hannesdisplay cosmetics for printing NTP packets
2004-01-28  hannesprovide decent multipline output for the NTP printer
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-15  guyFrom Neil Spring:
2003-08-01  fennerDon't try to print deltas from zero.
2002-12-28  hannestell that its NTP what we are presenting & cosmetics ...
2002-12-11  guyThe "__attribute__((packed))" tag on structures causes...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-04-25  guyCast the argument to "fn_printn()" to "u_char *", as...
2001-08-20  fennerUse fn_printn() to avoid spewing junk from the packet...
2000-10-06  guyGet rid of some includes of <net/route.h>, and empty...
2000-09-28  guyGet rid of unneeded includes of <net/if.h>.
2000-09-23  guyAdd definitions of Ethernet types from
2000-07-01  assarremove non-STDC code
1999-11-21  fennerSwitch to config.h instead of passing defines in DEFS.
1999-10-07  mcrInitial revision