Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a tool to extract the transport stream from a packet capture #12

Open
GoogleCodeExporter opened this issue Mar 17, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Provide a pcap2ts tool.

I have a trivial Perl implementation here, using the following CPAN modules:

Net::Pcap;
NetPacket::Ethernet;
NetPacket::IP;
NetPacket::UDP;

I'll see if I can get it released under the Mozilla 1.1 license.

Original issue reported on code.google.com by md84...@gmail.com on 30 May 2011 at 5:33

@GoogleCodeExporter
Copy link
Author

Obvously, this should have been tagged as an enhancement request ;)

Original comment by md84...@gmail.com on 30 May 2011 at 5:34

@GoogleCodeExporter
Copy link
Author

Please consider including TCP delivered streams, there is very little tooling 
for that use case, either as raw TCP or RTP encapsulated...

Original comment by c...@gryning.com on 17 Dec 2012 at 12:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant