-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
analyse VendorSpecific promble #22
Comments
Look forward to your reply |
Hello, Thank you for reporting this. There was an issue encoding the Please try the new version:
|
Thanks for your reply, i can download this project but i can not pull the depency from the mvnrepository,and i can't find the version of 0.3.1 from the repository |
It's available now: https://central.sonatype.com/artifact/org.aaa4j.radius/aaa4j-radius Sometimes Maven Central takes a few hours to update. |
thanks |
Hi~ when i use this project to analyse my radius request, i find some promble
This is the message I constructed
private static Attribute<?> createVendorSpecificAttribute() {
// build VendorSpecificAttribute
final VsaData vsaData1 = new VsaData(10415,22,new byte[] {
xxxx
});
return new VendorSpecific( vsaData1);
}
when i use aaa4j-radous-core to analyse message , it will report null pointer, i see the method of getAttributeDefinition,but i find
typeAttributeDefinitionsMap dose not have the key of generator by AttributeType nextType = nextAttribute.getType().with(containerData.getContainedType());
AttributeDefinition attributeDefinition = dictionary.getAttributeDefinition(nextType);
int numComplete = attributeDefinition.getAttributeCodec().decode(codecContext, attributeStack);
thanks
The text was updated successfully, but these errors were encountered: