aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntp.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-27Fix a typo.cmaynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-08-02Show version and mode in protocol root. Now dissects details whether tree is...martinm1-8/+13
2011-03-04Change descriptions of NTP Reference Identifier Codes for stratum 1sfisher1-16/+22
2011-03-04Correct the usage of tvb_memeql() after r35558: it doesn't return truesfisher1-1/+1
2011-03-03Change "Reference Clock ID" to "Reference ID" to match RFC5905 (alsosfisher1-3/+3
2011-03-03Clarify / add explanations for the fieldssfisher1-24/+26
2011-02-28Display the NTP version in COL_INFO so tshark output (without -V) lookssfisher1-9/+11
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()morriss1-2/+1
2011-02-09A couple of dissectors have/need an NTP-to-nstime routine, so put it inmorriss1-3/+16
2011-02-09Rename ntp_fmt_ts() to tvb_ntp_fmt_ts() and make it take a pointer to a TVB andmorriss1-3/+3
2011-02-07For FT_{ABSOLUTE,RELATIVE}_TIME, make the rest of the encodingguy1-16/+16
2011-02-07Add support for passing NTP times to proto_tree_add_item() by specifyingmorriss1-28/+8
2011-01-21Adress => Address corrections (also in comments).sake1-1/+1
2011-01-20Roll some calls to tvb_get_ptr() into proto_tree_add_bytes_format() (insteadmorriss1-3/+1
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-4/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.wmeier1-7/+8
2010-05-20Rewrote to avoid "More data arguments than '%' conversions" warning.stig1-6/+11
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