[3.1.x] DHCP strings decoding #1526

Merged
merged 1 commit into from Feb 5, 2016

Conversation

Projects
None yet
3 participants
Contributor

nchaigne commented Feb 5, 2016

Header fields of type "string" are null terminated strings, decode them
as such

@nchaigne nchaigne [3.1.x] DHCP strings decoding
Header fields of type "string" are null terminated strings, decode them
as such
a402e19

@alandekok alandekok added a commit that referenced this pull request Feb 5, 2016

@alandekok alandekok Merge pull request #1526 from nchaigne/3.1.x-dhcp-hstr
[3.1.x] DHCP strings decoding
af9a2ec

@alandekok 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
Owner

alandekok commented Feb 5, 2016

I've pulled this over to 3.0, too.

Contributor

nchaigne commented Feb 5, 2016

Nice. Thanks !

Owner

arr2036 commented Feb 8, 2016

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