David Anderson
|
67755cdc83
|
Add a basic pcap reader.
Very basic, it only parses the pcap structure to pull out the packets,
nothing more.
|
2016-02-27 19:11:23 -08:00 |
|
David Anderson
|
133baa88bd
|
Initial implementation of DHCP parsing.
|
2016-02-27 16:35:40 -08:00 |
|
David Anderson
|
90c89c2bd7
|
Implement the documented default listening behavior for TFTP.
|
2016-02-27 16:35:03 -08:00 |
|
David Anderson
|
7f4b62d890
|
Drop the retransmit timeout on the lossy connection test.
Since this is a test to localhost, a 10ms RTO is more than enough,
and speeds up the test 10x.
|
2016-02-18 09:36:19 -08:00 |
|
David Anderson
|
af8e62003b
|
Implement a read-only TFTP server.
Testing is done against the atftp client.
|
2016-02-18 00:41:31 -08:00 |
|