= Supported Formats = Libtrace supports the following trace capture and storage formats: === Live Capture === * Endace DAG cards * pcap interfaces * Native Linux PF_PACKET interfaces * WAG cards (internal WAND project) === Trace Formats === * pcap traces * ERF (Extensible Record Format) traces * Legacy DAG formats, such as those used in various Auckland tracesets * WTF (WAG Trace Format) traces == Format URIs == Libtrace input and output sources are specified using URIs which describe both the format and location of the trace, interface or device in question. Below is a definitive list of URIs for all the trace formats supported by libtrace. '''Live pcap interface''':: pcap: '''pcap trace file''':: pcapfile: '''Live DAG capture''':: dag: '''ERF trace file''':: erf: '''Native Linux interface''':: int: '''Legacy ATM''':: legacyatm: '''Legacy Ethernet''':: legacyeth: '''Legacy Packet over Sonet''':: legacypos: '''Live WAG capture''':: wag: '''WTF trace file''':: wtf: URI's that include a filename usually accept '-' to represent stdin, e.g. erf:- will read ERF records from stdin.