| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Approve by: portmgr (not really, but one of these is modifying
an unstaged port)
Notes:
svn path=/head/; revision=363285
|
|
|
|
|
|
|
|
|
| |
PR: 129687
Submitted by: Eugene Grosbein <eugen@kuzbass.ru>
Approved by: maintainer timeout (more than 1 year ago)
Notes:
svn path=/head/; revision=249779
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 49996
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
Notes:
svn path=/head/; revision=77359
|
|
|
|
|
|
|
| |
Submitted by: Tomoyuki Murakami <tomoyuki@pobox.com>
Notes:
svn path=/head/; revision=55102
|
|
|
|
| |
Notes:
svn path=/head/; revision=40301
|
|
|
|
|
|
|
| |
Submitted by: sheldonh
Notes:
svn path=/head/; revision=32016
|
|
|
|
|
|
|
| |
Submitted by: Remy Nonnenmacher <remy@boostworks.com>
Notes:
svn path=/head/; revision=32011
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=26944
|
|
|
|
|
|
|
| |
Submitted by: Bill Fumerola <billf@jade.chc-chimes.com>
Notes:
svn path=/head/; revision=20320
|
|
Notes:
svn path=/head/; revision=14311
|