GithubHelp home page GithubHelp logo

joris-lammers / extractudprtppayload Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 6 KB

Mainly used for extracting MPEG Transport Stream from pcap file (TS usually transmitted over UDP or RTP)

Go 100.00%

extractudprtppayload's Introduction

ExtractUdpRtpPayload

Build Status

Mainly used for extracting MPEG Transport Stream from pcap file (TS usually transmitted over UDP or RTP) but can also be used to extract UDP payload of any other protocol or data that gets transported over UDP/RTP. However, the file names it creates end in .ts.

Currently, this project heavily depends on libpcap and that is something I want to replace by using a native go library for pcap handling rather than a wrapper around libpcap.

Enjoy!

extractudprtppayload's People

Contributors

joris-lammers avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

bubblemanwang

extractudprtppayload's Issues

Create reader for pcap-ng file formats

Currently, gopacket/pcapgo only supports the original pcap format. By default, Wireshark (and its tools) now saves to pcap-ng format instead.

None of gopacket sub-projects that are written in native go support pcap-ng. So the only solution to this problem is writing our own pcap-ng reader, similar to gopacket/pcapgo. Likely this should be a separate project in github such that it can be reused.

Add support for reading RTP payload

Current version only supports UDP payload but often TS is transported over RTP. So support for that needs to be added as well. Have not yet found a native go package that is able to parse that though

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.