Git Product home page Git Product logo

unpack_tcpdump's Introduction

<<<<<<< HEAD 需要安装 dpkt 及pandas二个库,后一个是画图用的,可以不装 https://github.com/kbandla/dpkt.git 安装命令:python setup.py -j 4 build install --prefix $HOME/.local

tcp协议,它的data最大长度为1448字节,当消息很大时,会进行分片到多个tcp包中,在解包时,需要根据ip.src,sport ,ip.dst dport 及tcp.seq确定分片次序 udp

需要安装 dpkt 及pandas二个库注意这里解包是解的tcp包,而不是udp包,需要根据tcp/udp消息头来进行解包,对于udp组播的头,也需要注意,它与udp的头不一样。

e49833edfa2c638515c3b218052b3f01a0400ec8

unpack_tcpdump's People

Contributors

343829084 avatar

Watchers

 avatar

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.