On Wed, Sep 04, 2002 at 10:09:58AM +0200, Ed White wrote: > Looking in [EMAIL PROTECTED] I found this: > (http://marc.theaimsgroup.com/?l=openbsd-tech&m=103104775202469&w=2) > > --------------------------------------------------------- > Subject: New utility: pftop > From: Can Erkin Acar <[EMAIL PROTECTED]> > Date: 2002-09-03 10:07:06 > > I have been working on a small curses-based utility for > real-time display of pf states and rules. I believe > it is now stable/useful enough. > > Tested on i386, 3.0-stable and 3.1-current > not tested with ipv6 (but should work)
Works fine on 3.1-current macppc, even with IPv6. Can, you should make it a port and submit it to [EMAIL PROTECTED] There's no dependencies that would prevent it to go into the base tree, but I don't know whether that will happen soon. A port will immediately increase the number of users that provide feedback and test on different architectures. How about displaying the age in DD:HH:MM:SS format, like pfctl does? You can pick the code from pfctl/pf_print_state.c :) And maybe translate the cryptic STATE values (0:1, 4:4), too? Daniel
