Comcast / Comcast/Oscar

spaces are stripped from SNMP OctetStrings.

Open
#43 7 comments 0 reactions 1 assignee Claimed by @mgarcia01752 View on GitHub
bug
Dominant language
Java
Stars
47
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Spaces are being stripped from SNMP strings.
For example:

  • Snmp11 iso.3.6.1.2.1.1.6.0 OctetString "RSC: Calgary DOCSIS"; /\* TLV: [11]*/

    after compiling then de-compiling becomes:

  • Snmp11 iso.3.6.1.2.1.1.6.0 OctetString "RSC:CalgaryDOCSIS"; /\* TLV: [11]*/
  • Contributor guide

    Open the contributing guide

    Assessment

    This issue has not been assessed yet.

    Get new issues in your inbox

    A short digest of beginner-friendly GitHub issues.