aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tftp.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-9/+9
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2021-04-02TFTP: Fix is_valid_requerest_bodyRoman-Koshelev1-2/+9
2021-03-31TFTP: Added tftp heuristic dissectorRoman-Koshelev1-13/+34
2021-03-31TFTP: strengthen heuristic for RRQ/WRQRoman-Koshelev1-2/+13
2021-03-31TFTP: Added conversation dissector checkRoman-Koshelev1-1/+2
2021-03-25TFTP: dissect_tftp fixRoman-Koshelev1-14/+31
2021-03-25TFTP: strengthen heuristic for RRQ/WRQRoman-Koshelev1-8/+2
2021-03-25TFTP: heuristic fix for RRQ/WRQRoman-Koshelev1-1/+1
2021-02-23packet-tftp.c: Fix an incorrect value in a comment.Joerg Mayer1-1/+1
2021-02-06TFTP: Link each DATA/ACK to its read/write request.Darius Davis1-5/+23
2020-12-29TFTP: Parse "windowsize" and "msftwindow" options.Darius Davis1-7/+85
2020-02-15Some issues spotted by PVS-Studio in bug 16335. Many more remainMartin Mathieson1-1/+1
2020-02-05TFTP: Rewritten object (file) export algorithmRoman-Koshelev1-118/+47
2020-02-03TFTP: Transferred files may now be reassembled and dissected.Roman Koshelev1-25/+176
2020-01-31TFTP: Redesign conversation creation algorithmRoman Koshelev1-14/+29
2020-01-07TFTP Header End FixRoman Koshelev1-2/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-2/+2
2018-12-01TFTP: Minor tweaks to tftp.destination_file field.Darius Davis1-2/+2
2018-12-01Apply port preferences during dissector handoff registrationJaap Keuter1-0/+1
2018-11-27TFTP: export object with correct tftp object dataJaap Keuter1-0/+1
2018-11-26TFTP: Repair block numbers truncated at 16 bits.Darius Davis1-12/+63
2018-11-23TFTP: Improve dissection of ERROR packets.Darius Davis1-10/+79
2018-11-22TFTP: De-duplicate tftp_info structure creation.Darius Davis1-36/+26
2018-09-22TFTP: Use a GByteArray.Gerald Combs1-23/+12
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-3/+3
2017-10-28Privatize the conversation_key structureMichael Mann1-1/+1
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-2/+1
2017-09-02Don't export structures used internally by dissectors for Export Objects.Guy Harris1-0/+8
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2017-01-07Convert range API to always use wmem memory.Michael Mann1-1/+0
2016-12-11smb/tftp: fix no previous prototype for ‘tftp/smb_eo_cleanup’ [-Wmissing-...Alexis La Goutte1-1/+1
2016-12-02Enable exporting objects with tsharkMoshe Kaplan1-1/+90
2016-11-22Add prefs_get_uint_value and prefs_get_range_valueMichael Mann1-5/+3
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-26/+13
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-14/+11
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-6/+6
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-4/+5
2015-10-30STUN: register a new conversation dissector after receiving a ConnectionBind ...Pascal Quantin1-2/+2
2015-08-03TFTP: strengthen heuristic used over STUN/TURNMartin Mathieson1-0/+20
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-14tftp: stop TFTP heuristic incorrectly matching TURN ChannelData messagesHadriel Kaplan1-24/+62
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0