Closed mcpat closed 6 years ago
The tests fail, so those have to be fixed before the patch is added.
Sure, as soon as somebody tells me how the tests are built and executed I can have a look into it.
Oh I see now. The problem is, that the example dictionary file contains non-protocol attributes that "are used internally by the server". As this is the client side I will just remove them from the dictionary.
This commit fixes the representation of attribute type and vendor ID. According to RFC 2865 attribute type is one octet and vendor ID is three octets. So now, the combination of both is calculated as follows:
This commit resolves #72