gigakuma / tstools

Automatically exported from code.google.com/p/tstools
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
Obvously, this should have been tagged as an enhancement request ;)

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

GoogleCodeExporter commented 9 years ago
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