From: Guy Harris Date: Sun, 6 Jan 2019 22:18:53 +0000 (-0800) Subject: Update a comment. X-Git-Tag: libpcap-1.10-bp~682 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/5474fdb26499c98f737f5991d5b65112aca3375d Update a comment. DAG-only is now done more simply - you just need to supply a few stub routines. --- diff --git a/pcap-dag.c b/pcap-dag.c index 50f75ca9..5fd04ddd 100644 --- a/pcap-dag.c +++ b/pcap-dag.c @@ -1,14 +1,6 @@ /* * pcap-dag.c: Packet capture interface for Endace DAG cards. * - * The functionality of this code attempts to mimic that of pcap-linux as much - * as possible. This code is compiled in several different ways depending on - * whether DAG_ONLY and HAVE_DAG_API are defined. If HAVE_DAG_API is not - * defined it should not get compiled in, otherwise if DAG_ONLY is defined then - * the 'dag_' function calls are renamed to 'pcap_' equivalents. If DAG_ONLY - * is not defined then nothing is altered - the dag_ functions will be - * called as required from their pcap-linux/bpf equivalents. - * * Authors: Richard Littin, Sean Irvine ({richard,sean}@reeltwo.com) * Modifications: Jesper Peterson * Koryn Grant