Skip to content
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

add BerReader.readOID() #3

Merged
merged 4 commits into from Jan 6, 2012
Merged

Conversation

dgwynne
Copy link
Contributor

@dgwynne dgwynne commented Dec 31, 2011

i need readOID for parsing snmp packets. this passes superficial tests and has no impact on existing functionality.

this now includes fixes for writing OIDs with large (numerically) components.

David Gwynne and others added 4 commits December 31, 2011 18:25
has a nice ring to it.
1. the octet var is being encoded, not an id var.
2. oid components >= 268435456 werent being encoded at all.
@mcavage
Copy link
Contributor

mcavage commented Jan 6, 2012

Super sorry this took so long to get to (holidays and all). It all looks good, although I think your typo is going to stick given the ordering of commits I see (ObjectDescritor). I'll just fix afterwards.

mcavage added a commit that referenced this pull request Jan 6, 2012
add BerReader.readOID()
@mcavage mcavage merged commit a89b180 into TritonDataCenter:master Jan 6, 2012
@mcavage
Copy link
Contributor

mcavage commented Jan 6, 2012

Thanks David!

It's out in npm@0.1.11, and I added you to the contributors field of the package.json file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants