aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ipgrab/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* testing/[multiple]: move unmaintained packagesCarlo Landmeter2016-08-251-35/+0
| | | | | | | | | | | This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
* 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/