Bug 53807

Summary: MAINTAINER-UPDATE net/trafshow new feature
Product: Ports & Packages Reporter: Ryan Thompson <ryan>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ryan Thompson 2003-06-27 07:30:01 UTC
	Supersedes ports/51002.

	This patch adds a handy column mask feature (-m) to net/trafshow, as
	revised and submitted to me by Luigi Rizzo <rizzo@icir.org>. 
	
	Trafshow has not been updated by its author since 1998, so there is
	little chance of this feature being incorporated into new versions.
	Thus, I'll maintain it locally.

	From trafshow(1):

        -m    [src-ip M] [dst-ip M]  [src-port  M]  [dst-port  M]
              [proto M]
              Mask  the specified field with mask M (which should
              be specified as  an  hex  number  e.g.  0xffff0000)
              before  further  processing  of  the  packet.  This
              allows to aggregate traffic in the display to  ease
              analysis.

	The patch also bumps PORTREVISION appropriately.

	<pcecise description of the problem (multiple lines)>
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2003-06-29 18:49:06 UTC
State Changed
From-To: open->closed

Committed, thanks.