jcul / splittcp

Small program to split large tcp packets into smaller chunks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

splittcp

Simple program to split large TCP packets in a pcap into smaller packets.

TCP sequence numbers are updated to reflect the new packet sizes.

Note: Only works with Ethernet packets.

Build

Depends on libtins and C++11.

Should be able to just run make if you have libtins installed and your compiler supports C++ 11.

Usage

./splittcp pcap_with_huge_tcp_packets.pcap output.pcap

About

Small program to split large tcp packets into smaller chunks


Languages

Language:C++ 86.7%Language:Makefile 13.3%