summaryrefslogtreecommitdiff
path: root/net/tcpshow/files/patch-02 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with newer gccMartin Wilke2010-02-131-1/+1
| | | | | | PR: 129687 Submitted by: Eugene Grosbein <eugen@kuzbass.ru> Approved by: maintainer timeout (more than 1 year ago)
* unbreak net/tcpshow for recent tcpdumpEdwin Groothuis2007-09-241-19/+66
| | | | | | | | tcpdump(1) has changed its output format since version 3.7.4, so ports/net/tcpshow cannot parse it since then. PR: ports/113620 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
* Add locale (LC_CTYPE and LC_ALL) support.David E. O'Brien2003-03-241-18/+49
| | | | | PR: 49996 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
* Adapt to recent TCPDUMP's output changes and added capabilities.David E. O'Brien2002-02-221-17/+107
| | | | Submitted by: Tomoyuki Murakami <tomoyuki@pobox.com>
* reduce diffDavid E. O'Brien2001-03-241-10/+3
|
* A better version of rev 1.4.David E. O'Brien2000-08-271-23/+29
| | | | Submitted by: sheldonh
* `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>
* 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>
* Quiet compiler warnings.David E. O'Brien2000-03-221-11/+30
|
* Clean up EGCS warnings.David E. O'Brien1999-07-221-0/+106
Submitted by: Bill Fumerola <billf@jade.chc-chimes.com>