aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntp.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-25Empty strings are not very useful abbreviations. Even if it seems unlikely s...morriss1-18/+18
2010-04-15From Dave Higton:jake1-2/+4
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2009-11-25Squelch a compiler warning.guy1-1/+1
2009-11-25From Michael Speck:jake1-25/+484
2009-09-17From Steve via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3781 :morriss1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-42/+42
2009-04-02From Peter Hertting: Fix the maximum poll interval.gerald1-1/+1
2009-01-23NTP version 1 and 2 can be used as well.jake1-2/+2
2008-12-19Back out r27047 and r27053.gerald1-0/+5
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-5/+0
2008-04-15Fix a typo found by Don Arrowsmith.gerald1-2/+2
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
2007-01-05Added functionality proposed in bug 1233.jake1-8/+17
2006-10-26From Xiaoguang Liujake1-3/+3
2006-08-23From Toralf Foerster (in bug 1044):jake1-3/+4
2006-07-07Fix more bugs found by Ilja van Sprundel.gerald1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-16done:jmayer1-11/+9
2005-09-21get rid of strcpy in packet-ntp.csahlberg1-38/+47
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-1/+1
2005-08-08various code cleanup:ulfl1-6/+2
2005-08-05More char -> const char warning fixesjmayer1-3/+3
2005-03-01Show NTP times in a fashion more similar to that used for other times.guy1-3/+22
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+954