wireshark/wiretap/INSTALL
Gilbert Ramirez fcb4c78a6a A lengthy patch to add the wiretap library. Wiretap is not used by default
because it is still in its infancy, but it can be compiled in optionally.
The library exists in its own subdirectory ethereal/wiretap. This patch also
edits all the packet-*.c files to remove the #include <pcap.h> line which is
unnecessary in these files. In the ethereal code, file.c is the most heavily
modified with #ifdef WITH_WIRETAP lines for the optional library.

svn path=/trunk/; revision=82
1998-11-12 00:06:47 +00:00

4 lines
215 B
Text

Currently there is no need to install this library. Since wiretap has just
been born, only ethereal uses it. Once wiretap becomes powerful enough to be
use outside of ethereal, then we can worry about installation.