Summary: | [new port] net/miruo: Pretty print TCP session monitor/analizer | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Koichiro Iwao <meta> | ||||||
Component: | Individual Port(s) | Assignee: | Jan Beich <jbeich> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | meta, portmaster | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Koichiro Iwao
![]() ![]() Created attachment 156024 [details]
shell archive
Created attachment 156025 [details]
poudriere log
Recognizing the the English language isn't everyone's first language. May I respectfully suggest that you change the category to: monitor/analyzer :) --Chris 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 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 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 Thanks. Committed with minor changes: - Convert to USE_GITHUB - Slightly reword pkg-descr (still non-native) - Spelling fixes |