Commit Graph

4 Commits

Author SHA1 Message Date
dhartmei
1b0eead24b Fix breakage from recent pf changes, macros PF_IN/PF_OUT changed, and they
were (ab)used as indices for the statistics counter arrays. Use literal
indices instead.
2003-01-24 20:15:41 +00:00
dhartmei
92585d7017 Small update to 1.2, deal with reset counters, which caused negative
difference for cumulative values, which wrapped and caused huge spikes
in the graphs. Just ignore the first sample after the reset.
2003-01-24 17:59:45 +00:00
dhartmei
9f6f7be149 Update to 1.1
- get rid of X11/Xpm dependencies (not needed with -current gd)
- add graph generation example to man page (-c -d at the same time)
- open /dev/pf read-write, which is neccessary in 3.0
- change a counter to u_int64_t so it doesn't overflow
Thanks to wilfried@, Philipp Morger, Jolan Luff, Rodolphe Ortalo
for feedback.
2002-08-12 11:37:03 +00:00
dhartmei
58adbac308 pfstat is a small utility that collects packet filter statistics and
produces graphs.
2002-07-26 07:25:35 +00:00