aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-14DICOM: Reassemble only when "More Fragments" is set.Uli Heilmeier1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-30/+7
2016-06-26conversation: rename shadow variableDario Lombardo1-1/+1
2016-06-14dcm: remove g_mallocDario Lombardo1-12/+7
2016-03-26Make sure conversation exists (CID-280536)Jaap Keuter1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-9/+9
2016-01-19 DCM: ignore the upper flag bits of PDV in PDU DATA packetRich Coe1-9/+23
2016-01-15DICOM: fix addition of item subtreesPascal Quantin1-10/+20
2016-01-13Use result of register_dissectorPeter Wu1-3/+1
2016-01-09[dcm] set a reasonable return value if we need more dataMartin Kaiser1-6/+2
2016-01-07[dcm] don't THROW() an exception from a dissectorMartin Kaiser1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+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-16/+3
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-07-03Split more init routines into init/cleanup functionsPeter Wu1-19/+23
2015-04-16Remove deprecated tvb_lengt APIsAndersBroman1-1/+1
2015-01-18Update some comments to reflect reality.Guy Harris1-2/+6
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-9/+9
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-1819/+1832
2014-09-08Register the dicom dissector by name so it can be used with SSL.Jeff Morriss1-5/+3
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-44/+37
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-20/+18
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-5/+5