{"id":19177910,"url":"https://github.com/eyevinn/pcap-tools","last_synced_at":"2026-02-16T09:31:59.709Z","repository":{"id":246363225,"uuid":"820811913","full_name":"Eyevinn/pcap-tools","owner":"Eyevinn","description":"Tools for working with tcpdump/Wireshark captures of MPEG-2 TS streams","archived":false,"fork":false,"pushed_at":"2025-11-19T10:03:27.000Z","size":27,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-19T11:24:52.693Z","etag":null,"topics":["mpeg-2","pcap","rtp","tcpdump","ts","wireshark"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Eyevinn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-27T08:19:20.000Z","updated_at":"2025-11-19T10:01:52.000Z","dependencies_parsed_at":"2024-06-27T15:17:34.481Z","dependency_job_id":"b1a3de35-f5a8-4be3-9c3c-4d27474fb369","html_url":"https://github.com/Eyevinn/pcap-tools","commit_stats":null,"previous_names":["eyevinn/pcap-tools"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Eyevinn/pcap-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fpcap-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fpcap-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fpcap-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fpcap-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eyevinn","download_url":"https://codeload.github.com/Eyevinn/pcap-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fpcap-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29504744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mpeg-2","pcap","rtp","tcpdump","ts","wireshark"],"created_at":"2024-11-09T10:35:43.868Z","updated_at":"2026-02-16T09:31:59.693Z","avatar_url":"https://github.com/Eyevinn.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\npcap-tools\n\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\nTools for PCAP files with TS streams \n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cbr /\u003e\n\n![Test](https://github.com/Eyevinn/mp2ts-tools/workflows/Go/badge.svg)\n[![golangci-lint](https://github.com/Eyevinn/mp2ts-tools/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/Eyevinn/mp2ts-tools/actions/workflows/golangci-lint.yml)\n[![GoDoc](https://godoc.org/github.com/Eyevinn/mp2ts-tools?status.svg)](http://godoc.org/github.com/Eyevinn/mp2ts-tools)\n[![Go Report Card](https://goreportcard.com/badge/github.com/Eyevinn/mp2ts-tools)](https://goreportcard.com/report/github.com/Eyevinn/mp2ts-tools)\n[![github release](https://img.shields.io/github/v/release/Eyevinn/pcap-tools?style=flat-square)](https://github.com/Eyevinn/pcap-tools/releases)\n[![license](https://img.shields.io/github/license/eyevinn/pcap-tools.svg?style=flat-square)](LICENSE)\n\n[![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg?style=flat-square)](https://github.com/eyevinn/pcap-tools/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)\n[![made with heart by Eyevinn](https://img.shields.io/badge/made%20with%20%E2%99%A5%20by-Eyevinn-59cbe8.svg?style=flat-square)](https://github.com/eyevinn)\n[![Slack](http://slack.streamingtech.se/badge.svg)](http://slack.streamingtech.se)\n\n\u003c/div\u003e\n\nTools for investigating and reusing tcpdump/Wireshark captures of TS streams.\n\nThe tools available this far are:\n\n* pcap-replay which replaces UDP streams from a pcap file and send to a specified address\n* pcap-unpack unpacks TS (or other UDP) streams from one or more pcap files\n\n## Requirements\n\nThis project uses Go version 1.22 or later.\n\n## Installation / Usage\n\nThe simplest way to get a working binary on your system is to run\n\n```sh\ngo install github.com/Eyevinn/pcap-tools/cmd/pcap-unpack@latest\ngo install github.com/Eyevinn/pcap-tools/cmd/pcap-replay@latest\n```\n\nWhen running the programs with `-h` option to get more information about\nhow they work\n\n### Building for development\n\nYou can alternatively checkout the repo and use the `Makefile`\nto get build artifacts into the out directory,\nor use the standard go steps to build and run in one go:\n\n```sh\ngo mod tidy\ncd cmd/pcap-replay\ngo run .\n```\n\n### Build on Windows\n\nIf Makefile does not work, you can use the line from the Makefile to build the tools.\nTo get the version correctly, note that the \"-X\" flags should be used.\n\n## Development\n\nUses standard Go tool chain.\n\n## Contributing\n\nSee [CONTRIBUTING](CONTRIBUTING.md)\n\n## License\n\nThis project is licensed under the MIT License, see [LICENSE](LICENSE).\n\n# Support\n\nJoin our [community on Slack](http://slack.streamingtech.se) where you can post any questions regarding any of our open source projects. Eyevinn's consulting business can also offer you:\n\n* Further development of this component\n* Customization and integration of this component into your platform\n* Support and maintenance agreement\n\nContact [sales@eyevinn.se](mailto:sales@eyevinn.se) if you are interested.\n\n# About Eyevinn Technology\n\n[Eyevinn Technology](https://www.eyevinntechnology.se) is an independent consultant firm specialized in video and streaming. Independent in a way that we are not commercially tied to any platform or technology vendor. As our way to innovate and push the industry forward we develop proof-of-concepts and tools. The things we learn and the code we write we share with the industry in [blogs](https://dev.to/video) and by open sourcing the code we have written.\n\nWant to know more about Eyevinn and how it is to work here. Contact us at work@eyevinn.se!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyevinn%2Fpcap-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyevinn%2Fpcap-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyevinn%2Fpcap-tools/lists"}