Giter VIP home page Giter VIP logo

Comments (4)

mike01 avatar mike01 commented on May 25, 2024

Hi, are you talking about ICMP unreachable packets? Extracting the original Datagram in the packet could be done like

orig_bts = mypacket[icmp.ICMP.Unreach].body_bytes
ip1 = ip.IP(orig_bts)

But (based on the specification) the second layer in ip1 will likely be incomplete/just 8 bytes in length so getting the higher layer data should better be done via "ip1.body_bytes"

from pypacker.

mdesco18 avatar mdesco18 commented on May 25, 2024

Thanks that's exactly what I was looking for. Is there a similar class as Unreach or way to implement it for ICMP type 11?

from pypacker.

mike01 avatar mike01 commented on May 25, 2024

I've added type 11 (TimeExceed) in the newest commit, should be retrievable via mypacket[icmp.ICMP.TimeExceed].

from pypacker.

mike01 avatar mike01 commented on May 25, 2024

Closing due response timeout

from pypacker.

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.