Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-tcpdump-group/tcpslice
tcpslice concatenates multiple pcap files together, or extracts time slices from one or more pcap files.
https://github.com/the-tcpdump-group/tcpslice
berkeley-packet-filter bpf bsd-packet-filter libpcap packet-capture pcap tcpdump
Last synced: about 1 month ago
JSON representation
tcpslice concatenates multiple pcap files together, or extracts time slices from one or more pcap files.
- Host: GitHub
- URL: https://github.com/the-tcpdump-group/tcpslice
- Owner: the-tcpdump-group
- Created: 2013-04-17T15:15:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T00:15:25.000Z (about 2 months ago)
- Last Synced: 2024-10-24T14:16:55.565Z (about 2 months ago)
- Topics: berkeley-packet-filter, bpf, bsd-packet-filter, libpcap, packet-capture, pcap, tcpdump
- Language: C
- Homepage:
- Size: 782 KB
- Stars: 67
- Watchers: 22
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
- awesome-network-stuff - **21**星
README
# TCPSLICE 1.x by [The Tcpdump Group](https://www.tcpdump.org/)
**To report a security issue, please send an e-mail to [email protected].**
Anonymous git access is available via
https://github.com/the-tcpdump-group/tcpslice
This directory contains source code for tcpslice, a tool for extracting
portions of packet trace files generated using tcpdump's `-w` flag.Problems, bugs, questions, desirable enhancements, source code contributions,
etc., should be sent to the [mailing list](https://www.tcpdump.org/#mailing-lists).### Dependency on libpcap
Tcpslice uses libpcap, a system-independent interface for user-level
packet capture. Before building tcpslice, you must first retrieve and
build libpcap.Once libpcap is built (either install it or make sure it's in `../libpcap`),
you can build tcpslice using the procedure in the [installation guidelines](INSTALL.md).### Origins of tcpslice
```text
formerly from Lawrence Berkeley National Laboratory
ftp://ftp.ee.lbl.gov/tcpslice-1.2a3.tar.gz
```