Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
[3.1.x] DHCP strings decoding #1526
Conversation
alandekok
added a commit
that referenced
this pull request
Feb 5, 2016
|
|
alandekok |
af9a2ec
|
alandekok
merged commit af9a2ec
into FreeRADIUS:v3.1.x
Feb 5, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
|
I've pulled this over to 3.0, too. |
|
Nice. Thanks ! |
|
Looks good, thanks for submitting this. I noticed we were getting lots of zeros in the debug output, but thought it was just an artefact of working with fixed length fields :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nchaigne commentedFeb 5, 2016
Header fields of type "string" are null terminated strings, decode them
as such