summaryrefslogtreecommitdiffstats
path: root/src/util/prototester.c
Commit message (Expand)AuthorAgeFilesLines
* Obsolete for some time now.Michael Brown2006-12-201-751/+0Star
* Added netmask and gateway global options.Michael Brown2006-04-051-8/+218
* 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
* 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
* Skeleton version: contains device driver (connecting to network viaMichael Brown2006-03-221-0/+338