aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-10/+10
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-12/+12
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-51/+51
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-4/+4
2013-09-07Batch of filterable expert infoMichael Mann1-33/+56