Giter VIP home page Giter VIP logo

smpte2110-40-dissector's Introduction

smpte2110-40-dissector

Dissector for SMPTE ST 2110-40 Ancillary Data

Lua Dissector for ST 2110-40 in Wireshark

Project Lead: Thomas Edwards ([email protected])

to use in Wireshark:

  1. Ensure your Wireshark works with Lua plugins - "About Wireshark" should say it is compiled with Lua

  2. Install this dissector in the proper plugin directory - see "About Wireshark/Folders" to see Personal and Global plugin directories. After putting this dissector in the proper folder, "About Wireshark/Plugins" should list "ST-2110_40.lua"

  3. In Wireshark Preferences, under "Protocols", set st_2110_40 as dynamic payload type being used

  4. Capture packets of ST 2110_40

  5. "Decode As" those UDP packets as RTP

  6. You will now see the ST 2110_40 Data dissection of the RTP payload

  7. You can extract the Closed Captionning Data with the script parse_CC.sh. The utility tshark has to be installed. The script extracts with tshark the CC Data from a pcap file and concatenates them into an output file:

./parse_CC.sh --in=<PCAP_FILE> --out=<CC_DATA_EXTRACTED_FILE>

or to output in stdout:

./parse_CC.sh --in=<PCAP_FILE> -v

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

smpte2110-40-dissector's People

Contributors

stobajas 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.