]> The Tcpdump Group git mirrors - tcpdump/history - print-ntp.c
Handle very large -f files by rejecting them.
[tcpdump] / print-ntp.c
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