Git Product home page Git Product logo

stoneflow's People

Contributors

bigmstone avatar vcabbage avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

vcabbage mierdin

stoneflow's Issues

Add Additional Types

Currently only Enterprise 0 Type 1 is supported, while code exists to handle Type 2 it is unused. Should be enhanced to handle other types, potentially the full spec.

Testing

Project has 0% coverage. Change that.

Enterprise 0 Type 1 Parsing

Currently only supports type 1 of the following list:

enum header_protocol {
   ETHERNET-ISO88023    = 1,
   ISO88024-TOKENBUS    = 2,
   ISO88025-TOKENRING   = 3,
   FDDI                 = 4,
   FRAME-RELAY          = 5,
   X25                  = 6,
   PPP                  = 7,
   SMDS                 = 8,
   AAL5                 = 9,
   AAL5-IP              = 10, /* e.g. Cisco AAL5 mux */
   IPv4                 = 11,
   IPv6                 = 12,
   MPLS                 = 13,
   POS                  = 14  /* RFC 1662, 2615 */
}

And the support for type 1 uses static locations inside a packet so certain assumptions are made about frame/packet header length. This can, and should, be modified to take into account more options from the list, as well as allow for dynamic parsing of those frames depending on header length variables.

Byte Map Method

The existing code makes extensive use of byte array mapping to structs. There should be a helper method that can map a struct to a byte array to dramatically simplify entire code base and byte array parsing in general.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.