Changes between Version 5 and Version 6 of SupportedTraceFormats
- Timestamp:
- 02/27/07 11:11:24 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SupportedTraceFormats
v5 v6 24 24 * pcap interfaces 25 25 * Native Linux PF_PACKET interfaces 26 27 By default, pcap trace files written by libtrace are compressed which cannot be handled directly by programs such as tcpdump. Use {{{tcpdump -r <(zcat mytrace.pcap.gz)}}} to read these files. 26 28 27 29 Note that libtrace does not include support for writing packets to a network via the RT protocol. Documentation of the RT protocol can be found [wiki:RTProtocol here] which