Changes between Version 4 and Version 5 of SupportedTraceFormats
- Timestamp:
- 02/27/07 11:07:16 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SupportedTraceFormats
v4 v5 35 35 36 36 '''Live pcap interface''':: 37 pcapint:<interface>37 {{{pcapint:}}}<interface> 38 38 '''pcap trace file''':: 39 pcapfile:<filename>39 {{{pcapfile:}}}<filename> 40 40 '''Live DAG capture''':: 41 dag:<DAG device location e.g. /dev/dag0>41 {{{dag:}}}<DAG device location e.g. {{{/dev/dag0}}}> 42 42 '''ERF trace file''':: 43 erf:<filename>43 {{{erf:}}}<filename> 44 44 '''Native Linux interface''':: 45 int:<interface>45 {{{int:}}}<interface> 46 46 '''Native BSD BPF interface''':: 47 bpf:<interface>47 {{{bpf:}}}<interface> 48 48 '''RT protocol''':: 49 rt:<host>:<port>49 {{{rt:}}}<host>{{{:}}}<port> 50 50 '''Legacy ATM''':: 51 legacyatm:<filename>51 {{{legacyatm:}}}<filename> 52 52 '''Legacy Ethernet''':: 53 legacyeth:<filename>53 {{{legacyeth:}}}<filename> 54 54 '''Legacy Packet over Sonet''':: 55 legacypos:<filename>55 {{{legacypos:}}}<filename> 56 56 '''Live WAG capture''':: 57 wag:<WAG device location e.g. /dev/wag>57 {{{wag:}}}<WAG device location e.g. {{{/dev/wag}}}> 58 58 '''WTF trace file''':: 59 wtf:<filename>59 {{{wtf:}}}<filename> 60 60 61 URI's that include a filename usually accept '-' to represent stdin, e.g. erf:-will read ERF records from stdin.61 URI's that include a filename usually accept '-' to represent stdin, e.g. {{{erf:-}}} will read ERF records from stdin.