aboutsummaryrefslogtreecommitdiff
path: root/pcap-septel.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-01-06 14:19:48 -0800
committerGuy Harris <guy@alum.mit.edu>2019-01-06 14:19:48 -0800
commit774e5624ecf25736202e2fceb18abce047a44ef4 (patch)
tree3919017a7a2dcac13f9cdffd994a6b833b85a7e4 /pcap-septel.c
parent5474fdb26499c98f737f5991d5b65112aca3375d (diff)
Update a comment.
Septel-only is now done more simply - you just need to supply a few stub routines.
Diffstat (limited to 'pcap-septel.c')
-rw-r--r--pcap-septel.c9
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)
*/