1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: termshark
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Dawid Dziurla <dawidd0811@gmail.com>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-blang-semver-dev,
golang-github-gdamore-tcell-dev,
golang-github-hashicorp-golang-lru-dev,
golang-github-mattn-go-isatty-dev,
golang-github-pkg-errors-dev,
golang-github-shibukawa-configdir-dev,
golang-github-spf13-viper-dev,
golang-github-stretchr-testify-dev,
golang-go-flags-dev,
golang-logrus-dev,
golang-github-fsnotify-fsnotify-dev,
golang-github-gcla-gowid-dev (>= 1.2.0~),
golang-github-gcla-deep-dev,
golang-github-pkg-term-dev,
golang-github-tevino-abool-dev,
golang-github-mreiferson-go-snappystream-dev,
golang-github-antchfx-xmlquery-dev,
golang-github-adam-hanna-arrayoperations-dev,
golang-github-kballard-go-shellquote-dev,
golang-statik,
tshark,
Standards-Version: 4.5.1
Homepage: https://github.com/gcla/termshark
Vcs-Browser: https://salsa.debian.org/go-team/packages/termshark
Vcs-Git: https://salsa.debian.org/go-team/packages/termshark.git
XS-Go-Import-Path: github.com/gcla/termshark
Testsuite: autopkgtest-pkg-go
Package: termshark
Architecture: any
Built-Using: ${misc:Built-Using}
Depends:
${misc:Depends},
${shlibs:Depends},
tshark,
wireshark-common,
Description: Terminal UI for tshark, inspired by Wireshark
If you're debugging on a remote machine with a large pcap and no desire
to scp it back to your desktop, termshark can help!
.
Features:
• Read pcap files or sniff live interfaces (where tshark is permitted)
• Inspect each packet using familiar Wireshark-inspired views
• Filter pcaps or live captures using Wireshark's display filters
• Copy ranges of packets to the clipboard from the terminal
• Written in Go, compiles to a single executable on each platform
|