1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: netmate
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), libgtk-3-dev, libpcap-dev
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/Rup0rt/netmate
Vcs-Browser: https://salsa.debian.org/debian/netmate
Vcs-Git: https://salsa.debian.org/debian/netmate.git
Package: netmate
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: netdude clone that shows pcap dump lines in network header style
netmate was inspired in netdude[1] (dead) and can be used to learn and teach
about TCP/IP protocols. It is a GTK+ program that shows lines selected from
files in pcap style (generated by tcpdump and Wireshark or another code based
in libpcap) as 32-bit headers, identical to the used by RFCs.
.
This program works with Ethernet, IPv4, IPv6, TCP, UDP, ICMP, ICMP6, NDP and
others.
.
[1] http://netdude.sourceforge.net
|