aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udt.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Add descriptions for heur dissector tablesDavid Perry1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-31/+31
2023-09-19Use `register_dissector()` for more protocolsDavid Perry1-3/+1
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-07-22Fix crash in UDT dissector when long NAK packet is dissectedSimon Graham1-15/+37
2017-07-21Support heuristic sub-dissectors for UDTSimon Graham1-7/+16
2017-07-20Give some references.Guy Harris1-0/+2
2017-07-20Display relative sequence numbers when dissecting UDT.Simon Graham1-33/+69
2017-07-09Add support for dissecting UDT over DTLSSimon Graham1-26/+67
2017-07-04Updates to UDT dissector formatting. Simon Graham1-30/+78
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-03-17Heuristics length check must use captured_length; Do other misc changes:Bill Meier1-164/+185
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3
2013-08-15Expand $Id$, use native line endings, get rid of CRs (they belong onGuy Harris1-451/+451
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-12/+5
2013-06-20Add a few of our headers to code generated by pycrc (their faq says we can doEvan Huus1-1/+1
2013-05-31Add UDT dissector. Bug 8741 (https://bugs.wireshark.org/bugzilla/show_bug.cg...Michael Mann1-0/+458