bonki / dietsniff

A small and static sniffer for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to dietsniff, the slim and static sniffer for Linux.

dietsniff is a network-debugging tool like tcpdump or ethereal. The
difference to those powerful tools however is that dietsniff is linked
against Felix von Leitner's dietlibc and doesn't require libpcap.
Therefore it's really small while being static. dietsniff's most
useful scenario is probably to sniff the packets into a pcap-logfile which
can be later viewed using more user friendly applications.

Requirements:

* Linux, tested with 2.4 and 2.6
* dietlibc [http://www.fefe.de/dietlibc/], tested with 0.28
* libowfat [http://www.fefe.de/libowfat/], tested with 0.22

The latest version can be found at https://github.com/hynek/dietsniff/ .

See the manpage for the usage.

Enjoy,
Hynek Schlawack <hs@ox.cx>

About

A small and static sniffer for Linux

License:GNU General Public License v2.0


Languages

Language:C 96.2%Language:Makefile 3.8%