Bug 113620 - unbreak net/tcpshow for recent tcpdump
Summary: unbreak net/tcpshow for recent tcpdump
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: David E. O'Brien
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-12 11:40 UTC by Eugene Grosbein
Modified: 2007-09-24 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (6.17 KB, patch)
2007-06-12 11:40 UTC, Eugene Grosbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Grosbein 2007-06-12 11:40:02 UTC
	tcpdump(1) has changed its output format since version 3.7.4,
	so ports/net/tcpshow cannot parse it since then.

Fix: The following patch makes it possible to use tcpshow
	with old or new version of tcpdump equally; patched tcpshow will
	recognize both formats.
How-To-Repeat: 	Try to decode anything with tcpshow and tcpdump 3.8.1 or later
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-12 11:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->obrien

Over to maintainer
Comment 2 Eugene Grosbein 2007-09-22 07:32:33 UTC
Hi!

Maintainer timeout has occured for this PR, hasn't it?

Eugene Grosbein
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-09-24 13:22:37 UTC
edwin       2007-09-24 12:22:31 UTC

  FreeBSD ports repository

  Modified files:
    net/tcpshow          Makefile 
    net/tcpshow/files    patch-02 
  Log:
  unbreak net/tcpshow for recent tcpdump
  
          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>
  
  Revision  Changes    Path
  1.15      +2 -0      ports/net/tcpshow/Makefile
  1.9       +66 -19    ports/net/tcpshow/files/patch-02
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-24 13:23:01 UTC
State Changed
From-To: open->closed

Fixed with ports/113620
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-24 13:23:01 UTC
State Changed
From-To: open->closed

Commited, thanks! 

Please note that at 
http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/tcpshow/ there 
is a version 1.82 available. 

It didn't fix the breakage and I couldn't get your patches working 
with it, so I just used yours and the 1.74 version.