aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08DCM: const-ify some big data structures.Darius Davis1-28/+28
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-109/+109
2023-11-01Fix Dead initialization found by Clang AnalyzerAlexis La Goutte1-3/+3
2023-07-15DICOM: Fix leak in export objectsJohn Thacker1-16/+18
2023-07-14DICOM: Fix some leaksJohn Thacker1-6/+6
2023-07-14Copy DICOM payload to Export Objects windowElisey Shemyakin1-1/+1
2023-04-23More val_to_str()-related fixesMartin Mathieson1-1/+1
2023-02-09DICOM: Do not truncate in the middle of a UTF-8 characterJohn Thacker1-5/+9
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-01-31DCM: Check if buf_desc is not NULLUli Heilmeier1-5/+6
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-2/+2
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-3/+3
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-84/+84
2020-09-27Fix some wrong filter names.Martin Mathieson1-1/+1
2020-08-20dicom: Handle frames with segments from different reassembliesJohn Thacker1-1/+15
2020-08-15dicom: fix exporting objects with tsharkJohn Thacker1-20/+20
2020-08-06dicom: when exporting objects, don't assume we have the AE titles.Guy Harris1-1/+2
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-4/+4
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-15Get display strings for the AE titles.Guy Harris1-22/+21
2019-07-15Use proto_tree_add_item_ret_string() to add strings.Guy Harris1-12/+28
2019-06-06dcm: fix [-Wmissing-prototypes] warningAlexis La Goutte1-2/+2
2019-05-16Do *NOT* assume col_get_text(cinfo, el) never returns NULL!Guy Harris1-2/+6
2019-03-08DCM: Improved COL_INFODavid Aggeler1-61/+103
2019-02-12DCM: Fix offset for protocol versionUli Heilmeier1-6/+2
2019-02-12packet-dcm.c: fix reassembly and exportdavid-aggeler1-174/+202
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-10-22dcm: Generate packet-dcm.h from DICOM standard in DocBook formatRickard Holmberg1-14/+18
2018-10-22dcm: Move some DICOM tables from packet-dcm.c to packet-dcm.hRickard Holmberg1-3261/+2
2018-06-28DICOM: use pinfo pool memory for strings used in columnsPascal Quantin1-5/+5
2018-06-26packet-dcm.c: heuristic dissection reworkDavid Aggeler1-59/+126
2018-05-28Make sure the offset doesn't overflow.Guy Harris1-0/+5
2018-03-06dcm: Fixed crash in dissector, and other bugs Some tag descriptions which are...david-aggeler1-169/+226
2018-02-18DICOM: Prevent infinite loop (dissect_dcm_tag)Michael Mann1-1/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+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-2/+10
2017-07-20DICOM: Add User IdentifyAlexis La Goutte1-0/+87
2017-07-20DICOM: Add display of Unknown item typeAlexis La Goutte1-0/+35
2017-05-06packet-dcm.c: Fix infinite loopMichael Mann1-1/+1
2017-04-15DICOM: Revert 3752a643ac5c85622822c88c69d83ce23828acb8Uli Heilmeier1-1/+1
2017-02-25Convert a few more dissectors to use wmem_hash instead of GHashtable.Michael Mann1-30/+22
2017-01-29Register reassembly tablesMichael Mann1-5/+4
2016-12-02Enable exporting objects with tsharkMoshe Kaplan1-1/+34
2016-11-25packet-dcm.c: Cleanup memory usage with stringsMichael Mann1-82/+58
2016-11-21packet-dcm.c: Assorted cleanupMichael Mann1-212/+88
2016-11-20Make something to which we assign a string pointer const.Guy Harris1-1/+1
2016-11-20DICOM: Fix handling of AT tag elementsUli Heilmeier1-7/+14