Bug 199723 - [new port] net/miruo: Pretty print TCP session monitor/analizer
Summary: [new port] net/miruo: Pretty print TCP session monitor/analizer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-27 04:12 UTC by Koichiro Iwao
Modified: 2015-05-02 19:35 UTC (History)
2 users (show)

See Also:


Attachments
shell archive (1.42 KB, text/plain)
2015-04-27 04:13 UTC, Koichiro Iwao
no flags Details
poudriere log (36.44 KB, text/plain)
2015-04-27 04:13 UTC, Koichiro Iwao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Koichiro Iwao freebsd_committer freebsd_triage 2015-04-27 04:12:34 UTC
Network monitor/analizer wich can print packets on your terminal in neat.
Packet data can also be read from a file which is dumped by tcpdump.

WWW: https://github.com/KLab/miruo
Comment 1 Koichiro Iwao freebsd_committer freebsd_triage 2015-04-27 04:13:03 UTC
Created attachment 156024 [details]
shell archive
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2015-04-27 04:13:32 UTC
Created attachment 156025 [details]
poudriere log
Comment 3 Chris Hutchinson 2015-04-27 04:44:00 UTC
Recognizing the the English language isn't everyone's first
language. May I respectfully suggest that you change the
category to: monitor/analyzer :)

--Chris
Comment 4 Koichiro Iwao freebsd_committer freebsd_triage 2015-04-27 05:14:04 UTC
Please feel free to correct my English and thanks.

Upstream GitHub page is written in Japanese but
README in English is also available here:
https://github.com/KLab/miruo/blob/master/README
Comment 5 commit-hook freebsd_committer freebsd_triage 2015-05-02 19:24:43 UTC
A commit references this bug:

Author: jbeich
Date: Sat May  2 19:23:59 UTC 2015
New revision: 385209
URL: https://svnweb.freebsd.org/changeset/ports/385209

Log:
  net/miruo: add new port

  Network monitor/analyzer which prints packets on terminal in neat style.
  Packet data can also be read from a file saved by tcpdump(1).

  WWW: https://github.com/KLab/miruo

  PR:		199723
  Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp>

Changes:
  head/net/Makefile
  head/net/hanstunnel/Makefile
  head/net/hanstunnel/distinfo
  head/net/hanstunnel/files/patch-Makefile
  head/net/hanstunnel/files/patch-client.cpp
  head/net/hanstunnel/files/patch-echo.cpp
  head/net/hanstunnel/files/patch-main.cpp
  head/net/hanstunnel/files/patch-src_echo.cpp
  head/net/hanstunnel/files/patch-src_tun.cpp
  head/net/hanstunnel/files/patch-src_tun__dev__freebsd.c
  head/net/hanstunnel/files/patch-tun.cpp
  head/net/hanstunnel/files/patch-utility.cpp
  head/net/hanstunnel/files/pkg-message.in
  head/net/hanstunnel/pkg-descr
  head/net/hanstunnel/pkg-message
  head/net/miruo/
  head/net/miruo/Makefile
  head/net/miruo/distinfo
  head/net/miruo/pkg-descr
Comment 6 commit-hook freebsd_committer freebsd_triage 2015-05-02 19:33:45 UTC
A commit references this bug:

Author: jbeich
Date: Sat May  2 19:33:15 UTC 2015
New revision: 385211
URL: https://svnweb.freebsd.org/changeset/ports/385211

Log:
  Back out part of r385209 related to bug 195313

  Not bumping PORTEPOCH because I'll eventually land those changes, anyway.

  PR:		199723

Changes:
  head/net/hanstunnel/Makefile
  head/net/hanstunnel/distinfo
  head/net/hanstunnel/files/patch-Makefile
  head/net/hanstunnel/files/patch-client.cpp
  head/net/hanstunnel/files/patch-echo.cpp
  head/net/hanstunnel/files/patch-main.cpp
  head/net/hanstunnel/files/patch-src_echo.cpp
  head/net/hanstunnel/files/patch-src_tun.cpp
  head/net/hanstunnel/files/patch-src_tun__dev__freebsd.c
  head/net/hanstunnel/files/patch-tun.cpp
  head/net/hanstunnel/files/patch-utility.cpp
  head/net/hanstunnel/files/pkg-message.in
  head/net/hanstunnel/pkg-descr
  head/net/hanstunnel/pkg-message
Comment 7 Jan Beich freebsd_committer freebsd_triage 2015-05-02 19:35:41 UTC
Thanks. Committed with minor changes:
- Convert to USE_GITHUB
- Slightly reword pkg-descr (still non-native)
- Spelling fixes