summaryrefslogtreecommitdiffstats
path: root/tools/zpipe.c
Commit message (Collapse)AuthorAgeFilesLines
* testbench: new calling interface for tcpfloodRainer Gerhards2010-03-101-0/+7
| | | | | this is a perquisite to support more flexible testing modes, which could not intelligently be implemented with the old interface
* Includes "config.h" before any other header.Yann Droneaud2010-03-041-0/+1
| | | | | | | For consistency, ./configure generated "config.h" must be the first header include through out the project. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* first proof of concept on zipped file writerRainer Gerhards2009-06-031-0/+254
This DOES NOT work sufficiently well, I just wanted to verify that zip writing is possible and files are readable. Will be refined soon.