summaryrefslogtreecommitdiff
path: root/net/tcpshow (follow)
Commit message (Collapse)AuthorAgeFilesLines
* manpage was out of date WRT codeDavid E. O'Brien1998-11-021-0/+38
| | | | Notes: svn path=/head/; revision=14311
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-1/+0
| | | | Notes: svn path=/head/; revision=12624
* Upgrade to 1.74David E. O'Brien1998-07-192-5/+6
| | | | | | | Submitted by: Kent Berggren <root@nuts.sr.se> Notes: svn path=/head/; revision=11974
* Doesn't make any difference functionality-wise, but define DISTNAMESatoshi Asami1997-11-101-2/+2
| | | | | | | | instead of PKGNAME. DISTNAME is mentioned to be a "mandatory" variable in a few places. Notes: svn path=/head/; revision=8566
* tcpshow reads a tcpdump(1) savefile and provides a reasonably completeDavid E. O'Brien1997-11-055-0/+47
decode of Ethernet, IP, ICMP, UDP and TCP headers. Boolean expressions may also be specified for packet selection. tcpshow's output is simular to Sun Solaris's snoop(1M) command for network packet capture and inspection. Notes: svn path=/head/; revision=8496