summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* Allow specifying the local IP address via --from.Michael Brown2006-03-241-1/+14
* Put in a substitute pcap_inject() function, since earlier versions ofMichael Brown2006-03-241-0/+32
* Moved "hello world" protocol implementation out of prototester.c and intoMichael Brown2006-03-231-103/+1Star
* Pick up the gPXE include files when building prototester.Michael Brown2006-03-231-1/+1
* Moved uIP wrapper out of prototester.c and into proto/tcp.c.Michael Brown2006-03-231-135/+4Star
* Add Makefile for hijack and prototester utilities.Michael Brown2006-03-232-0/+18
* 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
* Terminate cleanly on SIGINT or SIGHUPMichael Brown2006-03-211-11/+41
* Use libpcap API to send/receive packets.Michael Brown2006-03-211-17/+114
* Basic structure in place: can daemonise, listen on a Unix domainMichael Brown2006-03-211-0/+469
* Synced across updates from Etherboot 5.4 treeMichael Brown2005-05-191-13/+15
* Allow read-only symbols to be largeMichael Brown2005-05-031-2/+3
* Reduce large symbol warning threshold, now that most of the reallyMichael Brown2005-05-031-1/+1
* Report on misuses of shared symbols, and excessively large static symbols.Michael Brown2005-05-021-9/+55
* Tweaked to read more information (including symbol size) from blib.aMichael Brown2005-05-021-13/+45
* Special handling for symbols of the form "xxx_end", to make table endMichael Brown2005-04-271-4/+8
* Linker no longer provides start and end symbols for each table; theseMichael Brown2005-04-271-5/+1Star
* Use symbol size as a third index, mainly so that zero-length symbolsMichael Brown2005-04-271-7/+9
* First versionMichael Brown2005-04-271-0/+34
* Fixed to properly catch multiply defined symbols.Michael Brown2005-04-231-1/+1
* First working versionMichael Brown2005-04-231-0/+73
* Avoid deleting .cvsignoreMichael Brown2005-04-171-2/+2
* If we end up with fragments that are older than config.h, set theMichael Brown2005-04-171-4/+29
* First versionMichael Brown2005-04-171-0/+163
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-082-8/+63
* lzhuf is obsolete and no longer usedMichael Brown2005-03-091-764/+0Star
* Initial revisionMichael Brown2005-03-0812-0/+3252