2 The following instructions apply if you have a Linux or FreeBSD platform and
3 want libpcap to support the DAG range of passive network monitoring cards from
4 Endace (http://www.endace.com, see below for further contact details).
6 1) Install and build the DAG software distribution by following the
7 instructions supplied with that package. Current Endace customers can download
8 the DAG software distibution from https://www.endace.com
10 2) Configure libcap. To allow the 'configure' script to locate the DAG
11 software distribution use the '--with-dag' option:
13 ./configure --with-dag=DIR
15 Where DIR is the root of the DAG software distribution, for example
16 /var/src/dag. If the DAG software is correctly detected 'configure' will
19 checking whether we have DAG API... yes
21 If 'configure' reports that there is no DAG API, the directory may have been
22 incorrectly specified or the DAG software was not built before configuring
25 See also the libpcap INSTALL.txt file for further libpcap configuration
28 Building libpcap at this stage will include support for both the native packet
29 capture stream (linux or bpf) and for capturing from DAG cards. To build
30 libpcap with only DAG support specify the capture type as 'dag' when
33 ./configure --with-dag=DIR --with-pcap=dag
35 Applications built with libpcap configured in this way will only detect DAG
36 cards and will not capture from the native OS packet stream.
38 ----------------------------------------------------------------------
40 Please submit bug reports via <support@endace.com>.
42 Please also visit our Web pages at:
44 http://www.endace.com/
45 http://dag.cs.waikato.ac.nz/
47 For more information about Endace DAG cards contact <sales@endace.com>.