summaryrefslogtreecommitdiff
path: root/net/tcpshow/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/tcpshow: fix parsing TSO-enabled "cooked" captureEugene Grosbein2019-12-271-27/+41
| | | | | | | | | | | Modern tcpdump may issue zero for octets encoding length of IP datagramm that contains TCP packet captured with TCP Segmentation Offload enabled. tcpshow breaks due to signed underflow in such case. Fix it by using total length of captured packet from "length:" field instead of zero value from packet data. Notes: svn path=/head/; revision=520963
* Rename net/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-292-0/+0
| | | | | | | | Approve by: portmgr (not really, but one of these is modifying an unstaged port) Notes: svn path=/head/; revision=363285
* - 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) Notes: svn path=/head/; revision=249779
* 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> Notes: svn path=/head/; revision=200043
* 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> Notes: svn path=/head/; revision=77359
* 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> Notes: svn path=/head/; revision=55102
* reduce diffDavid E. O'Brien2001-03-241-10/+3
| | | | Notes: svn path=/head/; revision=40301
* 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
* 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
* 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
* manpage was out of date WRT codeDavid E. O'Brien1998-11-021-0/+38
Notes: svn path=/head/; revision=14311