Bug 53807 - MAINTAINER-UPDATE net/trafshow new feature
Summary: MAINTAINER-UPDATE net/trafshow new feature
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-27 07:30 UTC by Ryan Thompson
Modified: 2003-06-29 18:49 UTC (History)
0 users

See Also:


Attachments
file.diff (3.87 KB, patch)
2003-06-27 07:30 UTC, Ryan Thompson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.