aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ipgrab
Commit message (Collapse)AuthorAgeFilesLines
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* testing/ipgrab: remove charsFabian Affolter2013-11-201-2/+4
|
* Initial APKBUILD for ipgrabFabian Affolter2011-12-031-0/+34
Package description: This program reads and parses packets from the link layer through the transport layer, dumping explicit header information along the way. It is a lot like tcpdump from LBL except that I've made an effort to dump every relevant header field possible. The overall structure of the code is loosely based on tcpdump and I've lifted a few modules from the tcpdump distribution when necessary, rather than re-inventing the wheel. In particular, the address conversion hashing routines are pretty much lifted verbatim, as well as the TCP options section. Web: http://ipgrab.sourceforge.net/