logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

netmate - displays network protocol headers in uniform RFC like format

Author

       Written by Robert Krause <ruport@f00l.de>.

                                                   17 NOV 2013                                        NETMATE(1)

Description

       Netmate  is  a  GTK+  program that shows network protocols headers in 32-bit aligned fields, identical as
       they are represented in Request for Comments (RFCs).  It can be used to learn  and  teach  about  network
       protocols and to understand their functionality and collaboration.

       This tool supports input files in pcap(ng) format as they are created by tcpdump, wireshark or other code
       based on libpcap.

       Netmate  is  written in C and released under the GNU General Public License.  It was inspired by netdude,
       that is not further developed any more.

       Currently the following network protocols are supported:
       - Layer 2: Ethernet, SLL (Linux Cooked)
       - Layer 3: ARP, ICMP, ICMPv6, IPv4, IPv6
       - Layer 4: TCP, UDP

Development

       This tool is still under development! Please send any further wishes, feature  requests  or  problems  in
       compiling  and  execution  to  ruport@f00l.de.   Also  send  me any more network protocols you want to be
       supported in future releases.

       For further information visit the netmate homepage at http://f00l.de/netmate/.

History

       0.2.0 - 17.11.2013
            * added full support for neighbor discovery protocol (NDP)
            * fixed GPLv3 license statement and added to all files
            * minor bug fixes

       0.1.9 - 10.11.2013
            * added resolution of header fields for all supported protocols
            * minor bug fixes

       0.1.8 - 28.10.2013
            * added tooltips for all supported protocols
            * improved Makefile
            * minor bug fixes

       0.1.7 - 19.10.2013
            * improved Makefile
            * added shortcut and icon
            * added README and man-page
            * compiles under windows
            * minor bug fixes

       0.1.6 - 05.10.2013
            * initial changelog
            * added columns source port, destination port, flags
            * columns are resizable now
            * removed external GUI (netmate.ui)
            * minor fixes

Name

       netmate - displays network protocol headers in uniform RFC like format

Synopsis

netmate filename

See Also