Changes between Version 1 and Version 2 of FrequentlyAskedQuestions
- Timestamp:
- 02/27/07 11:19:59 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FrequentlyAskedQuestions
v1 v2 1 1 === I have a DAG card but libtrace is not detecting it during the configuration stage? === 2 2 You can manually specify where your DAG libraries are located by using the --with-dag=DIR option for ./configure. DIR needs to be the location you installed the DAG software to, not the location of the DAG device e.g. DIR might be /usr/local/dag not /dev/dag0. 3 4 === tcpdump can't read the pcap traces I created with libtrace! === 5 By default, {{{pcapfile:}}} outputs compressed pcap traces which tcpdump can't natively read. Use {{{tcpdump -r <(zcat mytrace.pcap.gz)}}} to read these traces. 6