aboutsummaryrefslogtreecommitdiff
path: root/net/tcpshow
Commit message (Collapse)AuthorAgeFilesLines
* Add $FreeBSD$, which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35327
* A better version of rev 1.4.David E. O'Brien2000-08-271-23/+29
| | | | | | | Submitted by: sheldonh Notes: svn path=/head/; revision=32016
* `ether_addr' and `ether_ntohost' are now declared in net/ethernet.h.David E. O'Brien2000-08-261-19/+27
| | | | | | | Submitted by: Remy Nonnenmacher <remy@boostworks.com> Notes: svn path=/head/; revision=32011
* Use ${MASTER_SITE_LOCAL}.Satoshi Asami2000-06-291-1/+2
| | | | Notes: svn path=/head/; revision=29964
* The local-distfiles dir on ftp.freebsd.org was moved under ports/.David E. O'Brien2000-06-071-1/+1
| | | | Notes: svn path=/head/; revision=29334
* Become the guinnie-pig and move all my Freefall ~/public_html distfilesDavid E. O'Brien2000-06-071-1/+1
| | | | | | | over to the new ftp.freebsd.org local distfiles site. Notes: svn path=/head/; revision=29282
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* Mike writes: I needed to be able to see the encapsulated packets in IPDavid E. O'Brien2000-03-221-5/+46
| | | | | | | | | | | proto 94 (IPIP). I've been using this patch for a few weeks now for tracking down various "things" involving some IP tunnels between some Cisco 1720/2610 routers and several FreeBSD machines. Submitted by: Mike Nowlin <mike@argos.org> Notes: svn path=/head/; revision=26945
* Quiet compiler warnings.David E. O'Brien2000-03-221-11/+30
| | | | Notes: svn path=/head/; revision=26944
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-2/+2
| | | | Notes: svn path=/head/; revision=25734
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* I moved files around on freefall.David E. O'Brien1999-09-221-1/+1
| | | | Notes: svn path=/head/; revision=21882
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Clean up EGCS warnings.David E. O'Brien1999-07-221-0/+106
| | | | | | | Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> Notes: svn path=/head/; revision=20320
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* 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