Changes between Version 4 and Version 5 of FrequentlyAskedQuestions
- Timestamp:
- 02/28/07 15:28:55 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FrequentlyAskedQuestions
v4 v5 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 === I'm encountering bizarre assert failures (e.g. "invalid ERF type" or "not a pcap trace") when I try to read a trace === 5 If you have built libtrace without zlib support, libtrace cannot read compressed trace files properly and will produce some unexpected errors. The best solution is to install zlib-dev and re-install libtrace. 3 6 4 7 === tcpdump can't read the pcap traces I created with libtrace! ===