diff options
author | Guy Harris <guy@alum.mit.edu> | 2019-01-06 14:18:53 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2019-01-06 14:18:53 -0800 |
commit | 5474fdb26499c98f737f5991d5b65112aca3375d (patch) | |
tree | 211a8f0d632421783a4953abdc79f24d55d36af9 | |
parent | 93502eb6e3cc5479b777b2dc4901d26ee0fdb1e6 (diff) |
Update a comment.
DAG-only is now done more simply - you just need to supply a few stub
routines.
-rw-r--r-- | pcap-dag.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |