Lines Matching +full:capture +full:- +full:only
11 software distribution use the '--with-dag' option:
13 ./configure --with-dag=DIR
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 Libpcap when built for DAG cards against dag-2.5.1 or later releases:
61 dag0:0, dag0:2 etc. Specifying transmit streams for capture is not supported.
65 pcap_setdirection() is not supported. Only received traffic is captured.
78 buffer size is user configurable outside libpcap, typically 16-512MB.
86 streams. Capture streams have even numbers. These are available via libpcap
93 all of the streams. In future this may change if per-stream slen is
96 DAG cards by default capture entire packets including the L2
111 applications may incorrectly report capture errors or oversize packets
114 ----------------------------------------------------------------------