tcpslice

extract pieces of and/or glue together tcpdump files

Install

All systems
curl cmd.cat/tcpslice.sh
Debian Debian
apt-get install tcpslice
Ubuntu
apt-get install tcpslice
image/svg+xml Kali Linux
apt-get install tcpslice
CentOS
yum install tcpslice
Fedora
dnf install tcpslice
Windows (WSL2)
sudo apt-get update sudo apt-get install tcpslice
Raspbian
apt-get install tcpslice

tcpslice

extract pieces of and/or glue together tcpdump files

Tcpslice is a program for extracting portions of packet-trace files generated using tcpdump(l)'s -w flag. It can also be used to glue together several such files.

tcpdump

command-line network traffic analyzer

This program allows you to dump the traffic on a network. tcpdump is able to examine IPv4, ICMPv4, IPv6, ICMPv6, UDP, TCP, SNMP, AFS BGP, RIP, PIM, DVMRP, IGMP, SMB, OSPF, NFS and many other packet types. It can be used to print out the headers of packets on a network interface, filter packets that match a certain expression. You can use this tool to track down network problems, to detect attacks or to monitor network activities.