Giter VIP home page Giter VIP logo

Comments (2)

ajbalogh avatar ajbalogh commented on August 21, 2024

Custom is just that - a custom packet header that consists of x number of bytes.
It gets inserted into the packet based on its location and it can be inserted multiple times.
So you can have packet=[Ethernet(), Vlan(), Custom(bytes='...'), Tcp(), Custom(bytes='...')]
The bit pattern offsets are only specific to the containing Custom packet header.
This allows the packet blaster / negative testers to generate whatever they want.

from models.

ashutshkumr avatar ashutshkumr commented on August 21, 2024

Then how does one provide custom payload without having to explicitly provide payload offset ? (it's a pretty common use case in most traffic generators, including Ixia and Scapy)

Maybe a new schema for that is in works ? If not, I would propose to explore options to reuse Custom.

from models.

Related Issues (20)

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.