aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntp.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-17General cleanup including as appropriate:Bill Meier1-36/+35
2012-05-12Fix display filter prefix from "ntpctrl." to "ntp.ctrl." Part of a patch sub...Chris Maynard1-28/+28
2012-02-17Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6703 :Jeff Morriss1-1/+1
2011-11-27Fix a typo.Chris Maynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-08-02Show version and mode in protocol root. Now dissects details whether tree is...Martin Mathieson1-8/+13
2011-03-04Change descriptions of NTP Reference Identifier Codes for stratum 1Stephen Fisher1-16/+22
2011-03-04Correct the usage of tvb_memeql() after r35558: it doesn't return trueStephen Fisher1-1/+1
2011-03-03Change "Reference Clock ID" to "Reference ID" to match RFC5905 (alsoStephen Fisher1-3/+3
2011-03-03Clarify / add explanations for the fieldsStephen Fisher1-24/+26
2011-02-28Display the NTP version in COL_INFO so tshark output (without -V) looksStephen Fisher1-9/+11
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-2/+1
2011-02-09A couple of dissectors have/need an NTP-to-nstime routine, so put it inJeff Morriss1-3/+16
2011-02-09Rename ntp_fmt_ts() to tvb_ntp_fmt_ts() and make it take a pointer to a TVB andJeff Morriss1-3/+3
2011-02-07For FT_{ABSOLUTE,RELATIVE}_TIME, make the rest of the encodingGuy Harris1-16/+16
2011-02-07Add support for passing NTP times to proto_tree_add_item() by specifyingJeff Morriss1-28/+8
2011-01-21Adress => Address corrections (also in comments).Sake Blok1-1/+1
2011-01-20Roll some calls to tvb_get_ptr() into proto_tree_add_bytes_format() (insteadJeff Morriss1-3/+1
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-4/+4
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