aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntp.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-7/+8
2010-05-20Rewrote to avoid "More data arguments than '%' conversions" warning.Stig Bjørlykke1-6/+11
2010-04-25Empty strings are not very useful abbreviations. Even if it seems unlikely s...Jeff Morriss1-18/+18
2010-04-15From Dave Higton:Jaap Keuter1-2/+4
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2009-11-25Squelch a compiler warning.Guy Harris1-1/+1
2009-11-25From Michael Speck:Jaap Keuter1-25/+484
2009-09-17From Steve via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3781 :Jeff Morriss1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-42/+42
2009-04-02From Peter Hertting: Fix the maximum poll interval.Gerald Combs1-1/+1
2009-01-23NTP version 1 and 2 can be used as well.Jaap Keuter1-2/+2
2008-12-19Back out r27047 and r27053.Gerald Combs1-0/+5
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-5/+0
2008-04-15Fix a typo found by Don Arrowsmith.Gerald Combs1-2/+2
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-01-05Added functionality proposed in bug 1233.Jaap Keuter1-8/+17
2006-10-26From Xiaoguang LiuJaap Keuter1-3/+3
2006-08-23From Toralf Foerster (in bug 1044):Jaap Keuter1-3/+4
2006-07-07Fix more bugs found by Ilja van Sprundel.Gerald Combs1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-16done:Jörg Mayer1-11/+9
2005-09-21get rid of strcpy in packet-ntp.cRonnie Sahlberg1-38/+47
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-1/+1
2005-08-08various code cleanup:Ulf Lamping1-6/+2
2005-08-05More char -> const char warning fixesJörg Mayer1-3/+3
2005-03-01Show NTP times in a fashion more similar to that used for other times.Guy Harris1-3/+22
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+954