Giter Club home page Giter Club logo

Comments (4)

xairy avatar xairy commented on May 20, 2024
  1. Many networking protocols expect packet field values to be big-endian. While it's possible to use define KERNEL_CONST_BE htons(KERNEL_CONST) for constants, it's unclear what to do with the length fields.

from syzkaller.

xairy avatar xairy commented on May 20, 2024

2 can be resolved by adding a few special types: bytesize4 to denote the size of a filed in 32-bit words and bytesize8 to denote the size of the field in 64-bit words. The IPv4 example is then can be resolved by using bitfields (#72) and bytesize4[parent] and the IPv6 example - by using bytesize8[parent].

from syzkaller.

xairy avatar xairy commented on May 20, 2024

3 can be resolved by adding a few more types: int16be, int32be and int64be, which will denote an integer of appropriate bit size that should be converted to the big endian byte order (the value should probably be converted while parsing the templates and generating types).

from syzkaller.

xairy avatar xairy commented on May 20, 2024

Bitfields (#72), be suffix and bytesizeN types are now supported.
This can be closed.

from syzkaller.

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.