aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-07-07 14:06:29 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-07-07 14:06:29 +0000
commit118829fa654f6edeb35e5dda2f6e8215bacf26ca (patch)
tree2ef0b33fd74d1fec16af7318acaf3f033d52ccbd /ChangeLog
parent80e5249134411d5d8e67eb13edf7e3b92795f0ac (diff)
downloadipacct-118829fa654f6edeb35e5dda2f6e8215bacf26ca.tar.gz
ipacct-118829fa654f6edeb35e5dda2f6e8215bacf26ca.tar.bz2
Remove inlcuded libpcap.
* libpcap: Remove * INSTALL: Remove * Makefile.am (SUBDIRS): Remove libpcap * configure.ac: Remove libpcap Use LOG_FACILITY instead of --with-log-facility Raise version no. to 1.0. * ylwrap: Remove. * src/Makefile.am (ipacct_LDADD): Use -lpcap. * src/ipacct.h: Do not include ip_var.h * src/main.c: Do not include pcap-int.h * src/run.c: Do not include pcap-int.h (run): Use pcap_fileno. * AUTHORS: Update * ylwrap, INSTALL: Remove.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c7468d..c4dfba8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2008-07-07 Sergey Poznyakoff <gray@gnu.org.ua>
+ Remove inlcuded libpcap.
+
+ * libpcap: Remove
+ * INSTALL: Remove
+ * Makefile.am (SUBDIRS): Remove libpcap
+ * configure.ac: Remove libpcap
+ Use LOG_FACILITY instead of --with-log-facility
+ * ylwrap: Remove.
+ * src/Makefile.am (ipacct_LDADD): Use -lpcap.
+ * src/ipacct.h: Do not include ip_var.h
+ * src/main.c: Do not include pcap-int.h
+ * src/run.c: Do not include pcap-int.h
+ (run): Use pcap_fileno.
+
* src/main.c (parse_opt): Remove leftover uses of optarg.
(main): Do not use optind.

Return to:

Send suggestions and report system problems to the System administrator.