Reading Packets with Libpcap Part 3

Posted by jayrfink on Jan 4, 2009 1:49 AM EDT
systhread.net; By Jason R Fink
Mail this story
Print this story

Scanning and packet sniffing software; specifically network mapper (nmap) and tcpdump are tools I now use almost daily in some capacity. The underlying software of tcpdump - libpcap (packet capture library) - I have on three occasions needed to leverage pcap libs for various tasks. In the final part of the libpcap series the full source listing of the pieces from part one and part two are cobbled together into a single program. The Makefile is also constructed in addition to a small barely functional packet injector program which shows another side of libpcap; packets don't just have to be read they can be written as well.

Scanning and packet sniffing software; specifically network mapper (nmap) and tcpdump are tools I now use almost daily in some capacity. The underlying software of tcpdump - libpcap (packet capture library) - I have on three occasions needed to leverage pcap libs for various tasks. In the final part of the libpcap series the full source listing of the pieces from part one and part two are cobbled together into a single program. The Makefile is also constructed in addition to a small barely functional packet injector program which shows another side of libpcap; packets don't just have to be read they can be written as well.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Community, Debian, Fedora, Gentoo, Linux

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.