13 Commits

Author SHA1 Message Date
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
sthen
b4b4becc5c mark broken on arm64 2022-02-14 10:56:38 +00:00
kn
7ac8d78eb9 Update/unbreak to termshark 2.3.0
Builds and runs fine with go version go1.17.3 openbsd/amd64.
The pty hack is no longer needed and TERM=xterm just works now.

The pty_openbsd.go hack in do-build is still required.

OK sthen
2021-11-29 11:20:03 +00:00
sthen
378d7f8dc5 broken by the update to go 1.17 2021-08-28 20:05:07 +00:00
sthen
981a632caa termshark: replace handrolled MODGO_MOD* with modgo-gen-modules generated file. 2021-07-27 16:28:43 +00:00
sthen
2cdd9693c7 termshark: change dependency from kr/pty to kreack/pty allowing build
on arm arches. add a MESSAGE warning about problems with colours with
TERM=xterm etc and a possible workaround. based on a diff from kn@,
feedback & earlier version ok kn@
2021-07-27 16:28:03 +00:00
sthen
32707e558e mark a few go ports broken on armv7/aarch64, they use an old kr/pty which
doesn't support OpenBSD arm arches; needs creack/pty@v1.1.11
2021-03-23 22:17:36 +00:00
sthen
8d11ba1993 today's exercise in frustration with go.port.mk: update termshark to 2.2.0 2021-03-10 22:08:18 +00:00
sthen
3046e0772e bump the golang ports so that pkg_add -u knows to update them 2021-03-08 13:59:23 +00:00
sthen
f39c62eecb update the comment in net/termshark; portgen can now cope with the v2
version of this, but it uses https://github.com/pkg/term which is broken
on openbsd.
2021-01-17 21:10:32 +00:00
sthen
8e68b7d4f2 termshark: disable build on aarch64, the version of golang.org/x/sys
used in this is too old.
2020-06-18 10:15:42 +00:00
kn
688b8f2a8c Set HOMEPAGE 2020-06-08 19:37:35 +00:00
sthen
dc0fb8a974 import ports/net/termshark, ok landry@
Termshark is a terminal UI for tshark, inspired by Wireshark.

- Read pcap files or sniff live interfaces
- Use Wireshark's display filters
- Reassemble TCP and UDP streams
- View conversations by protocol
2020-06-07 11:22:37 +00:00