aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntp.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-23Fix some spelling errors.Martin Mathieson1-1/+1
2021-09-16tvbparse: explicitly memory-scope parserEvan Huus1-1/+1
2021-01-03ntp: remove size constraint for invalid refid.Dario Lombardo1-1/+1
2020-09-13More dissector string spelling fixes.Martin Mathieson1-1/+1
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-1/+1
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-11/+11
2020-08-04NTP: fix detection of larger MAC sizes, remove Autokey supportPeter Wu1-155/+117
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-12/+12
2020-01-21Put various epoch time deltas into wsutil/epochs.h.Guy Harris1-2/+7
2019-08-29Add proto_tree_add_item_ret_time_stringMichael Mann1-94/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-11/+11
2019-01-11dissectors: remove unused assignments.Dario Lombardo1-1/+0
2019-01-08NTP: don't increment offsets that aren't used again.Jeff Morriss1-31/+0
2019-01-05NTP: Adding missing commands of ntpdc mode 7Uli Heilmeier1-85/+1843
2018-11-07NTP: fix dissection of authentication parameters in mode 7 packetsPascal Quantin1-12/+14
2018-11-06NTP: add request/response tracking to mode 7 packetsPascal Quantin1-27/+66
2018-11-06NTP: fix parsing of NTP mode 7 messagesPascal Quantin1-34/+62
2018-10-31NTP: add request/response tracking to client, server and control packetsPascal Quantin1-2/+138
2018-10-21ntp: change root delay and dispersion to integer for fixed precision.Dario Lombardo1-12/+16
2018-09-04ntp: make ntp.precision an uint8.Dario Lombardo1-3/+3
2018-08-16ntp: fix mixed indentation.Dario Lombardo1-101/+77
2018-08-10ntp: use 'seconds' instead of 'sec' for uniformity.Dario Lombardo1-2/+2
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-2/+2
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