Search found 4 matches

by vasyl.horbatenko
Mon, 2023-09-18, 11:00
Forum: DCMTK - General
Topic: Exception in DT_2_IndicatePData
Replies: 1
Views: 3456

Exception in DT_2_IndicatePData

Hi OFFIS team, It is possible to get "read access violation" exception in DT_2_IndicatePData when server returns incorrect/malicious data in PDV length field. The problem seems to be related to non-consistent variable types that allows to overfloat length variable when pdvLength is set by ...
by vasyl.horbatenko
Fri, 2022-10-07, 17:06
Forum: DCMTK - General
Topic: Problem with getting network initialization status.
Replies: 1
Views: 1024

Problem with getting network initialization status.

Hi OFFIS team, I am implementing a class that inherits from DcmBaseSCPPool. DcmBaseSCPPool has function called "listen" that is doing network initialization and listening for incoming requests in the loop. From the comment to this function: * @return DUL_NOASSOCIATIONREQUEST if no connecti...
by vasyl.horbatenko
Wed, 2022-09-07, 15:25
Forum: DCMTK - General
Topic: Unable to change Implementation Class UID and Implementation Version Name
Replies: 5
Views: 3630

Re: Unable to change Implementation Class UID and Implementation Version Name

Thank you for the feedback.

I re-implemented the change in the proposed way in the new draft PR.
Please have a look https://github.com/DCMTK/dcmtk/pull/69
by vasyl.horbatenko
Mon, 2022-09-05, 15:43
Forum: DCMTK - General
Topic: Unable to change Implementation Class UID and Implementation Version Name
Replies: 5
Views: 3630

Unable to change Implementation Class UID and Implementation Version Name

Hello, I am trying to set Implementation Class UID and Implementation Version Name. There is a way to change it in meta header when writing files, but for association it is not possible. It seems like it was not designed to be ever changed. Is there any reason to keep these values hardcoded in DCMTK...