mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
f339ced151
fields. PR: ports/92454 Submitted by: Robert Archer <freebsd@deathbeforedecaf.net> Approved by: tobez
11 lines
392 B
Plaintext
11 lines
392 B
Plaintext
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
|