Changes between Version 3 and Version 4 of SupportedTraceFormats
- Timestamp:
- 02/27/07 11:02:33 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SupportedTraceFormats
v3 v4 1 = Supported Formats=2 Libtrace supports the following trace capture and storage formats:1 == Supported Input Formats == 2 Libtrace supports reading from the following trace capture and storage formats: 3 3 4 4 === Live Capture === … … 16 16 * WTF (WAG Trace Format) traces 17 17 18 == Supported Output Formats == 19 In addition, libtrace can write traces in the following formats: 20 21 * pcap traces 22 * ERF (Extensible Record Format) traces 23 * WTF (WAG Trace Format) traces 24 * pcap interfaces 25 * Native Linux PF_PACKET interfaces 26 27 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 28 should enable programmers to write their own RT server. 29 30 Also, currently there is no support for writing to native BSD BPF interfaces but this may be added in a future version of libtrace. 31 18 32 == Format URIs == 19 33 Libtrace input and output sources are specified using URIs which describe both the format and location of the trace, interface or device in question. … … 21 35 22 36 '''Live pcap interface''':: 23 pcap :<interface>37 pcapint:<interface> 24 38 '''pcap trace file''':: 25 39 pcapfile:<filename>