aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntp.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-10[GTPv2] Dissect ULI Timestamp.AndersBroman1-0/+40
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-08-28NTP: fix parsing of control assignments with empty valuePascal Quantin1-3/+6
2014-08-18Eliminate proto_tree_add_text from some dissectors.Michael Mann1-32/+39
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-14Added monlist supportDario Lombardo1-3/+142
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-30Don't use 'l' as a constant modifier:Bill Meier1-35/+49
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-09-30Convert proto_tree_add_int_format calls to proto_tree_add_int_format_value wh...Michael Mann1-2/+2
2013-09-30Convert proto_tree_add_double_format calls to proto_tree_add_double_format_va...Michael Mann1-4/+4
2013-09-29Convert several proto_tree_add_bytes_format calls to proto_tree_add_bytes_for...Michael Mann1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-6/+6
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+4
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-4/+4
2013-03-19From beroset:Anders Broman1-3/+3
2012-12-26And another 64-bit-to-32-bit conversion on 32-bit platforms.Guy Harris1-1/+1
2012-10-25Fix problem where NTP times with the high-bit set to 0 (which RFC 2030Jeff Morriss1-3/+16
2012-10-25- Dissect more options.Anders Broman1-0/+50
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-6/+6
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-7/+7
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