Code Monkey home page Code Monkey logo

Comments (4)

PhyxionNL avatar PhyxionNL commented on August 11, 2024

The first problem is that the extension headers (including a fragment header) are not added to bytes at all because it's not seen as a header or payload. These should've be added to the header (as extension headers are of course part of the header). The next problem is that several bytes are being overriden, namely the bytes at index 67, 68, 75 and 76. This happens because the captured packet was detected as UDP payload, which was mostly OK, but it was a fragmented part, so this shouldn't have been parsed as an UDP packet. As calling .Bytes updates the calculated values (including the length), these bytes were overwritten.

Keep in mind that packetnet always uses and overwrites the original data (the passed in byte array) for performance reasons. If you don't want that, copy the byte array first.

from packetnet.

ZbynekZ avatar ZbynekZ commented on August 11, 2024

That looks great - thank you.
Will there be a new version of the NuGet package published? Because that's what I and my users depend on...

from packetnet.

PhyxionNL avatar PhyxionNL commented on August 11, 2024

Yes, might do #102 before NuGet push though, so please give it a try first.

from packetnet.

ZbynekZ avatar ZbynekZ commented on August 11, 2024

Understood - no hurry - but see my comment in #102 too.

from packetnet.

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.