diff options
-rw-r--r-- | pcap-septel.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pcap-septel.c b/pcap-septel.c index 8ea26d7f..00b3562e 100644 --- a/pcap-septel.c +++ b/pcap-septel.c @@ -1,15 +1,6 @@ /* * pcap-septel.c: Packet capture interface for Intel/Septel card. * - * 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 SEPTEL_ONLY and HAVE_SEPTEL_API are defined. If HAVE_SEPTEL_API is - * not defined it should not get compiled in, otherwise if SEPTEL_ONLY is - * defined then the 'septel_' function calls are renamed to 'pcap_' - * equivalents. If SEPTEL_ONLY is not defined then nothing is altered - the - * septel_ functions will be called as required from their - * pcap-linux/equivalents. - * * Authors: Gilbert HOYEK (gil_hoyek@hotmail.com), Elias M. KHOURY * (+961 3 485243) */ |