aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntp.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-13NTP: Updated system and peer status codesUli Heilmeier1-15/+34
2018-01-12NTP: Decode data of opcodes 8,9,10,11,12Uli Heilmeier1-1/+35
2018-01-09NTP: Update values for opcodeUli Heilmeier1-18/+28
2017-12-11NTP: fix authenticator dissection when padding is usedPascal Quantin1-3/+17
2017-12-11NTP: fix parsing of multiple comma separated identifiersPascal Quantin1-2/+7
2017-03-05dissectors: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-0/+1
2017-02-24Make MIPv6 options into a dissector table.Michael Mann1-5/+1
2016-12-13Add support for adding unit names to hf_ fields.Michael Mann1-12/+6
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-10-12NTP: fix dissection of SHA1 based message authentication codePascal Quantin1-3/+3
2015-10-04Add NTP authentication dissection.Michael Mann1-341/+350
2015-07-23NTP: fix DISSECTOR_ASSERT when decoding v6_flagsAlexis La Goutte1-2/+2
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-3/+1
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