summaryrefslogtreecommitdiffstats
path: root/src/util/prototester.c
Commit message (Collapse)AuthorAgeFilesLines
* Obsolete for some time now.Michael Brown2006-12-201-751/+0Star
|
* Added netmask and gateway global options.Michael Brown2006-04-051-8/+218
| | | | Added iSCSI testing.
* Allow specifying the local IP address via --from.Michael Brown2006-03-241-1/+14
|
* Moved "hello world" protocol implementation out of prototester.c and intoMichael Brown2006-03-231-103/+1Star
| | | | the first standalong uIP-based protocol module.
* Moved uIP wrapper out of prototester.c and into proto/tcp.c.Michael Brown2006-03-231-135/+4Star
|
* Can now also print data sent by the remote side.Michael Brown2006-03-231-13/+34
|
* Now capable of sending "Hello world!" via TCP.Michael Brown2006-03-231-49/+212
|
* Added basic http-specific option parsingMichael Brown2006-03-221-5/+84
|
* Started adding structure to allow for separate protocol tests, withMichael Brown2006-03-221-97/+257
| | | | | | | individual options. Created the embryonic beginnings of a cleanly separated driver and protocol stack API.
* Skeleton version: contains device driver (connecting to network viaMichael Brown2006-03-221-0/+338
hijack daemon) and a functional but very ugly and very primitive wrapper around uIP. This passes proof-of-concept testing; it successfully initiates a TCP connection and responds to pings.