summaryrefslogtreecommitdiff
path: root/usr.bin/systat/pftop.c
AgeCommit message (Collapse)Author
2011-10-13Teach some userland tools about NAT64. I think this is mostly from mikeb@Claudio Jeker
OK mcbride@
2011-04-05the tree builds better when you don't use PF_FASTROUTEStuart Henderson
ok henning@ mikeb@
2011-03-02- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.Jasper Lievisse Adriaanse
ok canacar@
2011-02-06Remove duplicated prototypes.lum
ok miod@
2010-10-28cleanup ;;Theo de Raadt
2010-07-22Let systat -N states resolve network addressesgiovanni
help and ok sthen@ lum@ ok canacar@
2009-11-23no more natpassHenning Brauer
2009-07-14use static for inline so compilers with c99 inline semanticsJonathan Gray
generate the same linkage as those with c89 semantics. ok sthen@
2009-06-10Revert part of the earlier commit that displayed garbage instead ofCan Erkin Acar
the action column values. reported by jmc@
2009-04-23sync actiontypes (pass, block etc) with pfvar so that match rules areHenning Brauer
displayed correctly (actually thsi was out of sync for more than just match) From: Craig Barraclough <craigba at afnsecurity dot com>
2009-04-06scrub rules goneHenning Brauer
2009-04-04Fix the byte order of the rule field in state view.Can Erkin Acar
Reported by Kamil Mielcarek
2009-01-01Unclutter 'systate rules' by printing the flags option using the minimalRyan Thomas McBride
pf.conf syntax (flags S/SA is implicit). ok henning canacar
2008-11-05Fix some function prototypes, remove unused variables and commented out codeCan Erkin Acar
2008-10-08Fix the order of traversal when printing the queues. Properly placesCan Erkin Acar
child queues under their respective interface root queues. Reported by jared r r spiegel via PR 5861.
2008-09-01Display direction In/Out/Any for rule display, not just In/Out.Stuart Henderson
ok canacar@
2008-07-16Cleanup #define maze leftover from pftop compatibility.Can Erkin Acar
Pointed out by mcbride@, makes sense henning@
2008-06-29Simplify state creation code; merge state import/export code between pfsyncRyan Thomas McBride
and the state-related pf(4) ioctls, and make functions in state creation and destruction paths more robust in error conditions. All values in struct pfsync_state now in network byte order, as with pfsync. testing by david ok henning, systat parts ok canacar
2008-06-13Do not print a warning if /dev/pf can not be opened.Can Erkin Acar
2008-06-12New display engine for systat, based on pftop. Adds new views for pfCan Erkin Acar
(status, state, rule, queue). While all displays work, some keyboard comands are not implemented yet. Other features include better handling of display resize and scrolling for long views. Committing now to fix the remaining issues in the tree. Testing and comments by otto@ and harding@, ok deraadt@