Hi everyone,
For those of you that use termshark - v2.4 is available now via
github. Termshark is my attempt at a terminal UI for tshark that looks like
Wireshark if you squint a bit. The motivation for me was a tool to quickly
look at some packets when you're ssh-ed somewhere and don't want to deal with
copying pcaps back to your desktop.
This release adds a Wireshark-like packet search (via ctrl-f) and profiles,
like Wireshark configuration profiles. You might use termshark profiles to
quickly switch between column sets, for example. You can also link a termshark
profile to a Wireshark configuration profile to get the benefit of any packet
coloring rules you have already set up.
Termshark is a single executable for each platform - Linux, macOS, Windows,
and the BSDs. But do note you'll need tshark installed too because tshark does
all the hard work behind the scenes.
Here's the website:
https://termshark.io. I hope you find it useful!
Graham