aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2007-06-09Rename .cvsignore files to .gitignoreMichael Brown1-0/+0
2006-12-20Obsolete for some time now.Michael Brown1-751/+0
2006-08-24Always update the PnP checksum, even if the ident string is not being set.Michael Brown1-4/+6
2006-08-23Quick utility to pad floppy disk images for vmware/qemuMichael Brown1-0/+12
2006-06-28- modified length of password string to match visible field lengthDan Lynch1-3/+3
2006-06-27- first check-in for mucurses_test.cDan Lynch2-2/+71
2006-06-06Use byte 6 for the checksum, rather than byte 5. (Byte 5 may be part ofMichael Brown1-10/+6
2006-04-05Added netmask and gateway global options.Michael Brown1-8/+218
2006-04-05Make pcap_inject non-static, so that its prototype doesn't conflict withMichael Brown1-1/+1
2006-03-24Allow specifying the local IP address via --from.Michael Brown1-1/+14
2006-03-24Put in a substitute pcap_inject() function, since earlier versions ofMichael Brown1-0/+32
2006-03-23Moved "hello world" protocol implementation out of prototester.c and intoMichael Brown1-103/+1
2006-03-23Pick up the gPXE include files when building prototester.Michael Brown1-1/+1
2006-03-23Moved uIP wrapper out of prototester.c and into proto/tcp.c.Michael Brown1-135/+4
2006-03-23Add Makefile for hijack and prototester utilities.Michael Brown2-0/+18
2006-03-23Can now also print data sent by the remote side.Michael Brown1-13/+34
2006-03-23Now capable of sending "Hello world!" via TCP.Michael Brown1-49/+212
2006-03-22Added basic http-specific option parsingMichael Brown1-5/+84
2006-03-22Started adding structure to allow for separate protocol tests, withMichael Brown1-97/+257
2006-03-22Skeleton version: contains device driver (connecting to network viaMichael Brown1-0/+338
2006-03-21Terminate cleanly on SIGINT or SIGHUPMichael Brown1-11/+41
2006-03-21Use libpcap API to send/receive packets.Michael Brown1-17/+114
2006-03-21Basic structure in place: can daemonise, listen on a Unix domainMichael Brown1-0/+469
2005-05-19Synced across updates from Etherboot 5.4 treeMichael Brown1-13/+15
2005-05-03Allow read-only symbols to be largeMichael Brown1-2/+3
2005-05-03Reduce large symbol warning threshold, now that most of the reallyMichael Brown1-1/+1
2005-05-02Report on misuses of shared symbols, and excessively large static symbols.Michael Brown1-9/+55
2005-05-02Tweaked to read more information (including symbol size) from blib.aMichael Brown1-13/+45
2005-04-27Special handling for symbols of the form "xxx_end", to make table endMichael Brown1-4/+8
2005-04-27Linker no longer provides start and end symbols for each table; theseMichael Brown1-5/+1
2005-04-27Use symbol size as a third index, mainly so that zero-length symbolsMichael Brown1-7/+9
2005-04-27First versionMichael Brown1-0/+34
2005-04-23Fixed to properly catch multiply defined symbols.Michael Brown1-1/+1
2005-04-23First working versionMichael Brown1-0/+73
2005-04-17Avoid deleting .cvsignoreMichael Brown1-2/+2
2005-04-17If we end up with fragments that are older than config.h, set theMichael Brown1-4/+29
2005-04-17First versionMichael Brown1-0/+163
2005-04-08Merged mcb30-realmode-redesign back to HEADMichael Brown2-8/+63
2005-03-09lzhuf is obsolete and no longer usedMichael Brown1-764/+0
2005-03-08Initial revisionMichael Brown12-0/+3252