Search found 2 matches

by wryan
Fri, 2010-06-04, 17:19
Forum: DCMTK - General
Topic: getMACAddress sets the wrong number of bytes
Replies: 2
Views: 3161

Okay. Thanks for the quick response. I'll check the snapshot.
by wryan
Fri, 2010-06-04, 16:54
Forum: DCMTK - General
Topic: getMACAddress sets the wrong number of bytes
Replies: 2
Views: 3161

getMACAddress sets the wrong number of bytes

I'm new to the forum, so don't know if this is the right place to post bugs or not. Please point me in the right direction if needed. In dcuid.cxx, the gethostid() function allocates a char buffer 6 bytes long and passes it to getMACAddress(). unsigned char buffer[6]; crc.addBlock(getMACAddress(buff...