ipfwcount reads ipfw(8) logs and extracts the following fields: rule action proto type shost sport dhost dport dir iface You can then print lists like 'top <n> blocked ports', 'top <n> blocked hosts', or 'incoming connections sorted by interface and protocol'. For more sophisticated lists, you can filter the entries using Perl expressions. WWW: http://deathbeforedecaf.net/misc/ports Fix: Archive is at http://deathbeforedecaf.net/misc/patches/ipfwcount.2006-01-28
Responsible Changed From-To: freebsd-ports-bugs->aaron Take.
State Changed From-To: open->feedback Ask for submitter fix.
Hi, Robert! Would you mind updating your Makefile to respect the NOPORTDOCS variable please? Example files are indeed considered documents. Your plist will also have to be adjusted accordingly. .if !defined(NOPORTDOCS) ...install docs/examples... .endif Just submit the new shar as a follow-up to this PR. No need to open a new one. Thanks! -- Aaron Dalton aaron@FreeBSD.org FreeBSD Ports Committer
On 21/02/2006, at 8:30 AM, Aaron Dalton wrote: > Hi, Robert! Would you mind updating your Makefile to respect the > NOPORTDOCS variable please? Example files are indeed considered > documents. Your plist will also have to be adjusted accordingly. Aaron, New archive is at http://deathbeforedecaf.net/misc/patches/ipfwcount. 2006-02-22 I've set PORTREVISION because these updates (if committed) should also be made to security/ipfcount, and I want to keep the versions in sync. Thanks Rob.
Aaron, Do these changes look OK? I'd like to update security/ipfcount once they're committed. Rob.
Rob, I apologize for the extended delay. Life has been merciless. I was unable to follow the link you provided but a little url munging found me the file ipfwcount.2006-02-22 which I believe is what you wanted. I am processing this now. -- Aaron Dalton aaron@FreeBSD.org FreeBSD Ports Committer
State Changed From-To: feedback->open Feedback received.
State Changed From-To: open->closed New port added. Thanks!