]> sjero.net Git - dccpping/log
dccpping
11 years agoUse select to wait for new packets and delay between pings. Separate out processing...
Samuel Jero [Sun, 28 Oct 2012 20:40:48 +0000 (16:40 -0400)]
Use select to wait for new packets and delay between pings. Separate out processing of DCCP and ICMP packets. Decided to use raw sockets instead of libpcap because it allows me to ignore link layer and means I don't have to use threads.

11 years agoSeparate out Address detection, packet building, and checksums. Can now send both...
Samuel Jero [Sat, 27 Oct 2012 17:00:07 +0000 (13:00 -0400)]
Separate out Address detection, packet building, and checksums. Can now send both IPv4 and IPv6 packets.

11 years ago"Sort of working" code. Only IPv6, just detects DCCP packets in response, terrible...
Samuel Jero [Wed, 24 Oct 2012 22:12:26 +0000 (18:12 -0400)]
"Sort of working" code. Only IPv6, just detects DCCP packets in response, terrible design.... Lots of work needed