Bug 116187

Summary: sysutils/pftop displays incorrect values for number of packets and bytes
Product: Ports & Packages Reporter: Rebecca Cran <bcran>
Component: Individual Port(s)Assignee: mlaier
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
pftop_0.6.diff none

Description Rebecca Cran freebsd_committer freebsd_triage 2007-09-07 21:10:02 UTC
pftop 0.5 displays incorrect values for the number of packets and bytes in the "label" and "rules" views on 7.0-CURRENT.

Fix: 

Version 0.6 is available on the pftop web site - I don't know if this fixes the problem or not since it doesn't compile under FreeBSD 7.0-CURRENT.
How-To-Repeat: Run pftop
View either the "rules" or "label" view in pftop
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-07 23:51:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mlaier

Over to maintainer
Comment 2 Max Laier 2007-09-08 00:39:20 UTC
Looks like there is a problem indeed.  Here is an update to 0.6 to try - 
let me know if it fixes it for you as well - thanks.

-- 
  Max
Comment 3 Rebecca Cran freebsd_committer freebsd_triage 2007-09-08 09:11:26 UTC
Max Laier wrote:
> Looks like there is a problem indeed.  Here is an update to 0.6 to try - 
> let me know if it fixes it for you as well - thanks.
>
>   

Upgrading to 0.6 after applying the patch has fixed the problem.

Thanks!
Bruce
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-09-08 19:14:57 UTC
mlaier      2007-09-08 18:14:51 UTC

  FreeBSD ports repository (src committer)

  Modified files:
    sysutils/pftop       Makefile distinfo 
  Added files:
    sysutils/pftop/files queue.h 
  Log:
  Update pftop to 0.6 in order to make it work with changed pf ABI after the
  4.1 import.
  
  Reported by:    Bruce Cran
  Approved by:    gabor
  PR:             ports/116187
  
  Revision  Changes    Path
  1.9       +9 -3      ports/sysutils/pftop/Makefile
  1.6       +3 -3      ports/sysutils/pftop/distinfo
  1.1       +527 -0    ports/sysutils/pftop/files/queue.h (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 mlaier freebsd_committer freebsd_triage 2007-09-08 19:38:24 UTC
State Changed
From-To: open->closed

Committed - Thanks.