summaryrefslogtreecommitdiff
path: root/print-ntp.c
Commit message (Expand)AuthorAgeFilesLines
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-1/+0
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Use double rather than float.Guy Harris2015-09-141-12/+12
* Consistently use float constants.Guy Harris2015-09-141-7/+7
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Fix a bunch of de-constifications.Guy Harris2015-04-261-2/+2
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-12/+12
* NDOize the rest of util.cDenis Ovsienko2014-04-141-1/+1
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-3/+3
* convert some stray printf()'sDenis Ovsienko2014-04-021-13/+13
* NDOize ATM, MPTCP, NTP, VTP & Whiteboard decodersDenis Ovsienko2014-03-201-66/+65
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdumpMichael Richardson2014-01-011-1/+126
|\
| * Pull a bunch of headers into the only source file that includes them.Guy Harris2013-12-301-1/+126
* | whitespace changesMichael Richardson2014-01-011-3/+3
|/
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-3/+3
* The peer polling interval is an exponent; treat it as such.peppe2012-11-121-1/+1
* Add additional checks to make sure we don't go past the end of the packet.Guy Harris2010-02-201-0/+3
* from Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-11-301-4/+20
* Add an "fn_printzp()" routine for printing null-padded strings (stringsguy2005-05-061-2/+3
* display cosmetics for printing NTP packetshannes2004-01-281-4/+1
* provide decent multipline output for the NTP printerhannes2004-01-281-78/+68
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Don't try to print deltas from zero.fenner2003-08-011-5/+29
* tell that its NTP what we are presenting & cosmetics ...hannes2002-12-281-7/+8
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-8/+9
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+2
* Cast the argument to "fn_printn()" to "u_char *", as that's the argumentguy2002-04-251-2/+2
* Use fn_printn() to avoid spewing junk from the packet to the terminal.fenner2001-08-201-5/+2
* Get rid of some includes of <net/route.h>, and empty declarations ofguy2000-10-061-4/+1
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* Add definitions of Ethernet types fromguy2000-09-231-2/+1
* remove non-STDC codeassar2000-07-011-3/+1
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* Initial revisionmcr1999-10-071-0/+286