aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntp.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30Look into some cases where 1 value_string value is missingMartin Mathieson1-0/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-316/+316
2023-09-27NTP: remove wrong value from peer event code vsMartin Mathieson1-1/+0
2023-06-21Use `register_dissector()` for more protocolsDavid Perry1-3/+4
2023-06-11ntp: format ntp.refid for Kiss-o'-Death messagesChuck Craft1-4/+42
2023-05-21More tools/check_typed_item_calls.py fussingMartin Mathieson1-7/+7
2023-01-03Change some vals entries to equivalent common tfsMartin Mathieson1-11/+4
2022-10-31NTP: Improve handling of poll and precision fieldsMiroslav Lichvar1-14/+10
2022-09-07Try to fix clang tvb_memeql-warningsAnders Broman1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-7/+7
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-4/+4
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-1/+1
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