]> The Tcpdump Group git mirrors - tcpslice/blob - README.md
Use TS_RAW_US_MAX_DIGITS in parse_time().
[tcpslice] / README.md
1 # TCPSLICE 1.x by [The Tcpdump Group](https://www.tcpdump.org/)
2
3 **To report a security issue, please send an e-mail to security@tcpdump.org.**
4
5 Anonymous git access is available via
6
7 https://github.com/the-tcpdump-group/tcpslice
8
9 This directory contains source code for tcpslice, a tool for extracting
10 portions of packet trace files generated using tcpdump's `-w` flag.
11
12 Problems, bugs, questions, desirable enhancements, source code contributions,
13 etc., should be sent to the [mailing list](https://www.tcpdump.org/#mailing-lists).
14
15 ### Dependency on libpcap
16 Tcpslice uses libpcap, a system-independent interface for user-level
17 packet capture. Before building tcpslice, you must first retrieve and
18 build libpcap.
19
20 Once libpcap is built (either install it or make sure it's in `../libpcap`),
21 you can build tcpslice using the procedure in the [installation guidelines](INSTALL.md).
22
23 ### Origins of tcpslice
24
25 ```text
26 formerly from Lawrence Berkeley National Laboratory
27 ftp://ftp.ee.lbl.gov/tcpslice-1.2a3.tar.gz
28 ```